Re: Tomcat JVM Crash

2014-09-27 Thread Daniel Baktiar
I would suggest to actually remove athe daemons and all installation JDK/JRE whenever possible, then clean up the JAVA_HOME, JRE_HOME, CLASSPATH, PATH variables from any related references. This may break other stuffs if your server have a lot of other things though. After that perform a clean

Re: Tomcat JVM Crash

2014-09-27 Thread Daniel Baktiar
Also, your PATH definition may come from system-level and user-level, so take a look at both side. On Sat, Sep 27, 2014 at 2:40 PM, Daniel Baktiar dbakt...@gmail.com wrote: I would suggest to actually remove athe daemons and all installation JDK/JRE whenever possible, then clean up the

getDispatcherType is undefined

2014-09-27 Thread Meeraj Kunnumpurath
Hi, I am trying to deploy a Servlet 3.0 web application with some JSPs on Tomcat 8.0.12. When I try to access the JSPs, I get a Hasper compilation error stating The method getDispatcherType() is undefined for the type HttpServletRequest -- *Meeraj Kunnumpurath* *Director and Executive

Re: getDispatcherType is undefined

2014-09-27 Thread Konstantin Kolinko
2014-09-27 17:47 GMT+04:00 Meeraj Kunnumpurath mee...@servicesymphony.com: Hi, I am trying to deploy a Servlet 3.0 web application with some JSPs on Tomcat 8.0.12. When I try to access the JSPs, I get a Hasper compilation error stating The method getDispatcherType() is undefined for the

Re: RV: Help for configuration in App Manager in apache-tomcat-7.0.29

2014-09-27 Thread André Warnier
Rosario Marin wrote: Hello gays I still have the problem!!! Hello Rosario. I think that there is indeed a problem, but it may be first with the language. :-) This is non-discriminating forum, and we try to help all persuasions, but maybe you could have a look here first :

Re: Tomcat 6.0.37 - java.lang.NoClassDefFoundError: javax/servlet/ServletContainerInitializer

2014-09-27 Thread Prathyusha
Thanks. Does that mean I am using a servlet-API jar that's based on 3.0? Which version of servlet-API.jar should be used? I think I was using 2.4 version unless there is another version in the tomcat libs folder. I am using tomcat 6.0.37. On Sep 26, 2014, at 5:05 PM, Mark Thomas

Re: getDispatcherType is undefined

2014-09-27 Thread Service Symphony
Thank you, by mistake my maven build included gwt-user jar, which ships the servlet API. Sent from my iPhone On 27 Sep 2014, at 15:05, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-09-27 17:47 GMT+04:00 Meeraj Kunnumpurath mee...@servicesymphony.com: Hi, I am trying to deploy a

Re: a problem: tomcat exits unexpectedly

2014-09-27 Thread bo zhao
I had modified the os ulimit parameter: open files and max processes, after that, Tomcat does't exit unexpectedly, and the log of Tomcat have not the ... pause, ... init. It seems work normally. But I still don't know the reason. I want to know if the two parameter is the key to solve probelm and