TOMCAT 4 to 5 migration

2004-10-13 Thread Kumar Singh Rathour, Raj \(Vedam\)
Hi All, I am trying to migrate from TOMCAT 4 to 5 after installation my existing web app is not working. my web-app is using some Taglibs and servlets. The default page is coming on the browser but after that page we r using taglib. this page giving HTTP 500 error Internal Server error. I

Re: TOMCAT 4 to 5 migration

2004-10-13 Thread Ben Souther
All, I am trying to migrate from TOMCAT 4 to 5 after installation my existing web app is not working. my web-app is using some Taglibs and servlets. The default page is coming on the browser but after that page we r using taglib. this page giving HTTP 500 error Internal Server error

RE: Path Problem when Porting Hibernate/Struts App from Tomcat 4 to 5

2004-08-31 Thread Emmerich, Martin
On Wed, Aug 25, 2004 at 6:31 PM, QM wrote What about renaming the .jar file with the Hibernate mappings .zip? and You may want to hold off, then, till the developer gets back. We did both and it worked! Thanks for the help! Best regards, .. Martin Emmerich

Path Problem when Porting Hibernate/Struts App from Tomcat 4 to 5

2004-08-25 Thread Emmerich, Martin
Hello, I'm trying to bring an struts and hibernate based application that runs sucessfully with tomcat 4 to tomcat 5. Shortly after start (with an fresh deployment) it throws the exception Time: 11:36:25 Priority: ERROR Thread: main NDC: null Category: net.sf.hibernate.cfg.Configuration

Re: Path Problem when Porting Hibernate/Struts App from Tomcat 4 to 5

2004-08-25 Thread QM
On Wed, Aug 25, 2004 at 05:13:17PM +0200, Emmerich, Martin wrote: : I'm trying to bring an struts and hibernate based application that runs sucessfully with tomcat 4 to tomcat 5. :[snip] : Time: 11:36:25 Priority: ERROR Thread: main NDC: null : Category: net.sf.hibernate.cfg.Configuration

Problem in deploying application on Tomcat 4 and 5

2004-07-14 Thread Arnab Chakravarty
Hi, I have migrated an existing application from tomcat 3.3 to tomcat 4.0 and 5.0. When I started the tomcat, I was thrown a lot of errors related to the tags in the tld file. I corrected those errors and finally got this error thrown: (Pasted below) Stack Trace -- HTTP Status 500 -

RE: Problem in deploying application on Tomcat 4 and 5

2004-07-14 Thread Shapira, Yoav
in deploying application on Tomcat 4 and 5 Hi, I have migrated an existing application from tomcat 3.3 to tomcat 4.0 and 5.0. When I started the tomcat, I was thrown a lot of errors related to the tags in the tld file. I corrected those errors and finally got this error thrown: (Pasted below) Stack

RE: Problem in deploying application on Tomcat 4 and 5

2004-07-14 Thread Arnab Chakravarty
To: Tomcat Users List Subject: RE: Problem in deploying application on Tomcat 4 and 5 Hi, See the packageless links at http://jakarta.apache.org/tomcat/faq/classnotfound.html. Yoav Shapira Millennium Research Informatics -Original Message- From: Arnab Chakravarty [mailto:[EMAIL PROTECTED

RE: tomcat 4 vs 5 form based container auth filters

