Tomcat -- startup question

2003-11-07 Thread Gopalakrishnan. Govindakrishnan
Hi:

   Anyone know why do I get this error during startup?

D:\Tomcat 4.1\bincatalina run
Press any key to continue . . .
... from setclasspath.bat ...
Using CATALINA_BASE:   D:\Tomcat 4.1\
Using CATALINA_HOME:   D:\Tomcat 4.1\
Using CATALINA_TMPDIR: D:\Tomcat 4.1\\temp
Using JAVA_HOME:   d:\jdk1.4
Exception in thread main java.lang.NoClassDefFoundError: 4/1
Press any key to continue . . .
... from catalina.bat ...


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


Re: Tomcat -- startup question

2003-11-07 Thread Jean-Francois Arcand
Avoid putting space in the installation folder or define catalina home 
using quote.

Use D:\Tomcat4.1 instead (less pain)

-- Jeanfrancois

Gopalakrishnan. Govindakrishnan wrote:

Hi:

   Anyone know why do I get this error during startup?

D:\Tomcat 4.1\bincatalina run
Press any key to continue . . .
... from setclasspath.bat ...
Using CATALINA_BASE:   D:\Tomcat 4.1\
Using CATALINA_HOME:   D:\Tomcat 4.1\
Using CATALINA_TMPDIR: D:\Tomcat 4.1\\temp
Using JAVA_HOME:   d:\jdk1.4
Exception in thread main java.lang.NoClassDefFoundError: 4/1
Press any key to continue . . .
... from catalina.bat ...


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



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


Re: Tomcat startup question

2003-02-04 Thread Milt Epstein
On Mon, 3 Feb 2003, Kenny G. Dubuisson, Jr. wrote:

 I'm running Tomcat 4.0.5 on RedHat 7.3.  I'd like to know if it is
 normal that you can start Tomcat multiple times in a row via the
 $CATALINA_HOME/bin/startup.sh script?  I can run the script and then
 if I run it again (without shutting down Tomcat) it executes again.
 I remember on an older version of Tomcat that I used that if you did
 this you would get an error.

I'd think you'd at least get some port binding exceptions, because
you'd be trying to resuse the same ports over and over again.  Did you
see anything in the logs.

Milt Epstein
Research Programmer
Integration and Software Engineering (ISE)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]


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




Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I don't think it's starting a second instance...I think it's just stopping
and restarting???  I really don't know.  But I do know that I don't get any
exceptions.  I would think that I should given that it's trying to use the
same port.

Thanks,
Kenny

- Original Message -
From: Haytham Samad [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, February 03, 2003 5:01 PM
Subject: RE: Tomcat startup question


 Is it pickign up the same port to start up the other instances?  8080? or
 another port?  It should give an error if it is configured to only pick up
 port 8080?

 -Original Message-
 From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]]
 Sent: Monday, February 03, 2003 3:36 PM
 To: Tomcat Users List
 Subject: Tomcat startup question


 I'm running Tomcat 4.0.5 on RedHat 7.3.  I'd like to know if it is normal
 that you can start Tomcat multiple times in a row via the
 $CATALINA_HOME/bin/startup.sh script?  I can run the script and then if I
 run it again (without shutting down Tomcat) it executes again.  I remember
 on an older version of Tomcat that I used that if you did this you would
get
 an error.

 Thanks,
 Kenny


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



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



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




Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I don't think it's starting a second instance...I think it's just stopping
and restarting???  I really don't know.  But I do know that I don't get any
exceptions.  I would think that I should given that it's trying to use the
same port.

Thanks,
Kenny

- Original Message -
From: Haytham Samad [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, February 03, 2003 5:01 PM
Subject: RE: Tomcat startup question


 Is it pickign up the same port to start up the other instances?  8080? or
 another port?  It should give an error if it is configured to only pick up
 port 8080?

 -Original Message-
 From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]]
 Sent: Monday, February 03, 2003 3:36 PM
 To: Tomcat Users List
 Subject: Tomcat startup question


 I'm running Tomcat 4.0.5 on RedHat 7.3.  I'd like to know if it is normal
 that you can start Tomcat multiple times in a row via the
 $CATALINA_HOME/bin/startup.sh script?  I can run the script and then if I
 run it again (without shutting down Tomcat) it executes again.  I remember
 on an older version of Tomcat that I used that if you did this you would
get
 an error.

 Thanks,
 Kenny


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



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



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




Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I don't think it's starting a second instance...I think it's just stopping
and restarting???  I really don't know.  But I do know that I don't get any
exceptions.  I would think that I should given that it's trying to use the
same port.

Thanks,
Kenny

- Original Message -
From: Haytham Samad [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, February 03, 2003 5:01 PM
Subject: RE: Tomcat startup question


 Is it pickign up the same port to start up the other instances?  8080? or
 another port?  It should give an error if it is configured to only pick up
 port 8080?

 -Original Message-
 From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]]
 Sent: Monday, February 03, 2003 3:36 PM
 To: Tomcat Users List
 Subject: Tomcat startup question


 I'm running Tomcat 4.0.5 on RedHat 7.3.  I'd like to know if it is normal
 that you can start Tomcat multiple times in a row via the
 $CATALINA_HOME/bin/startup.sh script?  I can run the script and then if I
 run it again (without shutting down Tomcat) it executes again.  I remember
 on an older version of Tomcat that I used that if you did this you would
get
 an error.

 Thanks,
 Kenny


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



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



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




Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I don't think it's starting a second instance...I think it's just stopping
and restarting???  I really don't know.  But I do know that I don't get any
exceptions.  I would think that I should given that it's trying to use the
same port.

Thanks,
Kenny

- Original Message -
From: Haytham Samad [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, February 03, 2003 5:01 PM
Subject: RE: Tomcat startup question


 Is it pickign up the same port to start up the other instances?  8080? or
 another port?  It should give an error if it is configured to only pick up
 port 8080?

 -Original Message-
 From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]]
 Sent: Monday, February 03, 2003 3:36 PM
 To: Tomcat Users List
 Subject: Tomcat startup question


 I'm running Tomcat 4.0.5 on RedHat 7.3.  I'd like to know if it is normal
 that you can start Tomcat multiple times in a row via the
 $CATALINA_HOME/bin/startup.sh script?  I can run the script and then if I
 run it again (without shutting down Tomcat) it executes again.  I remember
 on an older version of Tomcat that I used that if you did this you would
get
 an error.

 Thanks,
 Kenny


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



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



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




Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I don't think it's starting a second instance...I think it's just stopping
and restarting???  I really don't know.  But I do know that I don't get any
exceptions.  I would think that I should given that it's trying to use the
same port.

Thanks,
Kenny

- Original Message -
From: Haytham Samad [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, February 03, 2003 5:01 PM
Subject: RE: Tomcat startup question


 Is it pickign up the same port to start up the other instances?  8080? or
 another port?  It should give an error if it is configured to only pick up
 port 8080?

 -Original Message-
 From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]]
 Sent: Monday, February 03, 2003 3:36 PM
 To: Tomcat Users List
 Subject: Tomcat startup question


 I'm running Tomcat 4.0.5 on RedHat 7.3.  I'd like to know if it is normal
 that you can start Tomcat multiple times in a row via the
 $CATALINA_HOME/bin/startup.sh script?  I can run the script and then if I
 run it again (without shutting down Tomcat) it executes again.  I remember
 on an older version of Tomcat that I used that if you did this you would
get
 an error.

 Thanks,
 Kenny


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



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



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




Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I don't think it's starting a second instance...I think it's just stopping
and restarting???  I really don't know.  But I do know that I don't get any
exceptions.  I would think that I should given that it's trying to use the
same port.

Thanks,
Kenny

- Original Message -
From: Haytham Samad [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, February 03, 2003 5:01 PM
Subject: RE: Tomcat startup question


 Is it pickign up the same port to start up the other instances?  8080? or
 another port?  It should give an error if it is configured to only pick up
 port 8080?

 -Original Message-
 From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]]
 Sent: Monday, February 03, 2003 3:36 PM
 To: Tomcat Users List
 Subject: Tomcat startup question


 I'm running Tomcat 4.0.5 on RedHat 7.3.  I'd like to know if it is normal
 that you can start Tomcat multiple times in a row via the
 $CATALINA_HOME/bin/startup.sh script?  I can run the script and then if I
 run it again (without shutting down Tomcat) it executes again.  I remember
 on an older version of Tomcat that I used that if you did this you would
get
 an error.

 Thanks,
 Kenny


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



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



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




Re: Tomcat startup question

2003-02-04 Thread Kenny G. Dubuisson, Jr.
I would think that I would get port binding exceptions too but I don't get
any error.  I just starts up Tomcat like I had never started it.

Thanks,
Kenny

- Original Message -
From: Milt Epstein [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Tuesday, February 04, 2003 8:40 AM
Subject: Re: Tomcat startup question


 On Mon, 3 Feb 2003, Kenny G. Dubuisson, Jr. wrote:

  I'm running Tomcat 4.0.5 on RedHat 7.3.  I'd like to know if it is
  normal that you can start Tomcat multiple times in a row via the
  $CATALINA_HOME/bin/startup.sh script?  I can run the script and then
  if I run it again (without shutting down Tomcat) it executes again.
  I remember on an older version of Tomcat that I used that if you did
  this you would get an error.

 I'd think you'd at least get some port binding exceptions, because
 you'd be trying to resuse the same ports over and over again.  Did you
 see anything in the logs.

 Milt Epstein
 Research Programmer
 Integration and Software Engineering (ISE)
 Campus Information Technologies and Educational Services (CITES)
 University of Illinois at Urbana-Champaign (UIUC)
 [EMAIL PROTECTED]


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



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




Tomcat startup question

2003-02-03 Thread Kenny G. Dubuisson, Jr.
I'm running Tomcat 4.0.5 on RedHat 7.3.  I'd like to know if it is normal
that you can start Tomcat multiple times in a row via the
$CATALINA_HOME/bin/startup.sh script?  I can run the script and then if I
run it again (without shutting down Tomcat) it executes again.  I remember
on an older version of Tomcat that I used that if you did this you would get
an error.

Thanks,
Kenny


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




RE: Tomcat startup question

2003-02-03 Thread Haytham Samad
Is it pickign up the same port to start up the other instances?  8080? or
another port?  It should give an error if it is configured to only pick up
port 8080?

-Original Message-
From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 3:36 PM
To: Tomcat Users List
Subject: Tomcat startup question


I'm running Tomcat 4.0.5 on RedHat 7.3.  I'd like to know if it is normal
that you can start Tomcat multiple times in a row via the
$CATALINA_HOME/bin/startup.sh script?  I can run the script and then if I
run it again (without shutting down Tomcat) it executes again.  I remember
on an older version of Tomcat that I used that if you did this you would get
an error.

Thanks,
Kenny


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



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