Help help

2002-03-14 Thread Uma Munugala

Hi 
 Iam working on tomcat 4.0.3 on windows NT.
Installation is successful. Examples are working fine.
I placed all my application class files under a directory in webapps and I
placed jar files in web-inf/lib
and unpacked class files resources files in web-inf/classes.
dir structure is something like this
D:\jakarta-tomcat-4.0.3\webapps\cellfusion\WEB-INF\classes
D:\jakarta-tomcat-4.0.3\webapps\cellfusion\WEB-INF\lib
When I run my application servlet Iam getting error
java.lang.NoClassDefFoundError
The class which it is referring is in jar file and it is placed in
web-inf/lib. I just followed exactly according to documentation. Still Iam
getting that error, Iam stuck with this problem.

Immediate help would be very much appreciated.



Thanks
Uma

-Original Message-
From: Uma Munugala [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 7:05 AM
To: 'Tomcat Developers List'
Subject: RE: Where can I find the spec to implement SSI on Jakarta
Tomcat 4.0?


Hi

   I installed tomcat 4.0.3 and it went successfully. I tested examples they
are working fine. i followed the application developer guide for deployment.
Do I need to create web.xml for my application is it mandatory ?. 
For running servlet application do i need apache web server also.

any help in this regards is appreciated.


Thanks
Uma


-Original Message-
From: Amy Roh [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 13, 2002 6:15 PM
To: Tomcat Developers List
Subject: Re: Where can I find the spec to implement SSI on Jakarta
Tomcat 4.0?


Uma Munugala wrote:

> Hi
>I installed tomcat 4.0.3 and installation was successful.
> I tested examples they are working fine.
> I unzipped all my application files in a directory under webapps
directory.
> when I tried to run my servlets, Iam getting error
> http status 404 servlet (Login) not found.
>
> can some body write to me step by step procedure what to do when I want to
> run an application (servlet).

You can refer to "Application Developer's Guide" -
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html.  Hope you
find this useful.

Amy

>
>
> Thanks
> Uma
>
> -Original Message-
> From: Amy Roh [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 13, 2002 5:31 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Where can I find the spec to implement SSI on Jakarta
> Tomcat 4.0?
>
> Mike Jette wrote:
>
> > Where can I find the spec to implement Server-Side Include (SSI) on
> Jakarta
> > Tomcat 4.0?
>
> There isn't an actual spec for SSI feature for Tomcat 4.0.  It follows the
> NCSA
> SSI rules same as the Apache documentation.  You need to uncomment SSI
> Servlet
> in web.xml.  And to use the SSI servlet, you also need to rename the
> $CATALINA_HOME/server/lib/servlets-ssi.renametojar file to
> $CATALINA_HOME/server/lib/servlets-ssi.jar
>
> Amy
>
> >
> >
> > If you can point me at a link I would really appreciate your help.
> > Is it that same as the Apache documentation?
> >
> > Thanks you.
> >
> > --
> > Michael E. Jette
> > Technology Partners, Inc.
> > 636-519-1221 ext. 104
> > 1-877-636-1331 ext. 104 (toll free)
> > www.tech-partners.com
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




FW: Help help

2002-03-14 Thread Uma Munugala


Hi 
 Iam working on tomcat 4.0.3 on windows NT.
Installation is successful. Examples are working fine.
I placed all my application class files under a directory in webapps and I
placed jar files in web-inf/lib
and unpacked class files resources files in web-inf/classes.
dir structure is something like this
D:\jakarta-tomcat-4.0.3\webapps\cellfusion\WEB-INF\classes
D:\jakarta-tomcat-4.0.3\webapps\cellfusion\WEB-INF\lib
When I run my application servlet Iam getting error
java.lang.NoClassDefFoundError
The class which it is referring is in jar file and it is placed in
web-inf/lib. I just followed exactly according to documentation. Still Iam
getting that error, Iam stuck with this problem.

Do I need to integrate tomcat with apcahe http server 

Immediate help would be very much appreciated.



Thanks
Uma

-Original Message-
From: Uma Munugala [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 14, 2002 7:05 AM
To: 'Tomcat Developers List'
Subject: RE: Where can I find the spec to implement SSI on Jakarta
Tomcat 4.0?


Hi

   I installed tomcat 4.0.3 and it went successfully. I tested examples they
are working fine. i followed the application developer guide for deployment.
Do I need to create web.xml for my application is it mandatory ?. 
For running servlet application do i need apache web server also.

any help in this regards is appreciated.


Thanks
Uma


-Original Message-
From: Amy Roh [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 13, 2002 6:15 PM
To: Tomcat Developers List
Subject: Re: Where can I find the spec to implement SSI on Jakarta
Tomcat 4.0?


Uma Munugala wrote:

> Hi
>I installed tomcat 4.0.3 and installation was successful.
> I tested examples they are working fine.
> I unzipped all my application files in a directory under webapps
directory.
> when I tried to run my servlets, Iam getting error
> http status 404 servlet (Login) not found.
>
> can some body write to me step by step procedure what to do when I want to
> run an application (servlet).

You can refer to "Application Developer's Guide" -
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/index.html.  Hope you
find this useful.

Amy

>
>
> Thanks
> Uma
>
> -Original Message-
> From: Amy Roh [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 13, 2002 5:31 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Where can I find the spec to implement SSI on Jakarta
> Tomcat 4.0?
>
> Mike Jette wrote:
>
> > Where can I find the spec to implement Server-Side Include (SSI) on
> Jakarta
> > Tomcat 4.0?
>
> There isn't an actual spec for SSI feature for Tomcat 4.0.  It follows the
> NCSA
> SSI rules same as the Apache documentation.  You need to uncomment SSI
> Servlet
> in web.xml.  And to use the SSI servlet, you also need to rename the
> $CATALINA_HOME/server/lib/servlets-ssi.renametojar file to
> $CATALINA_HOME/server/lib/servlets-ssi.jar
>
> Amy
>
> >
> >
> > If you can point me at a link I would really appreciate your help.
> > Is it that same as the Apache documentation?
> >
> > Thanks you.
> >
> > --
> > Michael E. Jette
> > Technology Partners, Inc.
> > 636-519-1221 ext. 104
> > 1-877-636-1331 ext. 104 (toll free)
> > www.tech-partners.com
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 

--
To unsubscribe, e-mail:   
For additional commands, e-mail: