Re: Making progress..Tomcat now started - still getting 500 Status

2002-05-17 Thread Vishal


Hi gary .. i think for this problem u need to include the tools.jar file in
u'r class path !! try including that if u haven't and then we can see what
else can be done if it still doesn't work

vishal

- Original Message -
From: Gary Frick [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, May 17, 2002 12:46 AM
Subject: Making progress..Tomcat now started - still getting 500 Status


Thanks to everyone for the help in sorting out the port contention problem.
Changing the port designation did the trick.  Additionally, there was a
rogue copy of Tomcat service running which I wasn't aware of.  So, now to
the next problem (HTTP 500 Error).

java.lang.NoClassDefFoundError: sun/tools/javac/Main

I believe that my 'properties' files, environment vars, and classpath are
correct, but I can't be certain. Can anyone assist with sorting this out?

Thanks,
Gary



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Making progress..Tomcat now started - still getting 500 Status

2002-05-17 Thread Jacob Kjome

you need to put $JAVA_HOME/lib/tools.jar in your classpath.

Jake

At 06:24 PM 5/17/2002 +0530, you wrote:

Hi gary .. i think for this problem u need to include the tools.jar file in
u'r class path !! try including that if u haven't and then we can see what
else can be done if it still doesn't work

vishal

- Original Message -
From: Gary Frick [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, May 17, 2002 12:46 AM
Subject: Making progress..Tomcat now started - still getting 500 Status


Thanks to everyone for the help in sorting out the port contention problem.
Changing the port designation did the trick.  Additionally, there was a
rogue copy of Tomcat service running which I wasn't aware of.  So, now to
the next problem (HTTP 500 Error).

java.lang.NoClassDefFoundError: sun/tools/javac/Main

I believe that my 'properties' files, environment vars, and classpath are
correct, but I can't be certain. Can anyone assist with sorting this out?

Thanks,
Gary



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



Making progress..Tomcat now started - still getting 500 Status

2002-05-16 Thread Gary Frick

Thanks to everyone for the help in sorting out the port contention problem.  Changing 
the port designation did the trick.  Additionally, there was a rogue copy of Tomcat 
service running which I wasn't aware of.  So, now to the next problem (HTTP 500 
Error).  

java.lang.NoClassDefFoundError: sun/tools/javac/Main

I believe that my 'properties' files, environment vars, and classpath are correct, but 
I can't be certain. Can anyone assist with sorting this out?

Thanks,
Gary



Re: Making progress..Tomcat now started - still getting 500 Status

2002-05-16 Thread rsequeira


You need to include tools.jar in your classpath.

RS




Gary Frick [EMAIL PROTECTED] on 05/16/2002 02:16:51 PM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:Tomcat Users List [EMAIL PROTECTED]
cc:

Subject:Making progress..Tomcat now started - still getting 500 Status

Thanks to everyone for the help in sorting out the port contention problem.
Changing the port designation did the trick.  Additionally, there was a
rogue copy of Tomcat service running which I wasn't aware of.  So, now to
the next problem (HTTP 500 Error).

java.lang.NoClassDefFoundError: sun/tools/javac/Main

I believe that my 'properties' files, environment vars, and classpath are
correct, but I can't be certain. Can anyone assist with sorting this out?

Thanks,
Gary









--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Making progress..Tomcat now started - still getting 500 Status

2002-05-16 Thread Gary Frick

Dear RS,

tools.jar is included in classpath.  Here is a copy of classpath contents.

C:\J2SDK_Forte\jdk1.4.0\lib\tools.jar;C:\J2SDK_Forte\jdk1.4.0\bin;c:\program
files\Apache Tomcat
4.0\webapps\sample\WEB-INF\classes;C:\J2SDK_Forte\bin\Projects\lib\ext\j2ee.
jar

Gary

- Original Message -
From: [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 3:57 PM
Subject: Re: Making progress..Tomcat now started - still getting 500 Status



 You need to include tools.jar in your classpath.

 RS




 Gary Frick [EMAIL PROTECTED] on 05/16/2002 02:16:51 PM

 Please respond to Tomcat Users List [EMAIL PROTECTED]

 To:Tomcat Users List [EMAIL PROTECTED]
 cc:

 Subject:Making progress..Tomcat now started - still getting 500 Status

 Thanks to everyone for the help in sorting out the port contention
problem.
 Changing the port designation did the trick.  Additionally, there was a
 rogue copy of Tomcat service running which I wasn't aware of.  So, now to
 the next problem (HTTP 500 Error).

 java.lang.NoClassDefFoundError: sun/tools/javac/Main

 I believe that my 'properties' files, environment vars, and classpath are
 correct, but I can't be certain. Can anyone assist with sorting this out?

 Thanks,
 Gary









 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Making progress..Tomcat now started - still getting 500 Status

2002-05-16 Thread rsequeira


If you are using Tomcat 4.0.x, tomcat overrides your classpath. But I think
you could edit catalina.bat and set the classpath in there. Or you could
move tools.jar into %CATALINA_HOME%\common\lib folder.

RS





Gary Frick [EMAIL PROTECTED] on 05/16/2002 03:08:14 PM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:Tomcat Users List [EMAIL PROTECTED]
cc:

Subject:Re: Making progress..Tomcat now started - still getting 500
   Status

Dear RS,

tools.jar is included in classpath.  Here is a copy of classpath contents.

C:\J2SDK_Forte\jdk1.4.0\lib\tools.jar;C:\J2SDK_Forte\jdk1.4.0\bin;c:
\program
files\Apache Tomcat
4.0\webapps\sample\WEB-INF\classes;C:
\J2SDK_Forte\bin\Projects\lib\ext\j2ee.
jar

Gary

- Original Message -
From: [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Thursday, May 16, 2002 3:57 PM
Subject: Re: Making progress..Tomcat now started - still getting 500 Status



 You need to include tools.jar in your classpath.

 RS




 Gary Frick [EMAIL PROTECTED] on 05/16/2002 02:16:51 PM

 Please respond to Tomcat Users List [EMAIL PROTECTED]

 To:Tomcat Users List [EMAIL PROTECTED]
 cc:

 Subject:Making progress..Tomcat now started - still getting 500
Status

 Thanks to everyone for the help in sorting out the port contention
problem.
 Changing the port designation did the trick.  Additionally, there was a
 rogue copy of Tomcat service running which I wasn't aware of.  So, now to
 the next problem (HTTP 500 Error).

 java.lang.NoClassDefFoundError: sun/tools/javac/Main

 I believe that my 'properties' files, environment vars, and classpath are
 correct, but I can't be certain. Can anyone assist with sorting this out?

 Thanks,
 Gary









 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: 
mailto:[EMAIL PROTECTED]










--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]