Hi, thanks for answering=) I´m still a little confused so I will try to describe what kind of setup I want and we will se if it becomes clearer.
I want my internet files to reside inside of /var/www/webapps/R2M/SMC Now I wan´t apache to forward all pages that are jsp (*.jsp) and all servlets thats are mapped through ip/servlets/* to tomcat. As it is right now I have HelloWorld.html and HelloWorld.jsp inside the SMC folder and apache finds them both and the .jsp file gets forwarded to tomcat (it says that tomcat can´t find the file). Now where is tomcat looking for the files? $CATALINA_HOME/conf/server.xml (engine part) <Engine name="appserver" debug="0" defaultHost="R2M"> <Host name="R2M" appBase="/var/www/webapps" autoDeploy="false" deployOnStartup="false" unpackWARs="false" deployXML="true" debug="0"/> </Engine> then I read that it was good to seperate the context part into a different file for every host and I understood that they were supposed to reside inside of $CATALINA_HOME/conf/<engine name>/<application_name>.xml So I have the file $CATALINA_HOME/appserve/R2M/SMC.xml and it holds <Context path="/" docBase="R2M/SMC" reloadable="true" debug="0"/> Did I set this up wrong? Den 6/16/2006, skrev "Filip Hanik - Dev Lists" <[EMAIL PROTECTED]>: >Fredrik Andersson wrote: >> Hi all >> >> Ok so heres the deal. I want my tomcat installation (5.5.17) to load >> pages from /var/www/webapps/R2M/SMC >> >> I´m also running a virtual host setup so I edit my server.xml file and >> point the appBase for the directory to /var/www/webapps and then I have >> the context part of the configuration inside >> $CATALINA_HOME/conf/appserve/R2M/SMC.xml in which I point the docBase >> >ok, this path is $CATALINA_HOME/<Engine name>/<Host name> > >are you saying you renamed your engine element in server.xml to appserve? > >> variabel to "R2M/SMC" >> >this is a weird setup, by setting appBase to /var/www/webapps, tomcat >would want webapps in that directory >so you would have the app in /var/www/webapps/SMC >and tomcat would auto deploy it > >> Now when I point my webbrowser to a jsp file in my directory I recieve a >> 404 error.. :( >> >> What went wrong in my configuration? >> >> Any tip/help is greatly appreciated. >> >> --------------------------------------------------------------------- >> To start a new topic, e-mail: users@tomcat.apache.org >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> > > >-- > > >Filip Hanik > >--------------------------------------------------------------------- >To start a new topic, e-mail: users@tomcat.apache.org >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]