2007-09-13
- make sure the file msvcr71.dll is present in the system path
-
-
intall java jre
-
install tomcat
-
-
copy the deployment directory onto the local drive
-
-
edit:
-
-
..\Apache Software Foundation\Tomcat 6.0\conf\server.xml
-
-
to include the deployment path to the application
-
-
this looks like this and should sit inside the following heirachy within the xml document
-
-
-
-
-
-
-
-
-
-
-
-
edit:
-
-
..\Project\WEB-INF\web.xml
-
-
to make sure the logging directories are set up correctly etc (packages etc)
-
-
launch tomcat and deploy the project from the project manager
-
-
it should now be available at http://localhost:8080
-
-
run emulate from the run.bat batch file - making sure its pointing to the right target within the batch file
-
-