Re: New Tomcat install problem

2005-11-19 Thread Terry Allen
Hi Terry Allen, To find out which version of java you are using, type command "java -version" in your terminal. It will give you version information. Now Tomcat 5.5.9 recommends that you use JRE 1.5 instead of JRE 1.4. There are some ways by which you can use JRE 1.4 and Tomcat 5.5.x togeth

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. 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 normal domain name. -- Bye for now, Ter

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. then use that for your URI e.g. http://localhost:8080 HTH Martin- - Original Message - From: "Terry Allen" <[EMAIL PROTECTED]> To: Sent: Saturday, November 19, 2005 7:04 PM Subject: New Tomcat install pro

Re: New Tomcat install problem

2005-11-19 Thread Dhaval Patel
Hi Terry Allen, To find out which version of java you are using, type command "java -version" in your terminal. It will give you version information. Now Tomcat 5.5.9 recommends that you use JRE 1.5 instead of JRE 1.4. There are some ways by which you can use JRE 1.4 and Tomcat 5.5.x together.

New Tomcat install problem

2005-11-19 Thread Terry Allen
Hi all, 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. To outline what's

Re: Accessing context info for other running apps?

2005-11-19 Thread Martin Gainty
Good Afternoon check out http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html#List%20OS%20and%20JVM%20Properties You can use the JMX Query Command from the JMX Proxy Servlet to acquire RequestProcessor return all loaded servlets look for specific Mbean given name=MBeanName Anyone else ? Mart

RE: Tomcat has 2 webapps - confused which classes to load

2005-11-19 Thread Radhakrishnan J
Eclipse's Debug UI shows the breakpoints threadwise. If these executions are happening over different threads, thats one way to tell the difference. -Original Message- From: Shankar Unni [mailto:[EMAIL PROTECTED] Sent: Saturday, November 19, 2005 7:12 AM To: users@tomcat.apache.org Subje

Accessing context info for other running apps?

2005-11-19 Thread JWM
>From one webapp, I need to find out if another webapp is installed, and if so, what its context root is. I know the Tomcat manager app has access to info on all running apps. Is that info accessible by other apps. If so, where would I find the documentation on classes, etc.? Thanks.