Re: Test to display an empty form by servlet.

2014-02-13 Thread Leo Donahue
On Wed, Feb 12, 2014 at 2:23 PM, JB MORLA jbmo...@gmail.com wrote: 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.

Re: Test to display an empty form by servlet.

2014-02-13 Thread JB MORLA
I got it to run in Eclipse Juno. I see that the controller servlet does not mind get-ting an empty field: modelBean.setFirstName(request.getParameter(first_name)); I think the manual gets in trouble because it wants to validate fields like email or telephone, then redisplay the same

Re: Problem using maven-tomcat7-plugin with RESTEasy

2014-02-13 Thread Konstantin Kolinko
2014-02-13 0:54 GMT+04:00 Evan B ecb0...@gmail.com: 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: Versioned WAR Application

2014-02-13 Thread Neven Cvetkovic
Ganeshh, Are you familiar with any development tools (Eclipse, Netbeans, etc...)? The reason I ask, is that would be easy to develop these applications (with help) and build them yourself. Yes, someone could give you these WARs and EARs - but do you trust them? There are other alternatives,

Number of AJP connections

2014-02-13 Thread Campbell, Lance
Java 7 Tomcat 7 In a servlet when doing I a RequestDispatcher.forward to another servlet does this create a new Tomcat AJP connection or does it reuse the same connection ? Thanks, Lance Campbell - To unsubscribe, e-mail:

Re: Number of AJP connections

2014-02-13 Thread Daniel Mikusa
On Feb 13, 2014, at 8:25 AM, Campbell, Lance la...@illinois.edu wrote: Java 7 Tomcat 7 For future reference, please specify the full version numbers in use. In a servlet when doing I a RequestDispatcher.forward to another servlet does this create a new Tomcat AJP connection or does it

Re: Number of AJP connections

2014-02-13 Thread André Warnier
Daniel Mikusa wrote: On Feb 13, 2014, at 8:25 AM, Campbell, Lance la...@illinois.edu wrote: Java 7 Tomcat 7 For future reference, please specify the full version numbers in use. In a servlet when doing I a RequestDispatcher.forward to another servlet does this create a new Tomcat AJP

Re: Number of AJP connections

2014-02-13 Thread Daniel Mikusa
On Feb 13, 2014, at 9:42 AM, André Warnier a...@ice-sa.com wrote: Daniel Mikusa wrote: On Feb 13, 2014, at 8:25 AM, Campbell, Lance la...@illinois.edu wrote: Java 7 Tomcat 7 For future reference, please specify the full version numbers in use. In a servlet when doing I a

RE: Number of AJP connections

2014-02-13 Thread Campbell, Lance
Thanks a lot. That was very clear. I knew the forward caused the communication to stay on the same server. But I was not clear if it communicated by calling a class/object or by going through some type of connection stream. That was very helpful. If it had communicated on the same server

documentation resource suggestions for scaling tomcat 7 horizontally

2014-02-13 Thread Campbell, Lance
I am looking for free documentation for scaling Tomcat 7 horizontally. I currently have three tomcat 7 application servers load balanced. The system is working good. I have noticed that my number of connections has increased. I was hoping to find an up to date resource guide that would

Re: Issue running Websockets JSR356 with Tomcat 7.0.50 Embedded

2014-02-13 Thread Jacopo Cappellato
Hello all, I did further tests and I have now implemented a test client that executes a Tomcat embedded instance that is successfully running websockets. The client code resembles quite closely what we are doing in OFBiz to prepare the Tomcat instance... and I think I have found the settings

Eclipse: Server Tomcat v7.0 Server at localhost failed to start.

2014-02-13 Thread Dave Kennedy
Env: Windows 7 Java: jdk1.7.0_51 STS 3.4.0.RELEASE (Based on Eclipse 4.3.1) Tomcat: apache-tomcat-7.0.50 Tomcat runs from the cmd line startup.bat ( JAVA_HOME=C:\Program Files (x86)\Java\jdk1.7.0_51), but not from within Eclipse Any help or suggestions on how to resolve this would be greatly