Operating System - HP-UX
1837111 Members
2484 Online
110112 Solutions
New Discussion

Tomcat doesn't compile JSP

 
leonardo_20
Valued Contributor

Tomcat doesn't compile JSP

Hi to all!

I've a custom web appilcation installed on Hp-Ux Server.
This application is written in JSP.
It use the following pakages to run:

•apache 2.0.45 (httpd-2.0.45.tar.gz)
•Jakarta-Tomcat-4.1.12
•j2sdk-1_4_1_02
•mod_jk-2.0.42.so
•jakarta-log4j-1.2.8

So... I've installed all packages, but Tomcat doesn't be able to run JSP pages.

HTM pages are displayed correctly!
I think it would be the connector mod_jk not properly configured!

Anybodies know the correct steps to configure an environment with apache+connector+tomcat?

Thanks a lot!
Leonardo
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Tomcat doesn't compile JSP

Shalom,

All this good stuff is available in many version combinations at http://software.hp.com search for apache or hpws.

Is there a reason why you are compiling besides making more work for yourself?

Java is available at http://www.hp.com/go/java

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
leonardo_20
Valued Contributor

Re: Tomcat doesn't compile JSP

Thanks