RE: Tomcat on XP

2005-05-19 Thread Jobish P
anyway. > its diwnloadable from the same page you download tomcat and is called > something like 5.5.9_compat > > -Original Message- > From: Jobish P [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 18, 2005 7:33 AM > To: tomcat-user@jakarta.apache.org > Subject: Tomcat

Tomcat and 1.5 Was: Tomcat on XP

2005-05-19 Thread Tim Diggins
Is it generally a good idea to develop on 1.5 - I actually like working in 1.5 (generics, annotations, etc. all good stuff, despite some of the implementation weirdness), but have avoided doing servlet stuff in 1.5 to date, as I'm not sure if it's a good idea... My project doesn't go live till

Re: Tomcat on XP

2005-05-18 Thread Woodchuck
you need to get at least the Java 1.5 run-time environment (aka JRE 5.0) Tomcat 5.5.x does not work with Java 1.4 unless you install a compatibility patch since you are developing, i recommend you install the JDK 1.5 and update your JAVA_HOME to point to 1.5 instead of 1.4 hth, woodchuck --- J

Tomcat on XP

2005-05-18 Thread Jobish P
Hi, I am not getting the tomcat home page while trying to run tomcat in Windows XP. I had set the JAVA_HOME and CATALINA_HOME path variables and stopped other servers(IIS ans apche) running in the system. But I couldn't see anything by typing http://localhost:8080. The utilitie's that I used are

Re: Tomcat on XP

2005-05-17 Thread Anto Paul
On 5/18/05, Jobish P <[EMAIL PROTECTED]> wrote: > > Hi, > > I am not getting the tomcat home page while trying to run tomcat in > Windows XP. I had set the JAVA_HOME and CATALINA_HOME path variables. > And stopped other servers(IIS ans apche) running in the system. > But I couldn't see anything b

RE: Tomcat on XP

2005-05-17 Thread Guy Katz
: Wednesday, May 18, 2005 7:33 AM To: tomcat-user@jakarta.apache.org Subject: Tomcat on XP Hi, I am not getting the tomcat home page while trying to run tomcat in Windows XP. I had set the JAVA_HOME and CATALINA_HOME path variables. And stopped other servers(IIS ans apche) running in the system. But I

Tomcat on XP

2005-05-17 Thread Jobish P
Hi, I am not getting the tomcat home page while trying to run tomcat in Windows XP. I had set the JAVA_HOME and CATALINA_HOME path variables. And stopped other servers(IIS ans apche) running in the system. But I couldn't see anything by typing http://localhost:8080. The utilitie's that I used are

Re: configuring tomcat on XP as a service

2005-05-04 Thread Dominik Drzewiecki
"Greg Baynham" <[EMAIL PROTECTED]> wrote: > I'm getting tripped up trying to get tomcat to run JSP code when it's > installed as a service. when I access a JSP page I get this error: > > root cause > Unable to find a javac compiler; > com.sun.tools.javac.Main is not on the classpath. > Perhaps

Re: configuring tomcat on XP as a service

2005-05-03 Thread luke
Hi, 03May2005 @ 22:45 Greg Baynham thusly spake > However, I have set the environment variables JAVA_HOME and PATH to both > reference my installation of the JSDK. I have rebooted, but still get the Do the env var paths have spaces? Since I had a problem with that on windows once, I've made su

configuring tomcat on XP as a service

2005-05-03 Thread Greg Baynham
I'm getting tripped up trying to get tomcat to run JSP code when it's installed as a service. when I access a JSP page I get this error: root cause Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK However, I have set t

Re: I cannot run tomcat on XP proffesional

2002-05-31 Thread Jarvis Ka
You need to set your JAVA_HOME environment variable. (It's different than the PATH variable that you set to let you compile Java source files) DO: set JAVA_HOME=[your jdk path] OR: Set it in the system properties. Jarvis = Imagination is more i

I cannot run tomcat on XP proffesional

2002-05-31 Thread AMRAN121
Hi I am having problems with starting tomcat 4.02 on windows XP. Tomcat was running fine on windows 95 and NT. I get the error message Windows cannot find '-Djava.endorsed.dirs='. Make sure you typed the name correctly, and then try again. In the Tomcat dos window I get: The JAVA_HOME envi