RE: Where can I find the spec to implement SSI on Jakarta Tomcat 4.0?

2002-03-14 Thread Uma Munugala

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:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

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


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

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




Re: Where can I find the spec to implement SSI on Jakarta Tomcat 4.0?

2002-03-13 Thread Amy Roh

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:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Where can I find the spec to implement SSI on Jakarta Tomcat 4.0?

2002-03-13 Thread Uma Munugala

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).




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:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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




Re: Where can I find the spec to implement SSI on Jakarta Tomcat 4.0?

2002-03-13 Thread Amy Roh

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:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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


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




Re: Where can I find the spec to implement SSI on Jakarta Tomcat 4.0?

2002-03-13 Thread Paul Speed



Amy Roh wrote:
 
 Mike Jette wrote:
 
  Where can I find the spec to implement Server-Side Include (SSI) on Jakarta
  Tomcat 4.0?

Note: I'm pretty sure that Catalina 4.0.x only has a minimal support
for SSI.  I rewrote it all to include everything that Apache 
mod_include does (except the some perl or regex stuff, don't quite
remember) but I'm pretty sure those changes only exist in the HEAD
branch, ie: 4.x.  As far as I know, that stuff was never back-ported
and so is only available when using a nightly build or building from
source.

Also note: The older SSI can only serve one request at a time or
it will possibly mix output to the different clients.  This was
actually my original reasons for fixing the SSI servlet in Catalina
since it messes up nested includes too.  The other reason was that I 
needed conditionals.

-Paul Speed

 
 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:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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