problem with tomcat 6

2007-11-16 Thread Andrew123
When I start tomcat with my application, I get an exception: java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet java.lang.ClassLoader.defineClass1(Native Method) java.lang.ClassLoader.defineClass(Unknown Source) java.security.SecureClassLoader.defineClass(Unknow

Re: problem with tomcat 6

2007-11-16 Thread Andrew123
I didn't find this file. mgainty wrote: > > check $CATALINA_HOME/common/lib/servlet-api.jar > > M-- > - Original Message - > From: "Andrew123" <[EMAIL PROTECTED]> > To: > Sent: Friday, November 16, 2007 7:57 AM > Subject: problem with

Re: problem with tomcat 6

2007-11-16 Thread Andrew123
ut without unpacked classes in my application classes' directory. But new tomcat found this classes. May it be some problem of linux configuration? Pid-2 wrote: > > Andrew123 wrote: >> When I start tomcat with my application, I get an exception: >> java.lang.NoClass

RE: tomcat trouble

2007-11-07 Thread Andrew123
all worked fine, so, I think, this is a problem of linux configuration. Caldarale, Charles R wrote: > >> From: Andrew123 [mailto:[EMAIL PROTECTED] >> Subject: tomcat trouble >> >> Tomcat doesn't want to extract .jar archives from >> /WEB-INF/lib directory.

tomcat trouble

2007-11-07 Thread Andrew123
Hi all I use tomcat 5.5.25 and xfire 1.2.6. Tomcat doesn't want to extract .jar archives from /WEB-INF/lib directory. When I extract .jar and copy classes to /WEB-INF/classes, all works fine. Can you help me with this trouble? -- View this message in context: http://www.nabble.com/tomcat-troubl

problem with tomcat and web services

2007-07-27 Thread Andrew123
Hi All I have a server with apache and tomcat 5.5 with xfire, integrated together with mod_jk. When I strongly load this server, tomcat stops response any request. But it isn't write any exception to log file. I change parameter maxThreads to 2000 but it isn't help me (tomcat works with more than