RE: How to replace VirtualWebappLoader in Tomcat 8

2014-02-12 Thread Renaud Pelissier
I finally found some more explanation by myself by digging into Tomcat 8 source code. In the javadoc of the interface org.apache.catalina.WebResourceRoot everything is very clear (see below): Pre- and Post-Resources may define WEB-INF/lib and WEB-INF/classes in order to make additional

HTTP Status 304 on GET

2014-02-12 Thread Seema Patel
Hi, I've just upgraded my java from 1.5 to 1.7, tomcat from 5.5.29 to 7.0.50 on the test environment. I have removed all JCIFs authentication from my application and am authenticating users against LDAP through tomcat. I have managed to get my application to load and allow me access, but when

Re: HTTP Status 304 on GET

2014-02-12 Thread Mark Thomas
On 12/02/2014 12:31, Seema Patel wrote: When looking in webapps/my_application/.. at the paths shown above, they all exist. Why is it then showing a 304 error and not loading the pages properly? FYI...YUI version is 2.6.0 in case that makes any difference to this (though in the above

RE: HTTP Status 304 on GET

2014-02-12 Thread Seema Patel
Date: Wed, 12 Feb 2014 12:38:33 + From: ma...@apache.org To: users@tomcat.apache.org Subject: Re: HTTP Status 304 on GET On 12/02/2014 12:31, Seema Patel wrote: When looking in webapps/my_application/.. at the paths shown above, they all exist. Why is it then showing a 304

Re: HTTP Status 304 on GET

2014-02-12 Thread Daniel Mikusa
On Feb 12, 2014, at 7:48 AM, Seema Patel seema...@hotmail.com wrote: Date: Wed, 12 Feb 2014 12:38:33 + From: ma...@apache.org To: users@tomcat.apache.org Subject: Re: HTTP Status 304 on GET On 12/02/2014 12:31, Seema Patel wrote: When looking in webapps/my_application/.. at the

RE: HTTP Status 304 on GET

2014-02-12 Thread Seema Patel
Subject: Re: HTTP Status 304 on GET From: dmik...@gopivotal.com Date: Wed, 12 Feb 2014 08:02:01 -0500 To: users@tomcat.apache.org On Feb 12, 2014, at 7:48 AM, Seema Patel seema...@hotmail.com wrote: Date: Wed, 12 Feb 2014 12:38:33 + From: ma...@apache.org To:

Tomcat 8 appears slow to process jsp pages

2014-02-12 Thread John . Kieffer
Hi, I'm testing within Eclipse Kepler on Win7/64. Using Tomcat 7 and lower, jsp pages appear in an instant. Testing Tomcat 8 I watch the console and see the Java and sql processing complete, then wait a full minute for the webpage to appear. With Tomcat 7 there is no wait. Just to verify,

Re: Tomcat 8 appears slow to process jsp pages

2014-02-12 Thread Mark Thomas
On 12/02/2014 14:57, john.kief...@engilitycorp.com wrote: Hi, I'm testing within Eclipse Kepler on Win7/64. Using Tomcat 7 and lower, jsp pages appear in an instant. Testing Tomcat 8 I watch the console and see the Java and sql processing complete, then wait a full minute for the webpage to

Re: Tomcat 8 appears slow to process jsp pages

2014-02-12 Thread Howard W. Smith, Jr.
On Wed, Feb 12, 2014 at 9:57 AM, john.kief...@engilitycorp.com wrote: Testing Tomcat 8 I watch the console and see the Java and sql processing complete, then wait a full minute for the webpage to appear. With Tomcat 7 there is no wait. Just to verify, while composing this I opened a web page

Test to display an empty form by servlet.

2014-02-12 Thread JB MORLA
If there is a field called username, in a form with url registration , how can I display the form the first time in Tomcat 7? (When the field is empty)

Re: Test to display an empty form by servlet.

2014-02-12 Thread Leo Donahue
On Wed, Feb 12, 2014 at 1:10 PM, JB MORLA jbmo...@gmail.com wrote: If there is a field called username, in a form with url registration , how can I display the form the first time in Tomcat 7? (When the field is empty) initialize the username property?

Problem using maven-tomcat7-plugin with RESTEasy

2014-02-12 Thread Evan B
Hello, I am wondering if someone form this mailing list will be able to take a look at a question that I posted on Stackoverflow regarding using maven-tomcat7-plugin with a RESTEasy Maven project:

Re: Test to display an empty form by servlet.

2014-02-12 Thread JB MORLA
Here is the code I found in a manual written at the time of Tomcat 6: The code belongs to a servlet. There is no index.jsp file nor order.html file. String message; /* * Initializing the message to display : If one of the mandatory fields * is not filled, then we

Re: Test to display an empty form by servlet.

2014-02-12 Thread JB MORLA
The purpose of this manual is to demonstrate MVC. In that case, the first component that runs is the Controller, that is the servlet. If I display an html form that redirects to the jsp, it's the html form that has the control. On Wed, Feb 12, 2014 at 10:18 PM, JB MORLA jbmo...@gmail.com wrote:

Re: Versioned WAR Application

2014-02-12 Thread Ganeshh HariHaran
Please let me know where they are available, I am essentially looking for an Application both EJB and Servlets based (EAR) package, which I can accordingly make it to configure JMS, JDBC, etc and deploy the application to showcase the middleware components in tomcat and jboss etc...  

mod-jk stopped working

2014-02-12 Thread Jim Borland
Apache 2.2 and Tomcat 6 on Linux Ubuntu 10.10 My connector worked fine for several years and then suddenly stopped working! Now I get a requested URL was not found on this server error instead. I've tried several things to fix this but no joy. Here is the current content of my two files: