You say you installed the xml file *in the webapps directory*. It should be in your-web-app/WEB-INF directory, shouldn't it? Or is this what you meant?
Gerardo Juarez PS - In version 4.1.30 I don't have to restart the server. I enter the Tomcat Manager and redeploy the application. I don't know if you can do that in 4.1.27 but if you can, you should try it. It's faster and more convenient message-wise. > Hi, > > I am running tomcat 4.1.27-13 and apache 2.0.49-4 on fedora core 2. I > have configured tomcat and apache to work together to server JSP pages. > > Now I am trying to install a Java web application. Here's what I did so > far: > 1. I copied the war file (opencms.war) into my webapps directory. > 2. I created a new xml file for the web application and placed it in the > webapps directory. > --- Opencms.xml Content --- > <Context path="/opencms" docBase="/usr/share/tomcat/webapps/opencms.war" > debug="0" > > > <!-- Uncomment this Valve to limit access to the Admin app to localhost > for obvious security reasons. Allow may be a comma-separated list of > hosts (or even regular expressions). > <Valve className="org.apache.catalina.valves.RemoteAddrValve" > allow="127.0.0.1"/> > --> > > <Logger className="com.redhat.tomcat.Logger" > filename="localhost_opencms.log" timestamp="true"/> > > </Context> > --- END CONTENT --- > > 3. I restarted the tomcat server. > 4. The war file didn't get deployed. > > I checked the server.xml file and unpackWARs is set to true in the > localhost host entry: > <!-- Define the default virtual host --> > <Host name="localhost" debug="0" appBase="webapps" > unpackWARs="true" autoDeploy="true"> > > > > Any ideas what I am doing wrong ???? > > Emil Diego > Website Administrator > University of Miami School of Business > 305.284.5449 > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.744 / Virus Database: 496 - Release Date: 8/24/2004 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
