Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread David Smith
Not obviously. J2EE contains all the stuff tomcat contains plus some. I suspect the duplication of the servlet and jsp api classes in both tomcat and j2ee is causing the issues. The OP should either 1) use a j2sdk w/ tomcat or 2) use j2ee w/o tomcat, but never j2ee with tomcat. Adding the j

Re: Configuring tomcat, servlet not found error

2007-12-24 Thread cuco2772
Yes, that was the problem. It didnt have the element with the right tags. Thanks for the reply. Steve R Burrus wrote: > > hi. you say that you added the tag to the * bottom * > of > your Deployment Descriptor file, the web.xml. Now I hope that you know -- > u > should know -- that that it i

Re: multi-connector capability for HTTPS in Tomcat

2007-12-24 Thread Mark Thomas
Hitesh Raghav wrote: > Hi Mark, > > I'm little confused about it. > > Let assume my m/c ip is: 10.212.85.8 > SSL connector are configured on ports: 8443 & 8553 > > I need to deploy one web app (myapp01.war) on port 8443 and another on > web app (myapp02.war) on 8553. Is there any way to configur

RE: multi-connector capability for HTTPS in Tomcat

2007-12-24 Thread Hitesh Raghav
Hi Mark, I'm little confused about it. Let assume my m/c ip is: 10.212.85.8 SSL connector are configured on ports: 8443 & 8553 I need to deploy one web app (myapp01.war) on port 8443 and another on web app (myapp02.war) on 8553. Is there any way to configure to access these web apps as: https://

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread Martin Gainty
Obviously its not there otherwise he wouldnt be getting the error in other words copying some jar (you dont know anything about) to server/lib is the preferred action? I know that the container supports only a certain Servlet / JSP spec and I also know these libraries are supposed to be there I was

Re: Fw: Processing of multipart/form-data request failed. Socket read failed

2007-12-24 Thread jesus
Hi, I have the same problem. I use Apache 2.2.3 (with APR 1.2.7) in front of Tomcat 5.5.20, both connected by AJP (mod_proxy_ajp module). The error is the same when unloading a file. It only works when: - The request is sent directly to tomcat. or - If I disable using libtcnative (the

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread Pid
Martin Gainty wrote: > Abel > put jsp-api.jar in /WEB-INF/lib > M- *Never* do that. It will already be present in tomcat/server/lib or tomcat/lib depending on your version, copying it to WEB-INF/lib will cause your app and web server to behave unpredictably, and likely fail to work as intended.

Re: problem with tomcat admin tool

2007-12-24 Thread Abubakar Gurnah
Hi there! Hope you are fine and in good health I am getting this error when i am trying to open admin page, all the folders i downloaded are empty, please advice Dec 24, 2007 7:11:39 PM org.apache.catalina.authenticator.FormAuthenticator forwardToLoginPage WARNING: Unexpected error forwarding to

[ANN] Apache Tomcat JK 1.2.26 Web Server Connector released

2007-12-24 Thread Rainer Jung
The Apache Tomcat team is pleased to announce the immediate availability of version 1.2.26 of the Apache Tomcat Connectors. It contains connectors, which allow a web server such as Apache HTTPD, Microsoft IIS and Sun Web Server to act as a front end to the Tomcat web application server. This vers

Re: javax.servlet.ServletException

2007-12-24 Thread David Smith
I'm looking at your original post on this problem and what I see is you are trying to do stuff against how the EL expression language works. Stuff like ${request.session.getAttribute('message_srv') can't work. Instead, this expression should access attributes as if they were bean properties

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread David Smith
Just out of curiousity, are you trying to run your webapp from within Eclipse? If so, try it without Eclipse -- deploy it to your installed tomcat and see if the error continues. If the error goes away, it may be something funky with your Eclipse -- missing .jar file or something. --David A

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread David Smith
Sorry Martin, but bad advice. In recent versions of tomcat, jsp-api is provided in the /lib directory of tomcat. If you have your own in your webapp (or in the jave environment for that manner), please remove it as it will cause many a wonderous error. Also tomcat does not work with j2ee as

Re: multi-connector capability for HTTPS in Tomcat

2007-12-24 Thread Mark Thomas
Hitesh Raghav wrote: > Hi, > > Does Tomcat support multi-connector capabilities for HTTPS? Yes. > "Edit The Tomcat Configuration File" section in Tomcat's User-Guide > (http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html > ) gives > im

multi-connector capability for HTTPS in Tomcat

2007-12-24 Thread Hitesh Raghav
Hi, Does Tomcat support multi-connector capabilities for HTTPS? "Edit The Tomcat Configuration File" section in Tomcat's User-Guide (http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html ) gives impression that Tomcat could be configured

RE: multi-connector capability in Tomcat

2007-12-24 Thread Hitesh Raghav
Thanks Mark for reminding my mistake. I'll resend my query again appropriately. Thanks, -Hitesh -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Sunday, December 23, 2007 11:54 PM To: Tomcat Users List Subject: Re: multi-connector capability in Tomcat When starting

RE: javax.servlet.ServletException

2007-12-24 Thread rameau rameau1982
I've done this and the problem is still there ... I don't know what to do... To: [EMAIL PROTECTED]: Re: javax.servlet.ServletExceptionDate: Sun, 23 Dec 2007 19:28:06 -0500From: [EMAIL PROTECTED] In that case you're dealing with a flawed architecture as you have no input mechamismyour web.xm

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread AbelMacAdam
Hi, Thanks for the feedback. I just saw that both el-api.jar and jsp-api.jar are part of my TOMCAT-HOME/lib directory. And these jar files are part of my 'Java Build Path' in Eclipse. So I'm still scratching my head :-(. Abel mgainty wrote: > > Abel > put jsp-api.jar in /WEB-INF/lib > M- > --

Re: NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread Martin Gainty
Abel put jsp-api.jar in /WEB-INF/lib M- - Original Message - From: "AbelMacAdam" <[EMAIL PROTECTED]> To: Sent: Monday, December 24, 2007 6:58 AM Subject: NoClassDefFoundError: TagExtraInfo missing? > > Hi, > > I'm trying to bootstrap my knowledge on Struts. As I tried an example I got >

NoClassDefFoundError: TagExtraInfo missing?

2007-12-24 Thread AbelMacAdam
Hi, I'm trying to bootstrap my knowledge on Struts. As I tried an example I got the following error: java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagExtraInfo Searching on this error I got the impression I needed j2ee.jar. I downloaded and installed the Java EE 5 SDK from Sun. In Ecl

Re: AW: Enhancing Tomcat Speed

2007-12-24 Thread Rakesh Rajan
Read about memcached in case you have more than one webnode. -Rakesh On Dec 24, 2007 2:40 AM, Pid <[EMAIL PROTECTED]> wrote: > Richard G. Reyes wrote: > > Hi Pid, All, > > > > Hope you could tell me more about caching...isn't it automatic in > tomcat? > > Not un