bambenek

Member
Feb 1, 2002
15
0
301
Tomcat 4.0.3 Install Problems

I just installed the old Tomcat package from here. (4.0.3) Added all the correct things, apache and tomcat are running, but the JSP code doesn't render, and the code is still visible in the HTML when you view source.

I remember fixing this once with some cheesy correction, but can't remember what I did. Ideas?
 

bambenek

Member
Feb 1, 2002
15
0
301
It isn't, I checked that first. I have AddType and Include there already. JkMounts in the domain. And server.xml is there and has the host...

Should there be a Handler or something?
 

bambenek

Member
Feb 1, 2002
15
0
301
Found the problem, the user had a .htaccess entry that had another JSP hander that wasn't around...

It works now.
 

dgbaker

Well-Known Member
PartnerNOC
Sep 20, 2002
2,531
10
343
Toronto, Ontario Canada
cPanel Access Level
DataCenter Provider
Okay really stupid question. Did you get the tomcat package off layer1 with a date of Oct 31st? If so that one is broke. None of us have that one working in way shape or form.

Other things to check. LoadModule jk_module libexec/mod_jk.so

Other than that with seeing system I'm not to sure.
 

dgbaker

Well-Known Member
PartnerNOC
Sep 20, 2002
2,531
10
343
Toronto, Ontario Canada
cPanel Access Level
DataCenter Provider
[quote:18fb634dba][i:18fb634dba]Originally posted by bambenek[/i:18fb634dba]

Found the problem, the user had a .htaccess entry that had another JSP hander that wasn't around...

It works now.[/quote:18fb634dba]

Glad to hear, I'll have to keep that one in mind for any similar issues.