Internal Servlet Error

2013-05-12 Thread Jeny V
Hi , I'm having some real issues , running programs in Tomcat on my machine.  I just copied a jakarta folder named "jakarta-tomcat-3.3.1a" on to my D: drive (Path : D:\Program Files\jakarta-tomcat-3.3.1a) .  I can run simple jsp programs with no database connection. But whenever I try to execu

Re: Tomcat 7 Application Context root url mapping broken after reload.

2013-05-12 Thread Zheng Yang
Thanks for the info. If it happens as you describe it, then it should be a bug. Please file > an issue in Bugzilla. > http://tomcat.apache.org/bugreport.html#How_to_write_a_bug_report > > I've filed a bug here: https://issues.apache.org/bugzilla/show_bug.cgi?id=54955 > Can you attach to your rep

Re: Why is context.xml no longer copied to Catalina/localhost/myapp.xml?

2013-05-12 Thread Istvan Devai
On 05/06/2013 11:00 PM, Mark Thomas wrote: On 06/05/2013 21:35, Jesse Barnum wrote: On May 6, 2013, at 1:55 PM, Mark Thomas wrote: Right now, probably not. There are a couple of issues in this area (the thread I referenced, unpacking WARs outside the appBase into the appBase, lack of clarity

Re: Tomcat 7 Application Context root url mapping broken after reload.

2013-05-12 Thread Konstantin Kolinko
2013/5/12 Zheng Yang : > Hi list, > > I learned that @WebServlet("") is for mapping the application context root. > e.g. http://localhost:8080/myapp/ > Unfortunately doesn't work after a context reload. > This problem can be easily reproduced: > > 1.Create a HelloWorld application with a single ser

Tomcat 7 Application Context root url mapping broken after reload.

2013-05-12 Thread Zheng Yang
Hi list, I learned that @WebServlet("") is for mapping the application context root. e.g. http://localhost:8080/myapp/ Unfortunately doesn't work after a context reload. This problem can be easily reproduced: 1.Create a HelloWorld application with a single servlet, say the servlet is called RootS