> I made some changes on server.xml and tomcat.conf file (Context path,
> Alias...etc), but it didn't work. for example, i changed the line in
> tomcat.conf file Alias /myApp
"/usr/local/jakarta-tomcat-3.2/webapps/myApp"
> to Alias / "/usr/local/jakarta-tomcat-3.2/webapps/myApp" Then i got error.
I did this by putting the following in my server.xml file, but I'm a newbie,
so I don't know if this is a Good Way to do This-any comments?
<Host name="127.0.0.1">
<Context path=""
docBase="/usr/local/apache/htdocs"
debug="0" />
</Host>
so that I could serve JSP pages from the same place I was serving PHP etc.
pages~but like I said, I have no idea if this was a cool idea.
Dave