DokFLeed

Member
May 29, 2003
6
0
151
Earth
Everything looks fine,
Tomcat is installed using easyapache3
Servlets were added to a specific account using WHM
in httpd.conf / Virtual host section Manually added
==========
<IfModule mod_jk.c>
JkMount /*.jsp ajp13
JkMount /servlet/* ajp13
JkMount /servlets/* ajp13
</IfModule>
==========
Now
http://www.hostname.com:8080/jsptest.jsp ....Workingfine
http://hostname.com:8080/jsptest.jsp ....Workingfine
http://hostname.com/jsptest.jsp ....Workingfine
http://www.hostname.com/jsptest.jsp ....Displays the JSP source code !!!!

Any ideas?
 
Last edited:

Zion Ahead

Well-Known Member
Nov 10, 2006
347
0
166
Same problem here, some work and some don't even after recompling apache with tomcat module and restarting jsp
 

leorevenda

Active Member
PartnerNOC
Jan 24, 2004
30
0
156
Hi,

I have same problem here, on last server of I install tomcat, I not found resolution yet.
 

mesranet

Well-Known Member
May 6, 2002
133
0
316
Hi,

I reported to Cpanel Support ticket but till now they cant solve perfectly this problem, even other problem is reporting is about : WARNING: Internal Error: File /WEB-INF/web.xml not found

The client script are running well before easyapache3, but now the client run away to choose other hosting provider because of what happen nowday with Tomcat.

I'm very frustrated with Cpanel.


Thank you.