2004-04-16 Thread Martin Alley
FYI this is catered for in tomcat 5 with the filter-mapping/dispatcher element (see servlet 2.4 spec). Thanks to Bill Barker for the info. Martin -Original Message- From: Martin Alley [mailto:[EMAIL PROTECTED] Sent: 13 April 2004 16:35 To: 'Tomcat Users List' Subject: RE: tomcat 4 vs 5

Re: tomcat 4 vs 5 form based container auth filters

2004-04-16 Thread Adam Hardy
for the info. Martin -Original Message- From: Martin Alley [mailto:[EMAIL PROTECTED] Sent: 13 April 2004 16:35 To: 'Tomcat Users List' Subject: RE: tomcat 4 vs 5 form based container auth filters Anyone? -Original Message- From: Martin Alley [mailto:[EMAIL PROTECTED] Sent: 12 April

difference in jsp:usebean between tomcat 4 and 5

2004-04-15 Thread Daniel Gibby
Hi, I've noticed a change in the java code that results from a jsp:usebean when upgrading from tomcat 4 to tomcat 5. I'm wondering if this is a change in the spec or just a coding difference between versions: *This jsp:* jsp:useBean id=payment class=mybeans.ValidateableBean scope=session

Re: difference in jsp:usebean between tomcat 4 and 5

2004-04-15 Thread Daniel Gibby
a jsp:usebean when upgrading from tomcat 4 to tomcat 5. I'm wondering if this is a change in the spec or just a coding difference between versions: *This jsp:* jsp:useBean id=payment class=mybeans.ValidateableBean scope=session / *Results in this java code: * *on tomcat-5.0.19:* mybeans.ValidateableBean

RE: tomcat 4 vs 5 form based container auth filters

2004-04-13 Thread Martin Alley
Anyone? -Original Message- From: Martin Alley [mailto:[EMAIL PROTECTED] Sent: 12 April 2004 16:42 To: 'Tomcat Users List' Subject: RE: tomcat 4 vs 5 form based container auth filters Thanks Adam It seems to me that the separation idea is not clear cut. There is certainly a down side

RE: tomcat 4 vs 5 form based container auth filters

2004-04-12 Thread Martin Alley
Can anyone comment on this? Thanks Martin -Original Message- From: Martin Alley [mailto:[EMAIL PROTECTED] Sent: 09 April 2004 09:53 To: Tomcat Users List Subject: tomcat 4 vs 5 form based container auth filters Hi, Initial observation indicates that filters get executed when a form

Re: tomcat 4 vs 5 form based container auth filters

2004-04-12 Thread Adam Hardy
that sort of stuff in a JSP or taglib? Adam On 04/12/2004 11:02 AM Martin Alley wrote: Can anyone comment on this? Thanks Martin -Original Message- From: Martin Alley [mailto:[EMAIL PROTECTED] Sent: 09 April 2004 09:53 To: Tomcat Users List Subject: tomcat 4 vs 5 form based container

RE: tomcat 4 vs 5 form based container auth filters

2004-04-12 Thread Martin Alley
: Re: tomcat 4 vs 5 form based container auth filters Yes your observations are correct. It's my understanding that filters are not invoked until after authentication. i.e. after the form-based login. I have no experience of site-mesh, but it seems a bit weird anyway to put decorations

Re: tomcat 4 vs 5 form based container auth filters

2004-04-12 Thread Adam Hardy
Users List Subject: Re: tomcat 4 vs 5 form based container auth filters Yes your observations are correct. It's my understanding that filters are not invoked until after authentication. i.e. after the form-based login. I have no experience of site-mesh, but it seems a bit weird anyway to put

RE: tomcat 4 vs 5 form based container auth filters

2004-04-12 Thread Martin Alley
to change the look and feel. I'll see if I can find anything in the tc5 release notes on this. Thanks again Martin -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 12 April 2004 13:13 To: Tomcat Users List Subject: Re: tomcat 4 vs 5 form based container auth filters

Re: tomcat 4 vs 5 form based container auth filters

2004-04-12 Thread Adam Hardy
. I'll see if I can find anything in the tc5 release notes on this. Thanks again Martin -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 12 April 2004 13:13 To: Tomcat Users List Subject: Re: tomcat 4 vs 5 form based container auth filters AFAIK it has something to do

RE: tomcat 4 vs 5 form based container auth filters

2004-04-12 Thread Martin Alley
Thanks Adam It seems to me that the separation idea is not clear cut. There is certainly a down side. I wonder whether this will stick. Martin -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 12 April 2004 13:48 To: Tomcat Users List Subject: Re: tomcat 4 vs 5

tomcat 4 vs 5 form based container auth filters

2004-04-09 Thread Martin Alley
Hi, Initial observation indicates that filters get executed when a form for form based container auth is served - under tomcat 4, but not under tomcat 5. I'm using sitemesh. The decorations go on the form based login page under tomcat 4, but not under tomcat 5. I need to do more research,

Deciding to use tomcat 4 or 5

2004-03-19 Thread Joao Batistella
Hello! I'm starting a new a application and I have to decide to use Tomcat 4 or Tomcat 5. I would like to know if tomcat5 is stable enough to a heavy load production environment. What would you recommend? Thanks, JP

RE: Deciding to use tomcat 4 or 5

2004-03-19 Thread Shapira, Yoav
Hi, Tomcat 5, no doubt. Yoav Shapira Millennium Research Informatics -Original Message- From: Joao Batistella [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 5:21 AM To: 'Tomcat Users List' Subject: Deciding to use tomcat 4 or 5 Hello! I'm starting a new a application and I

Re: Tomcat 4 or 5?

2004-03-15 Thread Daniel Savard
Le sam 13/03/2004 à 18:55, Nic Werner a écrit : Through projects and self-interest I've been using Tomcat 4 a lot more. While I've looked at the differences, can someone explain to me what the big differences are in english? I'm under the impression that 4 and 5 are different paths, not

multiple websites running under Tomcat 4 or 5

2004-03-15 Thread Nadia Kunkov
Hello need a bit of help. I have a machine running RedHat Linux 7.3. I am using Tomcat 4.x on the machine to run a simple JSP/Servlet website. My question is: How can I configure this machine or my firewall to allow me to run two websites off this machine? One would be the JSP/Servlet site

RE: multiple websites running under Tomcat 4 or 5

2004-03-15 Thread Dale, Matt
running under Tomcat 4 or 5 Hello need a bit of help. I have a machine running RedHat Linux 7.3. I am using Tomcat 4.x on the machine to run a simple JSP/Servlet website. My question is: How can I configure this machine or my firewall to allow me to run two websites off this machine? One

RE: multiple websites running under Tomcat 4 or 5

2004-03-15 Thread Adam Buglass
To: Tomcat help (E-mail) Subject: multiple websites running under Tomcat 4 or 5 Hello need a bit of help. I have a machine running RedHat Linux 7.3. I am using Tomcat 4.x on the machine to run a simple JSP/Servlet website. My question is: How can I configure this machine or my firewall

Tomcat 4 or 5?

2004-03-13 Thread Nic Werner
Through projects and self-interest I've been using Tomcat 4 a lot more. While I've looked at the differences, can someone explain to me what the big differences are in english? I'm under the impression that 4 and 5 are different paths, not just an upgrade of a previous version, is this true?

Re: Tomcat 4 or 5?

2004-03-13 Thread Galam
Well, tomcat5 implements the latest servlet API. So if you want to use the latest feature in your code, you should get Tomcat5. Nic Werner [EMAIL PROTECTED] wrote:Through projects and self-interest I've been using Tomcat 4 a lot more. While I've looked at the differences, can someone

Tomcat 4 or 5 and SOAP

2004-02-18 Thread davidx
Hello does anyone knows how can I make SOAP working on my Apache Tomcat server ? On the version 3.2 I had no problem, but with the 4 or 5 I can do nothing. Do you know a good tutorial for Tomcat 5/4 or another solution Thanks. David

RE: Tomcat 4 or 5 and SOAP

2004-02-18 Thread Yiannis Mavroukakis
] Subject: Tomcat 4 or 5 and SOAP Hello does anyone knows how can I make SOAP working on my Apache Tomcat server ? On the version 3.2 I had no problem, but with the 4 or 5 I can do nothing. Do you know a good tutorial for Tomcat 5/4 or another solution Thanks. David

Re: Tomcat 4 or 5 and SOAP

2004-02-18 Thread Mark
5/4 or another solution Thanks. David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 4 or 5 and SOAP

2004-02-18 Thread davidx
$ControlRunnable.run (ThreadPool.java:683) java.lang.Thread.run(Thread.java:534) - Original Message - From: Yiannis Mavroukakis [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 11:12 AM Subject: RE: Tomcat 4 or 5 and SOAP Mind

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-28 Thread Bhavdeep Sharma
Bhavdeep -Original Message- From: Wendell Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 2:04 AM To: 'Tomcat Users List' Subject: RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector Looks like you've set up a worker for ajp12 instead of ajp13

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-27 Thread Bhavdeep Sharma
To: Tomcat Users List Subject: RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector You will find more infos here. http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html Remember to restart iis and tomcat after modify properties files (workers.properties

Re: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-27 Thread Antony Paul
List [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 6:06 PM Subject: RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector Thanks all (especially Walter do Valle, Wendell Holmes, Stphane Brogi) for the help. I will check on the link and try what they suggest

Re: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-26 Thread Walter do Valle
Try this It helps me a lot. http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm - Original Message - From: Bhavdeep Sharma To: Tomcat Users List Sent: Tuesday, November 25, 2003 11:21 AM Subject: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-26 Thread Stphane Brogi
] Envoy : mercredi 26 novembre 2003 12:48 : Tomcat Users List Objet : Re: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector Try this It helps me a lot. http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm - Original Message - From: Bhavdeep Sharma

Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-25 Thread Bhavdeep Sharma
Hi all, I am running tomcat 4.0 as service on Win 2K I am trying to connect IIS to tomcat on AJP 13 connector using JK1.2 (isapi_redirect_1.2.5.dll) I try to access the sample JSP page using IIS and get the error Page cannot be displayed The same JSP page works fine if I access it directly from

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-25 Thread Wendell Holmes
Looks like you've set up a worker for ajp12 instead of ajp13. [jk_ajp12_worker.c (242)]: Into jk_worker_t::get_endpoint Wendell -Original Message- From: Bhavdeep Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 7:21 AM To: Tomcat Users List Subject: Tomcat 4 - IIS 5

Tomcat 4 and 5 cluster

2003-09-09 Thread Mats Andersson
Why is there so little noise on the web about clustering/session replication on Tomcat? I think Tomcat is a superior servlet engine (yes that's my opinion), but I need session replication on my latest project. I have tried Filip Haniks package, which works great, but I have not found any

RE: Tomcat 4 and 5 cluster

2003-09-09 Thread Filip Hanik
month, so paying clients go first hand :) Let me know if there is anything else I can do for you? Filip -Original Message- From: Mats Andersson [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 7:22 AM To: [EMAIL PROTECTED] Subject: Tomcat 4 and 5 cluster Why

RE: Tomcat 4 IIS 5 -SOLVED

2001-12-20 Thread Chen, Gin
stop and restart option in services tool) IIS Admin Site and then restart tomcat. Hope that helps. -Tim -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 9:40 AM To: '[EMAIL PROTECTED]' Subject: Tomcat 4 IIS 5 Hi All, 2 Questions

Re: Tomcat 4 Beta 5 Filters

2001-06-05 Thread David M. Karr
Tim == Tim Coultas [EMAIL PROTECTED] writes: Tim Folks, Can anyone point me in the direction for documentation on how Tim to set up and use filter classes with Tomcat 5 Beta 5? Tim There are some filter classes in the examples application, and I see Tim that they are referenced

RE: Tomcat 4 Beta 5 Filters

2001-06-04 Thread Paul Butcher
Tim Coultas wrote: Can anyone point me in the direction for documentation on how to set up and use filter classes with Tomcat 5 Beta 5? The only thing that I've found is a filter tutorial at: http://www.orionserver.com/tutorials/filters/ Be aware that the filter specification has changed