Win98 installation problems

2000-11-09 Thread Marius Tulcan




Hello everybody!

I want to learn JSP so I started with jGuru's 
course; downloaded the Tomcat 3.1 binary, unzipped it, followed the install 
procedures from the course, but the Tomcat doesn't seem to work.
What I get when I try to run startup 
is:

Starting tomcat in new windowUsing classpath: 
C:\Progra~1\jdk1.2.2\jakarta-tomcat\classes;C:\Progra~1\jdk1.2.2\jakarta-tomcat\lib\webserver.jar;C:\Progra~1\jdk1.2.2\jakarta-tomcat\lib\jasper.jar;C:\Progra~1\jdk1.2.2\jakarta-tomcat\lib\xml.jar;C:\Progra~1\jdk1.2.2\jakarta-tomcat\lib\servlet.jar;c:\progra~1\jdk1.2.2\lib\tools.jar

After this it does open a new window with a message 
in it, but I can't read it, as it immediately shuts it.
Reading the .BAT files, I guessed that it stops at 
the following

start java %TOMCAT_OPTS% 
-Dtomcat.home="%TOMCAT_HOME%" org.apache.tomcat.startup.Tomcat %2 %3 %4 %5 %6 %7 
%8 %9

The JAVA_HOME and TOMCAT_HOME variables 
are:
TOMCAT_HOME=C:\Progra~1\jdk1.2.2\jakarta-tomcatJAVA_HOME=c:\progra~1\jdk1.2.2

I have a Win98SE machine, with JDK 1.2.2.
I would really appreciate any help or hint, as I'm 
quite confused.

Thanks in advance,
Marius TulcanUniSystems SA, ZalauTel: +40 
60 661440E-mail: [EMAIL PROTECTED]


Re: Win98 installation problems

2000-11-09 Thread Phil_Hedley



From:  Phil Hedley@MITEL on 11/09/2000 09:55 AM GMT
I've just installed Tomcat on Win98 and had a couple of problems before getting
it to work:-

1.
To see the error message use the command :-
 tomcat run
This will run tomcat in the same console window.
Messages are also saved to the log files in the logs directory.

2.
For me, Tomcat would not work under JDK1.22, I had to upgrade to JDK1.3. I
believe this is true for Win98 although I have see nothing in the archives.

Let me know if you get further problems and I'll try to help.

cheers,
Phil Hedley





"Marius Tulcan" [EMAIL PROTECTED] on 09/11/2000 09:38:17

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:(bcc: Phil Hedley/Cal/Mitel)

Subject:  Win98 installation problems



Hello everybody!

I want to learn JSP so I started with jGuru's course; downloaded the Tomcat 3.1
binary, unzipped it, followed the install procedures from the course, but the
Tomcat doesn't seem to work.
What I get when I try to run startup is:

Starting tomcat in new window
Using classpath:
C:\Progra~1\jdk1.2.2\jakarta-tomcat\classes;C:\Progra~1\jdk1.2.2\jakarta-tomcat\lib\webserver.jar;C:\Progra~1\jdk1.2.2\jakarta-tomcat\lib\jasper.jar;C:\Progra~1\jdk1.2.2\jakarta-tomcat\lib\xml.jar;C:\Progra~1\jdk1.2.2\jakarta-tomcat\lib\servlet.jar;c:\progra~1\jdk1.2.2\lib\tools.jar


After this it does open a new window with a message in it, but I can't read it,
as it immediately shuts it.
Reading the .BAT files, I guessed that it stops at the following

start java %TOMCAT_OPTS% -Dtomcat.home="%TOMCAT_HOME%"
org.apache.tomcat.startup.Tomcat %2 %3 %4 %5 %6 %7 %8 %9

The JAVA_HOME and TOMCAT_HOME variables are:
TOMCAT_HOME=C:\Progra~1\jdk1.2.2\jakarta-tomcat
JAVA_HOME=c:\progra~1\jdk1.2.2

I have a Win98SE machine, with JDK 1.2.2 .
I would really appreciate any help or hint, as I'm quite confused.

Thanks in advance,
Marius Tulcan
UniSystems SA, Zalau
Tel: +40 60 661440
E-mail: [EMAIL PROTECTED]






Hello everybody!

I want to learn JSP so I started with jGuru's 
course; downloaded the Tomcat 3.1 binary, unzipped it, followed the install 
procedures from the course, but the Tomcat doesn't seem to work.
What I get when I try to run startup 
is:

Starting tomcat in new windowUsing classpath: 
C:\Progra~1\jdk1.2.2\jakarta-tomcat\classes;C:\Progra~1\jdk1.2.2\jakarta-tomcat\lib\webserver.jar;C:\Progra~1\jdk1.2.2\jakarta-tomcat\lib\jasper.jar;C:\Progra~1\jdk1.2.2\jakarta-tomcat\lib\xml.jar;C:\Progra~1\jdk1.2.2\jakarta-tomcat\lib\servlet.jar;c:\progra~1\jdk1.2.2\lib\tools.jar

After this it does open a new window with a message 
in it, but I can't read it, as it immediately shuts it.
Reading the .BAT files, I guessed that it stops at 
the following

start java %TOMCAT_OPTS% 
-Dtomcat.home="%TOMCAT_HOME%" org.apache.tomcat.startup.Tomcat %2 %3 %4 %5 %6 %7 
%8 %9

The JAVA_HOME and TOMCAT_HOME variables 
are:
TOMCAT_HOME=C:\Progra~1\jdk1.2.2\jakarta-tomcatJAVA_HOME=c:\progra~1\jdk1.2.2

I have a Win98SE machine, with JDK 1.2.2.
I would really appreciate any help or hint, as I'm 
quite confused.

Thanks in advance,
Marius TulcanUniSystems SA, ZalauTel: +40 
60 661440E-mail: [EMAIL PROTECTED]


Re: Win98 installation problems

2000-11-09 Thread Stephan Markwalder

Hello Marius,

If you remove the leading "start" command from the line

start java %TOMCAT_OPTS% -Dtomcat.home="%TOMCAT_HOME%" ...

tomcat will be started in the same window and you can read all
error-messages.

Ste



Re: Win98 installation problems

2000-11-09 Thread Marius Tulcan



Thanks, Phil !

I caught the error message, fixed the problem and 
it works just fine now.

I owe you one.

Marius TulcanUniSystems SA, ZalauTel: +40 
60 661440E-mail: [EMAIL PROTECTED]