Re: tomcat severe error when shutting down service but startup is clean

2015-02-12 Thread JB MORLA
Unsubscribe Le 12 févr. 2015 15:06, "Wirth, Kevin" a écrit : > I keep getting these weird tomcat errors on shutdown on a newly built > system using tomcat 7.0.57 on a windows 2012 server with jdk 1.7 that I > can't figure out. This is the catalina log: > Feb 12, 2015 8:54:31 AM org.apache.catal

Re: Regarding i think an intrusion

2014-04-29 Thread JB MORLA
Hi, I am learning to set up a server and I found this article about security http://mon-serveur.anael.eu/doku.php/securite/firewall_iptables On Tue, Apr 29, 2014 at 9:08 PM, Leonardo Santagostini < lsantagost...@gmail.com> wrote: > Hello list, > > Im facing an issue in 6 tomcat server that a

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

2014-02-14 Thread JB MORLA
Maybe you added a .jar file to the build path and there is a conflict with the jars already present in Eclipse and Tomcat. My solution was to remove the jars. On Thu, Feb 13, 2014 at 10:27 PM, Dave Kennedy wrote: > Env: > Windows 7 > Java: jdk1.7.0_51 > STS 3.4.0.RELEASE (Based on Eclipse 4.3.

Re: Test to display an empty form by servlet.

2014-02-13 Thread JB MORLA
y the same form, with the values, plus error messages. I'll try to edit the simple-mvc project to do just that. Many thanks. On Thu, Feb 13, 2014 at 9:39 AM, Leo Donahue wrote: > On Wed, Feb 12, 2014 at 2:23 PM, JB MORLA wrote: > > The purpose of this manual is to demonstrat

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 wrote: > Her

Re: Test to display an empty form by servlet.

2014-02-12 Thread JB MORLA
find the jsp. If I comment out the if.. else test and add some pipes with afile.html and index.jsp, the application works. I don't know how to replace the test for Tomcat 7 I'll try to give "name" a value like "Z" and test it as you advise. On Wed, Feb 12, 2014 at

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: How to validate or parse HTTP request headers ( tomcat version 6.0.18 )

2014-01-14 Thread JB MORLA
Have tout triés Witherspoon filters? Le 14 janv. 2014 17:39, "kalasareddy lingaraja" a écrit : > Hi > > i have task to validate or parse following http header > > Accept > Accept-Charset > Accept-Encoding > Accept-Language > Accept-Datetime > Content-Length > Content-MD5 > Content-Type > > lets t

Re: V 7 047 windows x64

2013-12-26 Thread JB MORLA
bapps and recompiled > the > > java sources. > > And the EL works! > > So the EL problems are in the Eclipse Kepler setup. > MG>then you should contact the support staff at Eclipse to let them know > of this significant bug in Kepler > > > Many thanks for your rep

Re: V 7 047 windows x64

2013-12-26 Thread JB MORLA
wrote: > JB MORLA wrote: > >> Hi, >> >> I can't use EL in .jsp files. >> I have searched the web and sintalled jasper-el.jar and javaee-api 7 0 in >> the \lib directory, >> but I keep getting the ELResolver error. >> >> Hi. > You wo

V 7 047 windows x64

2013-12-26 Thread JB MORLA
Hi, I can't use EL in .jsp files. I have searched the web and sintalled jasper-el.jar and javaee-api 7 0 in the \lib directory, but I keep getting the ELResolver error.