Re: CGI script to work on Tomcat

2014-06-20 Thread Rahul R
cgi /cgi-bin/* Please let me know what do you mean by privileged usage. On Fri, Jun 20, 2014 at 6:17 PM, André Warnier wrote: > Rahul R wrote: > >> More info: >> >> http://localhost:8180/toggle_read.html is html. But after using >> >>

Re: CGI script to work on Tomcat

2014-06-20 Thread Rahul R
More info: http://localhost:8180/toggle_read.html is html. But after using in the html the url loading is http://localhost:8180/read_toggle.cgi and again its giving 404 error. :( On Fri, Jun 20, 2014 at 5:59 PM, Rahul R wrote: > Thanks Mark for your suggestion. But by privileged, did

Re: CGI script to work on Tomcat

2014-06-20 Thread Rahul R
Thanks Mark for your suggestion. But by privileged, did you mean to add an entry like below on context.xml? On Fri, Jun 20, 2014 at 5:46 PM, Mark Thomas wrote: > On 20/06/2014 12:49, Rahul R wrote: > > Hi > > > > I am trying to migrate something which was working und

CGI script to work on Tomcat

2014-06-20 Thread Rahul R
-apache-tomcat.html I don't see anything in the catalina.out or any other logs. Kindly me help to fix this issue. -- Thanks, Regards, Rahul R .~. /V\ // \\ /( )\ ^`~'^ Mob: 09008030921

Re: Unable to unpack war under webapps

2014-05-06 Thread Rahul R
Thanks Daniel.. That clue helped... tomcat was running as a different user and I tried to start using root. On Tue, May 6, 2014 at 7:38 PM, Daniel Mikusa wrote: > On May 6, 2014, at 9:25 AM, Rahul R wrote: > > > Hi > > > > I have put ROOT.war under webapps folder of

Unable to unpack war under webapps

2014-05-06 Thread Rahul R
. Any help would be much appreciated. -- Thanks, Regards, Rahul R

server.xml for ldap connection

2012-07-23 Thread Rahul R
some environment specific values by a jsp file, which is under webapps folder. Can I make use of that for having these values? It would be a great help if some one can help me here. Regards, Rahul R

Re: Exclude url from authorized access-web.xml

2012-07-11 Thread Rahul R
ices Portal On Thu, Jun 14, 2012 at 8:00 PM, Pid wrote: > On 14/06/2012 15:06, Rahul R wrote: > > Hi All, > > > > I have an issue with allowing access to a page which is secured using > > active directory authentication. I want some pages/content to be excluded >

Exclude url from authorized access-web.xml

2012-06-14 Thread Rahul R
this is happening. Could anyone here can help me on this? -- Thanks, Regards, Rahul R

ServletContextListener: NoClassDefFoundError

2006-02-03 Thread Joshi, Rahul R
Hi, I am using Tomcat-5.5.8 on Cygwin. I have written my own ContextListener class (called ApplicationStart) that implements ServletContextListener. The class is compiled and is present in my WEB-INF/classes folder in the proper package. When I start Tomcat, I get the following error: ---