I finally figured out how to configure tomcat, apache on linux to
recognized a .jsp file out of Apache's document root.
i.e. http://www.myserver.com/testex.jsp
 
However, I would like to place a .jsp file in the public_html directory of
a users account,
i.e. http://www.myserver.com/~sdfong/rubyfong/gamezone/testex.jsp
 
I tried adding the line JkMount ../sdfong/rubyfong/gamezone/*.jsp ajp13
to my httpd.conf file but when I try to run it, I get the following error
in my:
 
1. Netscape browser
 
Not Found (404)
 
Original request: /~sdfong/rubyfong/gamezone/testex.jsp
 
Not found request: /~sdfong/rubyfong/gamezone/testex.jsp
 
 
2. command line
 
2001-03-26 04:20:47 - Ctx(  ): 404 R(  +
/~sdfong/rubyfong/gamezone/testex.jsp + null) JSP file not found
 
3. jasper.log
 
2001-03-26 04:20:12 - Scratch dir for the JSP engine is: 
/usr/java/jakarta-tomcat-3.2.1/work/localhost_8080%2Fexamples
2001-03-26 04:20:12 - IMPORTANT: Do not modify the generated servlets
2001-03-26 04:20:47 - JspEngine --> /~sdfong/rubyfong/gamezone/testex.jsp
2001-03-26 04:20:47 -        ServletPath: /~sdfong/rubyfong/gamezone/testex.jsp
2001-03-26 04:20:47 -           PathInfo: null
2001-03-26 04:20:47 -           RealPath: 
/usr/java/jakarta-tomcat-3.2.1/webapps/ROOT/~sdfong/rubyfong/gamezone/testex.jsp
2001-03-26 04:20:47 -         RequestURI: /~sdfong/rubyfong/gamezone/testex.jsp
2001-03-26 04:20:47 -        QueryString: null
2001-03-26 04:20:47 -     Request Params:
2001-03-26 04:20:47 - Classpath according to the Servlet Engine is: 
/usr/java/jakarta-tomcat-3.2.1/webapps/ROOT/WEB-INF/classes
 
 
Can someone tell me how to configure tomcat/apache/linux so that I can run
.jsp files out of the user's account?
 
Thanks,
Luoi

-- 
D. Shun-Luoi Fong
821 Melrose Avenue
Iowa City, IA 52246
email: [EMAIL PROTECTED]

-----------------------
Colossions 2:8 See to it that no one takes you captive through philosophy
or empty deception, according to the traditions of men, according to the
elementary principles of the world, rather than according to Christ.
-----------------------


Reply via email to