You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by John Fisher <fi...@llnl.gov> on 2000/10/24 18:52:04 UTC

.jsp files in webapps

Hi-

I would like to provide .jsp files in my documnetroot directory. For
example, setting a home page to:

http://mymachine.org/index.jsp

my jk_mod.conf contains the following:

JkMount /*.jsp ajp13
JkMount /fishertest/*.jsp ajp13

If I try:

http://mymachine.org/fishertest/index.jsp

then things work fine. However, the first URL produces the following error
from Tomcat:

2000-10-24 09:45:55 - Ctx( /coretest.jsp ): FileHandler: Ends with \/.
/home/iccs-netapp/fisher/jakarta-tomcat/webapps/index.jsp/
2000-10-24 09:45:55 - Ctx( /coretest.jsp ): 404 R( /index.jsp +  + null)
null


Any ideas on what I might be doing wrong?

Also, on a related note, the Jakarta Faq-o-matic seems to be broken. Is
there an alternate source for the FAQ?

Thanks,
John