Re: New Tomcat install problem

2005-11-21 Thread Terry Allen
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:613) There can be two causes. Either there is a

Re: New Tomcat install problem

2005-11-21 Thread Nikola Milutinovic
Terry Allen wrote: at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:613) There can be two

Re: New Tomcat install problem

2005-11-21 Thread Terry Allen
Terry Allen wrote: at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:613) There can be two

Re: New Tomcat install problem

2005-11-21 Thread Nikola Milutinovic
Terry Allen wrote: Anything in the logs for this new setup? Nix. Hi again, Okay, I've included the last log entries from a few logs as listed below - the other logs in that directory contain only information about startup notification etc... apologies if this is not the right way to

Re: New Tomcat install problem

2005-11-21 Thread Anthony Carlos
Just out of curiosity, what is JAVA_HOME? On Nov 21, 2005, at 4:49 AM, Nikola Milutinovic wrote: Terry Allen wrote: Anything in the logs for this new setup? Nix. Hi again, Okay, I've included the last log entries from a few logs as listed below - the other logs in that directory

RE: New Tomcat install problem

2005-11-21 Thread Caldarale, Charles R
From: Terry Allen [mailto:[EMAIL PROTECTED] Subject: Re: New Tomcat install problem I just reinstalled the iTools module after my changes, which has had the result of being able to view the Tomcat homepage on my server. You might want to try going back to the basics: remove

Re: New Tomcat install problem

2005-11-21 Thread Nikola Milutinovic
Anthony Carlos wrote: Just out of curiosity, what is JAVA_HOME? JAVA_HOME is an environment variable, that should contain the path to the installed JDK or JRE. Since you're using TC 5.5, you can point JAVA_HOME to a JRE (5.5 comes with Eclipse Java Compiler). Older versions had to have a

Re: New Tomcat install problem

2005-11-20 Thread Terry Allen
Hi again, Just to let you guys know, I have changed the symlink for Java on my server so it does the following: java -version java version 1.5.0_05 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-83) Java HotSpot(TM) Client VM (build 1.5.0_05-48, mixed mode, sharing)

Re: New Tomcat install problem

2005-11-20 Thread Stephen Caine
Terry, I've only just subscribed to the list to see if anyone may be able to assist with a 'blank page' problem. Research on Google, nor the various resources on the web or Tomcat site have assisted, so I thought I'd better consult the experts here to see if they can help. You might want

Re: New Tomcat install problem

2005-11-20 Thread Stephen Caine
Terry, Oops, the server address is: http://cgs.qilan.com:8080/qilan/ Qilanv3Download Sorry, Stephen Caine CommonGround Softworks, Inc, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: New Tomcat install problem

2005-11-20 Thread Martin Gainty
@tomcat.apache.org Sent: Sunday, November 20, 2005 3:27 PM Subject: Re: New Tomcat install problem Terry- Can you go to %CATALINA_HOME%\logs and attach to me your latest log e.g. stdout_20051117.log Thanks, Martin- - Original Message - From: Terry Allen [EMAIL PROTECTED] To: Tomcat Users

Re: New Tomcat install problem

2005-11-20 Thread Terry Allen
yes and please send along the localhost.2005-11-20.log (assuming your tomcat install is running on localhost) I have to foot transport my computer but I should be back online tommorrow Best, Martin- Hi again, These have been sent off-list - many thanks Martin. -- Bye for now, Terry

Re: New Tomcat install problem

2005-11-20 Thread Nikola Milutinovic
Terry Allen wrote: Hi again, Out of that Catalina.out log I mentioned earlier, the last few log lines read like so: INFO: Stopping Coyote HTTP/1.1 on http-8080 Nov 20, 2005 7:24:02 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Nov 20,

Re: New Tomcat install problem

2005-11-19 Thread Martin Gainty
Terry- look at the defaultHost entry in your %CATALINA_HOME%\conf\server.xml e.g. Engine name=Catalina defaultHost=localhost then use that for your URI e.g. http://localhost:8080 HTH Martin- - Original Message - From: Terry Allen [EMAIL PROTECTED] To: users@tomcat.apache.org Sent:

Re: New Tomcat install problem

2005-11-19 Thread Terry Allen
Terry- look at the defaultHost entry in your %CATALINA_HOME%\conf\server.xml e.g. Engine name=Catalina defaultHost=localhost then use that for your URI e.g. http://localhost:8080 HTH Martin- Hi again, Thanks Martin, but that was what I had tried, but it generates the same as trying it via it's