Re: Security Manager

2005-07-31 Thread Ralf Schneider
Am Dienstag, 19. Juli 2005 23:55 schrieb Ralf Schneider: Hi, I have some problems when turning the security manager of Tomcat 5.5.9 on. When I load a JSP that has to be compiled after being changed I get a strange exception: ERROR [19.07.2005 23:30:45] (ApplicationDispatcher.java:704) -

Re: Security Manager

2005-07-31 Thread Lintang JP
maybe you must include web-app_2_3_2.dtd in your WEB-INF directory, and then reload it ? On 7/31/05, Ralf Schneider [EMAIL PROTECTED] wrote: Am Dienstag, 19. Juli 2005 23:55 schrieb Ralf Schneider: Hi, I have some problems when turning the security manager of Tomcat 5.5.9on. When I

Tomcat 5.0.28 and JPDA

2005-07-31 Thread Andy Yang
Hi there, I'm just trying to start up a standalone instance of Tomcat 5.0.28 in a Windows XP environment (non-service) with JPDA and I'm getting the following error when I execute: catalina.bat jpda run Error [2] in connect() call! err:: No such file or directory Socket transport failed to init.

Servlet mapping - url pattern with *

2005-07-31 Thread flower
Hello, Let's consider situation like this: We have got some servlets responsible for genereting galery page. We want group galery pages by use common part in uri (/galery/): http://x.com/galery/galery_id/firstpage.html http://x.com/galery/galery_id/secondpage.html firstpage.html is generated

strange cache behavior in Tomcat 5.5.9?

2005-07-31 Thread Gabriel Belingueres
Hi, In my JSP pages I put the following tags to avoid the browser cache the pages. head meta http-equiv=Expires content=0 / meta http-equiv=Pragma content=no-cache / meta http-equiv=Cache-Control content=no-cache / ... /head When used in Tomcat 4.1.12 it behaves correctly (the back button in the

WARs not being unpacked in Embedded Tomat?

2005-07-31 Thread Spammed TooMuch
Hi, Appreciate a little help. I am using 4.1 Tomcat's Embedded class. I have worked most things but but can not get it to use packed WAR files. I have the context's set up, I think, because if I expand the war file the index.html file in the resulting directory is found. Is Embedded suppose to

need help for deployment of unpack apps at Linux Tomcat 5.0

2005-07-31 Thread Mohd. Jeffry
I'm migrating form Tomcat 4.1.2 to Tomcat 5.0. In Tomcat 4.1.2 I usually put my unpacked apps at /opt/tomcat/webapps/myapp and it work. Now It doesn't work with the newly installed tomcat 5. Tomcat gives me 404 error. The example that came with the package works fine. Any thing that I miss? --

Re: need help for deployment of unpack apps at Linux Tomcat 5.0

2005-07-31 Thread Lintang JP
Hi Jeffry, are you trying to deploy a .war file ? maybe U should use the tomcat manager, usually it's located at http://localhost:8080/manager/html, U can deploy your .war files from that tools. On 8/1/05, Mohd. Jeffry [EMAIL PROTECTED] wrote: I'm migrating form Tomcat 4.1.2 to Tomcat 5.0.