Knute Snortum wrote:Have you looked in Tomcat's log files for errors? Do you have logging in your web app?
Knute Snortum wrote:Have you looked in Tomcat's log files for errors? Do you have logging in your web app?
All things are lawful, but not all things are profitable.
Knute Snortum wrote:This is what I'd recommend:
1) Completely stop your app
2) Go to C:\Program Files\java\bin\apache-maven-3.3.9-bin\bin\Tomcat 7.0\logs and remove all files
3) Restart your app and run until you hit an error or it becomes unresponsive
4) Look at the log files in the logs directory. They should contain useful information about what is going wrong.
As a side note, why do you have Tomcat7 in the Maven bin in the Java bin?
Knute Snortum wrote:
1) Completely stop your app
2) Go to C:\Program Files\java\bin\apache-maven-3.3.9-bin\bin\Tomcat 7.0\logs and remove all files
3) Restart your app and run until you hit an error or it becomes unresponsive
4) Look at the log files in the logs directory. They should contain useful information about what is going wrong.
All things are lawful, but not all things are profitable.
Knute Snortum wrote:
Knute Snortum wrote:
1) Completely stop your app
2) Go to C:\Program Files\java\bin\apache-maven-3.3.9-bin\bin\Tomcat 7.0\logs and remove all files
3) Restart your app and run until you hit an error or it becomes unresponsive
4) Look at the log files in the logs directory. They should contain useful information about what is going wrong.
Did you do this? What did you find?
All things are lawful, but not all things are profitable.
Knute Snortum wrote:It looks like Tomcat is starting without errors. Can you start the Tomcat manager from your browser?
C:\Program Files\java\bin\apache-maven-3.3.9-bin\bin\Tomcat 7.0\bin>tomcat7 start:chap8.war
All things are lawful, but not all things are profitable.
Knute Snortum wrote:Okay, let's backup and try this:
Start the Tomcat Monitor
at the command line, cd to the tomcat bin directory type: tomcat7w (note the "w" at the end)
Check the status of the Tomcat7 service
double-click the Tomcat7 Monitor icon in the system tray. It has "play" button with a circle around it. click the General tab if the status isn't "started", click the start button in your web browser, type: http://localhost:8080/ you should see the Apache Tomcat page
Tell me how far you get through this.
If you don't get to the displaying the Apache Tomcat page, go to https://tomcat.apache.org/tomcat-7.0-doc/ and read the first three guides.
All things are lawful, but not all things are profitable.
Whoever got anywhere by being normal? Just ask this exceptional tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
|