RE: Configuring SSI in tomcat 6

2009-05-22 Thread Martin Gainty
: Fri, 22 May 2009 11:59:38 -0400 > Subject: Re: Configuring SSI in tomcat 6 > From: raghuramsriniv...@gmail.com > To: users@tomcat.apache.org > > Thanks for that...I modified the same thing but while inserting connection > pooling in the context.xml...i am getting following error >

Re: Configuring SSI in tomcat 6

2009-05-22 Thread raghu ram srinivas
ok thanks I will do that. On Fri, May 22, 2009 at 1:21 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > > Subject: Re: Configuring SSI in tomcat 6 > > > > *Cannot establish a database

RE: Configuring SSI in tomcat 6

2009-05-22 Thread Caldarale, Charles R
> From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > Subject: Re: Configuring SSI in tomcat 6 > > *Cannot establish a database connection. Cannot create JDBC driver of > class '' for connect URL 'null'* This is a new problem, so please start

Re: Configuring SSI in tomcat 6

2009-05-22 Thread raghu ram srinivas
22, 2009 at 11:54 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > > Subject: Re: Configuring SSI in tomcat 6 > > > > I am not able to view the tomcat home page. > > In all the e

RE: Configuring SSI in tomcat 6

2009-05-22 Thread Caldarale, Charles R
> From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > Subject: Re: Configuring SSI in tomcat 6 > > I am not able to view the tomcat home page. In all the editing that's been going on, you may have damaged conf/server.xml or conf/web.xml (the latter is more likely)

Re: Configuring SSI in tomcat 6

2009-05-22 Thread raghu ram srinivas
ghu On Fri, May 22, 2009 at 11:06 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > > Subject: Re: Configuring SSI in tomcat 6 > > > > Sorry for that.I placed the file in this loca

RE: Configuring SSI in tomcat 6

2009-05-22 Thread Caldarale, Charles R
> From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > Subject: Re: Configuring SSI in tomcat 6 > > Sorry for that.I placed the file in this location: > C:\Program Files\Apache Software Foundation\Tomcat 6.0\ > webapps\pvs\META-INF\context.xml O.k., that's th

Re: Configuring SSI in tomcat 6

2009-05-22 Thread raghu ram srinivas
dar...@unisys.com> wrote: > > From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > > Subject: Re: Configuring SSI in tomcat 6 > > > > my web application is under webapp folder ie.C:\Program Files\Apache > > Software Foundation\Tomcat 6.0\webapps > > Under web

RE: Configuring SSI in tomcat 6

2009-05-22 Thread Caldarale, Charles R
> From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > Subject: Re: Configuring SSI in tomcat 6 > > my web application is under webapp folder ie.C:\Program Files\Apache > Software Foundation\Tomcat 6.0\webapps > Under webapps folder I got 4 different applications but

Re: Configuring SSI in tomcat 6

2009-05-22 Thread raghu ram srinivas
ghuramsriniv...@gmail.com] > > Subject: Re: Configuring SSI in tomcat 6 > > > > I inserted this context in seperate file..ie., under my web app. > > Where exactly under your webapp? Be precise when reporting problems. > > > > crossContext="true" privilieged

RE: Configuring SSI in tomcat 6

2009-05-22 Thread Caldarale, Charles R
> From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > Subject: Re: Configuring SSI in tomcat 6 > > I inserted this context in seperate file..ie., under my web app. Where exactly under your webapp? Be precise when reporting problems. > crossContext="tru

Re: Configuring SSI in tomcat 6

2009-05-22 Thread raghu ram srinivas
adn inserted Still not working. Can anyone give idea regarding this? On Thu, May 21, 2009 at 11:33 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > > Subject: Re: Configuri

RE: Configuring SSI in tomcat 6

2009-05-21 Thread Caldarale, Charles R
> From: raghu ram srinivas [mailto:raghuramsriniv...@gmail.com] > Subject: Re: Configuring SSI in tomcat 6 > > java.lang.SecurityException: Servlet of class > org.apache.catalina.ssi.SSIServlet is privileged and cannot be loaded > by this web application Read the To

Re: Configuring SSI in tomcat 6

2009-05-21 Thread raghu ram srinivas
Thanks for your reply. I tried it by uncommenting SSI servlet but I am getting the following error: java.lang.SecurityException: Servlet of class org.apache.catalina.ssi.SSIServlet is privileged and cannot be loaded by this web application Can you give any idea regarding this. I am trying to figu

RE: Configuring SSI in tomcat 6

2009-05-21 Thread Martin Gainty
any direction provided would be based on implementing SSI either thru Servlet OR Filter specifically Servlet based SSI support is implemented using the class org.apache.catalina.ssi.SSIServlet. Traditionally, this servlet is mapped to the URL pattern "*.shtml". Filter based SSI support is imp