RE: installation of Tomcat 4.0

2002-03-20 Thread John Niven

Will

 -Original Message-
 From: Kwan, William [mailto:[EMAIL PROTECTED]] 
 Sent: 19 March 2002 18:28
 To: 'Tomcat Users List'
 Subject: RE: installation of Tomcat 4.0
 
 
 John,
 
 Alexander suggested that and I tried that but get an error message:
 
  C:\catalina debug start
  Using CATALINA_BASE:   C:\JAVA\APACHE TOMCAT 4.0
  Using CATALINA_HOME:   C:\JAVA\APACHE TOMCAT 4.0
  Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp
  Using JAVA_HOME:   C:\JAVA\JDK1.3.1_02
  Initializing jdb...
  tomcat
  Command 'tomcat' is not valid until the VM is started with 
 the 'run' 
  command run
  run org.apache.catalina.startup.Bootstrap start start
  
  VM Started:
  Exception occurred: java.lang.NoClassDefFoundError (uncaught) 
  thread=main, 
  org.apache.catalina.loader.StandardClassLoader.findClass(), 
 line=670,
 bci=179
 
 any ideas what the error message means??
 

I'm not entirely sure -- see my earlier posting in which I mention I'm out
of my depth! -- but I believe that an essential .jar isn't being picked up
by Tomcat - either because it's not on the classpath, or it's been
corrupted, or some thing similar.

One thing I've noticed in your classpath (which may well not solve the
problem...) is that C:\java\jdk1.3.1_02 is used along with %JAVA_HOME% -
it might be worth replacing one with t'other, seeing if that either solves
the problem or makes it worse.  I can't promise this will work, but it's
something I'd try.

