You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nick Torenvliet <to...@sympatico.ca> on 2001/09/14 23:26:38 UTC

missing directories /web*/exam*/jsp , and java.lang.NoClassDefFoundError

Hi all, its my first tomcat install and I've installing jakarta-tomcat-3.2.3
from the bins. I'm installing tomcat as a standalone server. Ap

I'm following a script written by a co-worker that deals with installing
3.2.1.
I've followed every instruction ot the letter and I have the following two
problems-

First, as the final step of the script I am supposed to install our software
into the
	/usr/local/jakarta-tomcat3.2.3/webapps/examples directory

however my install only has an examples.war file  and no /examples directory
below /webapps.  Are the directory structures in 3.2.1 and 3.2.3 different.
If so where should I put my jsp, if not what button do I push to get the
apparently missing directories?

Second to my knowledge I've set every PATH, CLASSPATH  and _HOME but when I
start tomcat using /bin/startup.sh I get the following message

Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/tomcat/startup/Tomcat

Any suggestions?


RE: missing directories /web*/exam*/jsp , and java.lang.NoClassDefFoundError

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Fri, 14 Sep 2001, Nick Torenvliet wrote:

> Date: Fri, 14 Sep 2001 17:58:37 -0400
> From: Nick Torenvliet <to...@sympatico.ca>
> Reply-To: tomcat-user@jakarta.apache.org
> To: tomcat-user@jakarta.apache.org
> Subject: RE: missing directories /web*/exam*/jsp ,
>      and java.lang.NoClassDefFoundError
>
>
> Second question of the day.  Can anyone tell me whether tomcat4.0 supports
>  digital certificates drawn up to the x509 standard?
>
>
>

Yes, thanks to the use of Java Secure Socket Extensions (JSSE) underneath.
Setup and configuration instructions are at:

  http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html

(You'll find a wealth of other answers about Tomcat 4 in this set of
documents - it is well worth your time to peruse them all.)

Besides the support for server certificates, Tomcat 4 also supports
CLIENT-CERT authentication so that you can use container managed security
based on the certificates presented by clients.

Craig



RE: missing directories /web*/exam*/jsp , and java.lang.NoClassDefFoundError

Posted by Nick Torenvliet <to...@sympatico.ca>.
Second question of the day.  Can anyone tell me whether tomcat4.0 supports
 digital certificates drawn up to the x509 standard?



RE: missing directories /web*/exam*/jsp , and java.lang.NoClassDefFoundError

Posted by Nick Torenvliet <to...@sympatico.ca>.
Not a thing so far, let's keep in touch in the event either of us finds a
solution


-----Original Message-----
From: Rajah Kalipatnapu [mailto:rajah@soundpipe.com]
Sent: Friday, September 14, 2001 6:37 PM
To: tomcat-user@jakarta.apache.org
Subject: RE: missing directories /web*/exam*/jsp , and
java.lang.NoClassDefFoundError


hi did u get any response or able to find a solution on ur own. I'm also
having the same problem.
TIA

-----Original Message-----
From: Nick Torenvliet [mailto:torenvliet@sympatico.ca]
Sent: Friday, September 14, 2001 2:27 PM
To: tomcat-user@jakarta.apache.org
Subject: missing directories /web*/exam*/jsp , and
java.lang.NoClassDefFoundError



Hi all, its my first tomcat install and I've installing jakarta-tomcat-3.2.3
from the bins. I'm installing tomcat as a standalone server. Ap

I'm following a script written by a co-worker that deals with installing
3.2.1.
I've followed every instruction ot the letter and I have the following two
problems-

First, as the final step of the script I am supposed to install our software
into the
	/usr/local/jakarta-tomcat3.2.3/webapps/examples directory

however my install only has an examples.war file  and no /examples directory
below /webapps.  Are the directory structures in 3.2.1 and 3.2.3 different.
If so where should I put my jsp, if not what button do I push to get the
apparently missing directories?

Second to my knowledge I've set every PATH, CLASSPATH  and _HOME but when I
start tomcat using /bin/startup.sh I get the following message

Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/tomcat/startup/Tomcat

Any suggestions?


RE: missing directories /web*/exam*/jsp , and java.lang.NoClassDefFoundError

Posted by Rajah Kalipatnapu <ra...@soundpipe.com>.
hi did u get any response or able to find a solution on ur own. I'm also
having the same problem.
TIA

-----Original Message-----
From: Nick Torenvliet [mailto:torenvliet@sympatico.ca]
Sent: Friday, September 14, 2001 2:27 PM
To: tomcat-user@jakarta.apache.org
Subject: missing directories /web*/exam*/jsp , and
java.lang.NoClassDefFoundError



Hi all, its my first tomcat install and I've installing jakarta-tomcat-3.2.3
from the bins. I'm installing tomcat as a standalone server. Ap

I'm following a script written by a co-worker that deals with installing
3.2.1.
I've followed every instruction ot the letter and I have the following two
problems-

First, as the final step of the script I am supposed to install our software
into the
	/usr/local/jakarta-tomcat3.2.3/webapps/examples directory

however my install only has an examples.war file  and no /examples directory
below /webapps.  Are the directory structures in 3.2.1 and 3.2.3 different.
If so where should I put my jsp, if not what button do I push to get the
apparently missing directories?

Second to my knowledge I've set every PATH, CLASSPATH  and _HOME but when I
start tomcat using /bin/startup.sh I get the following message

Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/tomcat/startup/Tomcat

Any suggestions?