Re: .war file in webapps folder
Posted By:
jeff_marsh
Posted On:
Saturday, August 19, 2006 01:41 AM
Hi Sabcarina,
First rename the warfilename folder to any other name.
i.e.
/tomcat/webapps/warfilename , rename it to
/tomcat/webapps/xwarfilename
Please check that now your webapps directory is having a .war file
i.e.
/tomcat/webapps/
*warfilename.war[file]
*xwarfilename [folder]
now start the tomcat....by hittin /tomcat/bin/startup.bat
Now check, Whether new folder name "warfilename" is created or not?
If not then you are lacking of application contex, for that you need to update server.xml file
i.e.
/tomcat/conf/server.xml
-Jeff