It appears I have things working correctly on port 8080, but i'd like to
call JSP files from standard port 80 as well. I'm using mod_webapp with the
following lines in apache:

    WebAppConnection tomcatConnection warp 192.168.1.2:8008
    WebAppDeploy webapp tomcatConnection /webapp
    WebAppDeploy root_site tomcatConnection /
the URL http://mysitesURL:8080/something.jsp works
so does http://mysitesURL:8080/webapp/something.jsp

but i'd like http://mysitesURL/something.jsp to work (on port 80)

right now, if I try to connect without the port 8080, it just hangs and
eventually times out. My paths are

/usr/local/jakarta-tomcat-4.0/webapps/ROOT (this is apache's docroot and has
some JSPs in it and HTML)
/usr/local/jakarta-tomcat-4.0/webapps/webapp (this has some JSPs in it also)

Any help is appreciated!






_______________________________________________________
http://inbox.excite.com


Reply via email to