tomcat in production

2007-11-11 Thread abdul razack
Hi, we have web application running in iplanet server. we want same web application running on Tomcat in production. Is there any separate tomcat version for Production. If so, please give me the link to dowanload. Is it ok if I download any version of tomcat from http://tomcat.

AW: Security-Manager problem

2007-11-11 Thread Leucht, Axel
They're all in crimsonfs.jar under my WEB-INF\lib-folder. /Axel >>-Ursprüngliche Nachricht- >>Von: Mark Thomas [mailto:[EMAIL PROTECTED] >>Gesendet: Freitag, 9. November 2007 21:21 >>An: Tomcat Users List >>Betreff: Re: Security-Manager problem >> >> >>Leucht, Axel wrote: >>> Hi, >>> >

Help me please,

2007-11-11 Thread Hamid Rahman Mohmand
Dear I have installed apache-tomcat-4.1.36 along with jdk1.6.0 on my computer, as per installation instructions I configured the variable paths on my Windows XP. I get an error message after I run "startup.bat" file in the \bin directory the error says "The system cannot find the file - Dsun.io.us

tomcat and remote Apache server

2007-11-11 Thread Tracy12
Hi, So far in all our mod_jk configurations we got tomcat and apache running in one machine. I just wanted to know will there be any issue if I seperate out the above two that is to have mod_jk with remote Apache server, Ideally, Apache to reside in DMZ and tomcat to reside withing firewall.

RE: EL and tomcat version

2007-11-11 Thread Caldarale, Charles R
> From: Terje utvikling [mailto:[EMAIL PROTECTED] > Subject: EL and tomcat version (Sorry for the flawed 1st attempt at replying.) > And is that because tomcat 5.5 supports jsp 2.0, which again > supports EL functions, and tomcat 5.0 doesn't ? Tomcat 5.0 also implements JSP 2.0, but Tomcat 5.0

RE: EL and tomcat version

2007-11-11 Thread Caldarale, Charles R
> From: Terje utvikling [mailto:[EMAIL PROTECTED] > Subject: EL and tomcat version > > And is that because tomcat 5.5 supports jsp 2.0, which again > supports EL functions, and tomcat 5.0 doesn't ? THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus

EL and tomcat version

2007-11-11 Thread Terje utvikling
Hi. In order for me to be able to use the functions in EL, do i need to be running on a tomcat 5.5? And is that because tomcat 5.5 supports jsp 2.0, which again supports EL functions, and tomcat 5.0 doesn't ? Thanks

Re: web.xml file isn't read by server ( I think .. )

2007-11-11 Thread Silviu Popescu
Thanks a lot. You were right, I was using the invoker servlet. I've added the mappings and it worked. Mark Thomas <[EMAIL PROTECTED]> wrote: Silviu Popescu wrote: > > > ShowMsg > coreservlets.ShowMessage > > message > Shibboleth > > > repeats >

Re: Tomcat and Redirects

2007-11-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Barker wrote: > Tomcat always sends a 302 redirect when response.sendRedirect(newURL); is > called. However, a lot of user-agents wrongly follow the redirect with a > GET when the initial request was a POST. Actually, this behavior is b

Re: web.xml file isn't read by server ( I think .. )

2007-11-11 Thread Mark Thomas
Silviu Popescu wrote: > > > ShowMsg > coreservlets.ShowMessage > > message > Shibboleth > > > repeats > 5 > > > You don't appear to have a servlet mapping? Are you using the invoker servlet? If so, the init parameters will have no effect.

web.xml file isn't read by server ( I think .. )

2007-11-11 Thread Silviu Popescu
Hi, I am having the following problem: I'm trying to access some parameters (e.g: "message") defined in web.xml file but they are not seen in servlet class; My servlet works fine in the rest. (I invoke it : http://localhost/servlet/coreservlets.ShowMessage ) $CATALINA_HOME/webapps/ROOT/WEB-I