I'm still curious about the error message - when I've had problems with
NoClassDefFound (and believe me, I've had a few...!) I typically don't see
and line numbers offered - I guess this is because you're using the -debug
switch?  If you've got access to the source code you could take a look at
the offending line and see if that sheds any light?

Best of luck
John

 My classpath is:  
 
 C:\JAVA\APACHE TOMCAT 
 4.0\BIN\bootstrap.jar;C:\JAVA\JDK1.3.1_02\LIB\;C:\JAVA\JDK1.3.
 1_02\jre;c:\ja
 va\jdk1.3.1_02;%JAVA_HOME%\BIN;%CATALINA_HOME%\BIN
 
 My Path is:
 
 c:\java\apache tomcat 4.0\bin;C:\Program Files\Seagate 
 Software\NOTES\; C:\Program Files\Seagate 
 Software\NOTES\DATA\;%SystemRoot%\system32;%SystemRoot%;%Syste
 mRoot%\System3
 2\Wbem;C:\MSSQL7\BINN;C:\Program Files\Microsoft SQL 
 Server\80\Tools\BINN;c:\java\jdk1.3.1_02\bin
 
 thanks for you help.
 Will
 
 
 -Original Message-
 From: John Niven [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, March 19, 2002 9:54 AM
 To: 'Tomcat Users List'
 Subject: RE: installation of Tomcat 4.0
 
 
  -Original Message-
  From: Kwan, William [mailto:[EMAIL PROTECTED]]
  Sent: 19 March 2002 17:06
  To: 'Tomcat Users List'
  Subject: RE: installation of Tomcat 4.0
  
  
  Raj,
  
  I did do that.  I kept the directory names the same except by
  putting it in a directory called java.  Everytime I try to 
  start tomcat, a dos window appears and then a few seconds, it 
  disappears.  I check the services and I couldnt start tomcat 
  there either.
  
  Will
  
  
 Will
 
 Instead of starting Tomcat by double-clicking on startup.bat, 
 open up a console and start Tomcat manually: 
 C:\%CATALINA_HOME%\bin\catalina run Tomcat won't open a DOS 
 box that promptly shuts, and you'll get a chance to see the 
 error msg (without having to wade through reams of unfamiliar 
 logs, as I had too...)
 
 Good luck
 John
 
  --
 John Niven
 Please reply through mailing list
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




AW: installation of Tomcat 4.0

2002-03-19 Thread Alexander Reifinger

Hi Will,

try to use catalina run instead of startup, so you will see the error
message tomcat produces...

Alexander

 I've followed the documents from the web on setting up those and
 when I run
 the startup.bat file,  a window pops up for a second and then disappears.
 The dos window is back at the command prompt.  I then go to the


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: installation of Tomcat 4.0

2002-03-19 Thread George . Marian

make sure you do not have any other web servers running. ie IIS, iplanet




Kwan, William [EMAIL PROTECTED]
18/03/2002 07:19 PM
Please respond to Tomcat Users List

 
To: Tomcat user (E-mail) [EMAIL PROTECTED]
cc: 
Subject:installation of Tomcat 4.0


Hi everyone,

I'm new to Tomcat and was wondering if you could help me.

I've downloaded the following:

j2sdk-1_3_1_02-win.exe
jakarta-tomcat-4.0.3-LE-jdk14.exe

I've install the jdk first then tomcat.

I've set the following environment variables:
Java_home = c:\java\jdk1.3.1_02
Catalina_home = c:\java\apache tomcat 4.0
classpath =
c:\java\jdk1.3.1_02\bin;c:\java\jdk1.3.1_02\lib;c:\java\jdk1.3.1_02\jre
Path = c:\java\apache tomcat 4.0\bin;c:\java\jdk1.3.1_02\bin;%system%;

I've followed the documents from the web on setting up those and when I 
run
the startup.bat file,  a window pops up for a second and then disappears.
The dos window is back at the command prompt.  I then go to the browser 
and
type in:
http://localhost:8080/ and get The page cannot be display

I'm on a windows 2000 server, IIS 5.0.

I've looked at the following documents:

http://members.ozemail.com.au/~lampante/hotwo/tomcat/iisnt/
http://javaboutique.internet.com/tutorials/Tomcat/

It doesnt seem that hard, but I dont know what I'm doing wrong, any help
would be appreciated.
thanks,
Will


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]






Re: installation of Tomcat 4.0

2002-03-19 Thread Raj

U can run any servers with tomcat4.0.3.I did not get any problems.U have not
started the tomcat properly.U uninstall it and than install in a directcory
c:\tomcat4(as per your convenience.)Go to Env variables set JAVA_HOME as
name,c:\jdk1.3any version as value
  set CATALINA_HOME as name ,c:\tomact4 as value
at the end of the PATH add
%JAVA_HOME%\bin;%CATALINA_HOME%\bin
then from start programs click start tomcat.
Thats all.

- Original Message -
From: [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, March 19, 2002 1:34 PM
Subject: Re: installation of Tomcat 4.0


 make sure you do not have any other web servers running. ie IIS, iplanet




 Kwan, William [EMAIL PROTECTED]
 18/03/2002 07:19 PM
 Please respond to Tomcat Users List


 To: Tomcat user (E-mail) [EMAIL PROTECTED]
 cc:
 Subject:installation of Tomcat 4.0


 Hi everyone,

 I'm new to Tomcat and was wondering if you could help me.

 I've downloaded the following:

 j2sdk-1_3_1_02-win.exe
 jakarta-tomcat-4.0.3-LE-jdk14.exe

 I've install the jdk first then tomcat.

 I've set the following environment variables:
 Java_home = c:\java\jdk1.3.1_02
 Catalina_home = c:\java\apache tomcat 4.0
 classpath =
 c:\java\jdk1.3.1_02\bin;c:\java\jdk1.3.1_02\lib;c:\java\jdk1.3.1_02\jre
 Path = c:\java\apache tomcat 4.0\bin;c:\java\jdk1.3.1_02\bin;%system%;

 I've followed the documents from the web on setting up those and when I
 run
 the startup.bat file,  a window pops up for a second and then disappears.
 The dos window is back at the command prompt.  I then go to the browser
 and
 type in:
 http://localhost:8080/ and get The page cannot be display

 I'm on a windows 2000 server, IIS 5.0.

 I've looked at the following documents:

 http://members.ozemail.com.au/~lampante/hotwo/tomcat/iisnt/
 http://javaboutique.internet.com/tutorials/Tomcat/

 It doesnt seem that hard, but I dont know what I'm doing wrong, any help
 would be appreciated.
 thanks,
 Will


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]






--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: installation of Tomcat 4.0

2002-03-19 Thread Kwan, William

Hi Alexander

I did try it and here is what i get:

C:\catalina debug start
Using CATALINA_BASE:   C:\JAVA\APACHE TOMCAT 4.0
Using CATALINA_HOME:   C:\JAVA\APACHE TOMCAT 4.0
Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp
Using JAVA_HOME:   C:\JAVA\JDK1.3.1_02
Initializing jdb...
 tomcat
Command 'tomcat' is not valid until the VM is started with the 'run' command
 run
run org.apache.catalina.startup.Bootstrap start start

VM Started:
Exception occurred: java.lang.NoClassDefFoundError (uncaught) thread=main,
org
.apache.catalina.loader.StandardClassLoader.findClass(), line=670, bci=179

any ideas??
thanks,
Will


-Original Message-
From: Alexander Reifinger [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 2:40 AM
To: Tomcat Users List
Subject: AW: installation of Tomcat 4.0


Hi Will,

try to use catalina run instead of startup, so you will see the error
message tomcat produces...

Alexander

 I've followed the documents from the web on setting up those and
 when I run
 the startup.bat file,  a window pops up for a second and then disappears.
 The dos window is back at the command prompt.  I then go to the


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: installation of Tomcat 4.0

2002-03-19 Thread Kwan, William

Raj,

I did do that.  I kept the directory names the same except by putting it in
a directory called java.  Everytime I try to start tomcat, a dos window
appears and then a few seconds, it disappears.  I check the services and I
couldnt start tomcat there either.

Will


-Original Message-
From: Raj [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 6:04 AM
To: Tomcat Users List
Subject: Re: installation of Tomcat 4.0


U can run any servers with tomcat4.0.3.I did not get any problems.U have not
started the tomcat properly.U uninstall it and than install in a directcory
c:\tomcat4(as per your convenience.)Go to Env variables set JAVA_HOME as
name,c:\jdk1.3any version as value
  set CATALINA_HOME as name ,c:\tomact4 as value
at the end of the PATH add
%JAVA_HOME%\bin;%CATALINA_HOME%\bin
then from start programs click start tomcat.
Thats all.

- Original Message -
From: [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, March 19, 2002 1:34 PM
Subject: Re: installation of Tomcat 4.0


 make sure you do not have any other web servers running. ie IIS, iplanet




 Kwan, William [EMAIL PROTECTED]
 18/03/2002 07:19 PM
 Please respond to Tomcat Users List


 To: Tomcat user (E-mail) [EMAIL PROTECTED]
 cc:
 Subject:installation of Tomcat 4.0


 Hi everyone,

 I'm new to Tomcat and was wondering if you could help me.

 I've downloaded the following:

 j2sdk-1_3_1_02-win.exe
 jakarta-tomcat-4.0.3-LE-jdk14.exe

 I've install the jdk first then tomcat.

 I've set the following environment variables:
 Java_home = c:\java\jdk1.3.1_02
 Catalina_home = c:\java\apache tomcat 4.0
 classpath =
 c:\java\jdk1.3.1_02\bin;c:\java\jdk1.3.1_02\lib;c:\java\jdk1.3.1_02\jre
 Path = c:\java\apache tomcat 4.0\bin;c:\java\jdk1.3.1_02\bin;%system%;

 I've followed the documents from the web on setting up those and when I
 run
 the startup.bat file,  a window pops up for a second and then disappears.
 The dos window is back at the command prompt.  I then go to the browser
 and
 type in:
 http://localhost:8080/ and get The page cannot be display

 I'm on a windows 2000 server, IIS 5.0.

 I've looked at the following documents:

 http://members.ozemail.com.au/~lampante/hotwo/tomcat/iisnt/
 http://javaboutique.internet.com/tutorials/Tomcat/

 It doesnt seem that hard, but I dont know what I'm doing wrong, any help
 would be appreciated.
 thanks,
 Will


 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]






--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




AW: installation of Tomcat 4.0

2002-03-19 Thread Alexander Reifinger

Ermmm - He does not seem to find some class. Anyone else please...

Alexander

 I did try it and here is what i get:

 C:\catalina debug start
 Using CATALINA_BASE:   C:\JAVA\APACHE TOMCAT 4.0
 Using CATALINA_HOME:   C:\JAVA\APACHE TOMCAT 4.0
 Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp
 Using JAVA_HOME:   C:\JAVA\JDK1.3.1_02
 Initializing jdb...
  tomcat
 Command 'tomcat' is not valid until the VM is started with the
 'run' command
  run
 run org.apache.catalina.startup.Bootstrap start start
 
 VM Started:
 Exception occurred: java.lang.NoClassDefFoundError (uncaught)
 thread=main,
 org
 .apache.catalina.loader.StandardClassLoader.findClass(), line=670, bci=179
 any ideas??


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: installation of Tomcat 4.0

2002-03-19 Thread John Niven

 -Original Message-
 From: Kwan, William [mailto:[EMAIL PROTECTED]] 
 Sent: 19 March 2002 17:06
 To: 'Tomcat Users List'
 Subject: RE: installation of Tomcat 4.0
 
 
 Raj,
 
 I did do that.  I kept the directory names the same except by 
 putting it in a directory called java.  Everytime I try to 
 start tomcat, a dos window appears and then a few seconds, it 
 disappears.  I check the services and I couldnt start tomcat 
 there either.
 
 Will
 
 
Will

Instead of starting Tomcat by double-clicking on startup.bat, open up a
console and start Tomcat manually:
C:\%CATALINA_HOME%\bin\catalina run
Tomcat won't open a DOS box that promptly shuts, and you'll get a chance to
see the error msg (without having to wade through reams of unfamiliar logs,
as I had too...)

Good luck
John

 --
John Niven
Please reply through mailing list

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: installation of Tomcat 4.0

2002-03-19 Thread Kwan, William

John,

Alexander suggested that and I tried that but get an error message:

 C:\catalina debug start
 Using CATALINA_BASE:   C:\JAVA\APACHE TOMCAT 4.0
 Using CATALINA_HOME:   C:\JAVA\APACHE TOMCAT 4.0
 Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp
 Using JAVA_HOME:   C:\JAVA\JDK1.3.1_02
 Initializing jdb...
 tomcat
 Command 'tomcat' is not valid until the VM is started with the
 'run' command
 run
 run org.apache.catalina.startup.Bootstrap start start
 
 VM Started:
 Exception occurred: java.lang.NoClassDefFoundError (uncaught)
 thread=main,
 org.apache.catalina.loader.StandardClassLoader.findClass(), line=670,
bci=179

any ideas what the error message means??

My classpath is:  

C:\JAVA\APACHE TOMCAT
4.0\BIN\bootstrap.jar;C:\JAVA\JDK1.3.1_02\LIB\;C:\JAVA\JDK1.3.1_02\jre;c:\ja
va\jdk1.3.1_02;%JAVA_HOME%\BIN;%CATALINA_HOME%\BIN

My Path is:

c:\java\apache tomcat 4.0\bin;C:\Program Files\Seagate Software\NOTES\;
C:\Program Files\Seagate
Software\NOTES\DATA\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System3
2\Wbem;C:\MSSQL7\BINN;C:\Program Files\Microsoft SQL
Server\80\Tools\BINN;c:\java\jdk1.3.1_02\bin

thanks for you help.
Will


-Original Message-
From: John Niven [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 9:54 AM
To: 'Tomcat Users List'
Subject: RE: installation of Tomcat 4.0


 -Original Message-
 From: Kwan, William [mailto:[EMAIL PROTECTED]] 
 Sent: 19 March 2002 17:06
 To: 'Tomcat Users List'
 Subject: RE: installation of Tomcat 4.0
 
 
 Raj,
 
 I did do that.  I kept the directory names the same except by 
 putting it in a directory called java.  Everytime I try to 
 start tomcat, a dos window appears and then a few seconds, it 
 disappears.  I check the services and I couldnt start tomcat 
 there either.
 
 Will
 
 
Will

Instead of starting Tomcat by double-clicking on startup.bat, open up a
console and start Tomcat manually:
C:\%CATALINA_HOME%\bin\catalina run
Tomcat won't open a DOS box that promptly shuts, and you'll get a chance to
see the error msg (without having to wade through reams of unfamiliar logs,
as I had too...)

Good luck
John

 --
John Niven
Please reply through mailing list

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: installation of Tomcat 4.0

2002-03-19 Thread John Niven

 -Original Message-
 From: Alexander Reifinger [mailto:[EMAIL PROTECTED]] 
 Sent: 19 March 2002 17:57
 To: Tomcat Users List
 Subject: AW: installation of Tomcat 4.0
 
 
 Ermmm - He does not seem to find some class. Anyone else please...

Ermmm is right -- I'm out of my depth.  I'm concerned at the error msg too:
is that normal?  That's why I was suggesting stripping away the catalina
debug start to the bare minimum: catalina or catalina run.  As to what
class is missing, I'd not want to chance a guess... :(

John

 
 Alexander
 
  I did try it and here is what i get:
 
  C:\catalina debug start
  Using CATALINA_BASE:   C:\JAVA\APACHE TOMCAT 4.0
  Using CATALINA_HOME:   C:\JAVA\APACHE TOMCAT 4.0
  Using CATALINA_TMPDIR: C:\JAVA\APACHE TOMCAT 4.0\temp
  Using JAVA_HOME:   C:\JAVA\JDK1.3.1_02
  Initializing jdb...
   tomcat
  Command 'tomcat' is not valid until the VM is started with 
 the 'run' 
  command
   run
  run org.apache.catalina.startup.Bootstrap start start
  
  VM Started:
  Exception occurred: java.lang.NoClassDefFoundError (uncaught) 
  thread=main, org
  .apache.catalina.loader.StandardClassLoader.findClass(), 
 line=670, bci=179
  any ideas??
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

 --
John Niven
Please reply through mailing list

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




installation of Tomcat 4.0

2002-03-18 Thread Kwan, William

Hi everyone,

I'm new to Tomcat and was wondering if you could help me.

I've downloaded the following:

j2sdk-1_3_1_02-win.exe
jakarta-tomcat-4.0.3-LE-jdk14.exe

I've install the jdk first then tomcat.

I've set the following environment variables:
Java_home = c:\java\jdk1.3.1_02
Catalina_home = c:\java\apache tomcat 4.0
classpath =
c:\java\jdk1.3.1_02\bin;c:\java\jdk1.3.1_02\lib;c:\java\jdk1.3.1_02\jre
Path = c:\java\apache tomcat 4.0\bin;c:\java\jdk1.3.1_02\bin;%system%;

I've followed the documents from the web on setting up those and when I run
the startup.bat file,  a window pops up for a second and then disappears.
The dos window is back at the command prompt.  I then go to the browser and
type in:
http://localhost:8080/ and get The page cannot be display

I'm on a windows 2000 server, IIS 5.0.

I've looked at the following documents:

http://members.ozemail.com.au/~lampante/hotwo/tomcat/iisnt/
http://javaboutique.internet.com/tutorials/Tomcat/

It doesnt seem that hard, but I dont know what I'm doing wrong, any help
would be appreciated.
thanks,
Will


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]