deployment problems moving from tomcat 5.0.18 to 5.0.19

2004-04-04 Thread Matt Smith
Actually this is a problem between 5.0.18 and 5.0.19. The same context descriptor deploys successfully on 5.0.18, but the errors below show up on 5.0.19. Any ideas on what changed between the two releases that would cause this? Thanks, m. -Original Message- From: Matt Smith [mailto:[EMA

RE: HttpSession Replication in Tomcat Cluster not working with EJ B's!

2004-04-04 Thread Suraj Prabhu
Filip, You were right. It's works with the handle. Thanx for all the co-operation. cheers Suraj -Original Message- From: Filip Hanik (lists) [mailto:[EMAIL PROTECTED] Sent: Saturday, March 27, 2004 5:51 AM To: Tomcat Users List Subject: RE: HttpSession Replication in Tomcat Cluster not

Only Tomcat multi instances!

2004-04-04 Thread eric sato
hi all, If anyone of u know this, pls do help. Thanks. i would like to have a main Tomcat, tomcatIntance1 and tomcatInstance2 running. Which end user only see Tomcat running. i would like this design without any Apache or IIS involved. I guess something to do with jk2.properties and server.xml

Re: cannot get servlet mapping working under 3.3

2004-04-04 Thread Christoph P. Kukulies
On Sun, Apr 04, 2004 at 10:04:12PM +0200, Schalk wrote: > I would suggest you upgrade to Tomcat 5.0+ and mod_jk Yes, I could but then I have another Servlet API and other headaches with my classes possibly not working any longer or having deprecated APIs. Nobody here who can tell what the problem

Hector I. Londoño/MDE/PBCO/CO está ausente de la oficina.

2004-04-04 Thread Hector_I_Londono
Estaré ausente de la oficina desde el 02/04/2004 y no volveré hasta el 10/04/2004. Responderé a su mensaje cuando regrese de vacaciones. La presente información se envía únicamente para el destinatario, es de carácter CONFIDENCIAL y PRIVADO y es propiedad de Coca-Cola Femsa sus afiliadas, subsidi

another NoClassDefFoundError question

2004-04-04 Thread b
Hi. I need help urgently with this NoClassDefFoundError issue. I was asked to port over my application which currently is on Apache 1.3.23 on Madrake 9.0, Tomcat 3.3.1, mod_jk 1.1.0, mySQL 3.23.51 to a Windows-based system. Currently I am using Win2000 Server, J2Se 1.4.1, Apache 2.0.43, Apac

deployment problems moving from tomcat 4.1.30 to 5.0.19

2004-04-04 Thread Matt Smith
I am migrating from Tomcat 4.1.30 to 5.0.19 and have been experiencing problems with deployment. The context descriptor below works fine for deployment on Tomcat 4.1.30, but when I try to use it on 5.0.19, all I get is the following in localhost_log 2004-04-05 00:22:54 StandardHost[localhost]: E

Re: Hello

2004-04-04 Thread tomcat-user
This message was verified by the filtering system of our mail server. Original message was replaced by this one by the following reason : *** A suspicious file (executable code) was found in the message ! Original message had the following attached files : (X-FILE ??? ) : your_picture.p

another NoClassDefFoundError question

2004-04-04 Thread Umi Salbiah
Hi. I need help urgently with this NoClassDefFoundError issue. I was asked to port over my application which currently is on Apache 1.3.23 on Madrake 9.0 Tomcat 3.3.1 mod_jk (for Apache 1.3.23) mySQL 3.23.51 to a Windows-based system. Currently I am using Win2000 Server J2Se 1.4.1 Apache 2.0.4

RE: JNDI Datasource receives AccessControlException with Security Manager

2004-04-04 Thread Daniel Huang
Debugging with Security manager can be challenging. You probably want to take a look at Tomcat Security Manager HowTo. Regards, Daniel -Original Message- From: Juergen Weber [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 2:55 AM To: [EMAIL PROTECTED] Subject: JNDI Datasource rec

request help: yet another NoClassDefFoundError issue

2004-04-04 Thread Umi Salbiah
Hi. I need help urgently with this NoClassDefFoundError issue. I was asked to port over my application which currently is on Apache 1.3.23 on Madrake 9.0 Tomcat 3.3.1 mod_jk (for Apache 1.3.23) mySQL 3.23.51 to a Windows-based system. Currently I am using Win2000 Server J2Se 1.4.1 Apache 2.0.4

Configure tomact to store console output in log files

2004-04-04 Thread Nikhil Sardesai
Hi, Can anybody let me know how to configure tomcat so I could have all the console output in a log file. I tried changing the server.xml file by having the verbositylevel to "DEBUG" or "INFORMATION" but didnt work. The reason why I want to do is the application that I am running has too many

debug info inside chain.doFilter(req, res)?

2004-04-04 Thread Phillip Rhodes
Hi tomcats. I have written a filter where I am calling chain.doFilter(req, res); and it is dying in this method call. I am not getting anything besides the below stacktrace in my code. Is there anything more I can do to figure out what is going wrong inside this method call? Thanks very much.

Only Tomcat for multi instances!

2004-04-04 Thread eric sato
hi all, If anyone of u know this, pls do help. Thanks. i would like to have a main Tomcat, tomcatIntance1 and tomcatInstance2 running. Which end user only see Tomcat running. i would like this design without any Apache or IIS involved. i guess i need to configure the jk2.properties and server.x

Post processing on form authentication

2004-04-04 Thread Brett Spell
Hi, Please pardon my questions if they've already been asked and answered, but I've spent the better part of the past two days looking for answers in Google (including the Usenet archives) and the archives of this list. I'm using Tomcat 5.0 with form-based authentication and there are two featu

RE: Unable to compile class for JSP

2004-04-04 Thread Schalk
You need import the bean and classes you intend to use in the JSP, this might solve the problem. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:

FORM authentication - prevent login from popping up

2004-04-04 Thread Malcolm Warren
I'm switching from Basic (with SSL) to Form authentication (also with SSL of course). This has caused a problem with one particular application, which opens a socket on a .jsp page, collects the html code and saves it disk. The html code is then later used by a fax application to send a fax. W

RE: Unable to compile class for JSP

2004-04-04 Thread Linda Smith
note: using Tomcat 5.0.19 my files: Test.jsp Welcome and Search.jsp Search page Welcome the hello.jsp in $catalina_home/webapps/tomcat-docs/appdev/sample/web Sample Application JSP Page Sample Application JSP Page This is the output of a JSP page that is part

RE: Unable to compile class for JSP

2004-04-04 Thread Schalk
Maybe you can provide a copy of the JSP? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com This message co

RE: cannot get servlet mapping working under 3.3

2004-04-04 Thread Schalk
As far as I know Jserv has been deprecated or is no longer in development and has migrated over to mod_jk, open to correction though. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel:

Unable to compile class for JSP

2004-04-04 Thread Linda Smith
I have included at the end of the message the exception I get when following the "JSP page" link from the Hello World example provided in the tomcat documentation. I get a very similar exception when trying to open one of my own jsp-s, although the project builds successfully.(using "ant" and "ant

RE: cannot get servlet mapping working under 3.3

2004-04-04 Thread Schalk
I would suggest you upgrade to Tomcat 5.0+ and mod_jk Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.volume4.com Th

cannot get servlet mapping working under 3.3

2004-04-04 Thread C. Kukulies
I'm reconvalescing from a disc crash where lots of my existing tomcat 3.1/apache 1.3.26 installation had crashed and I reinstalled tomcat 3.3 with apache-1.3.27 now such that the examples work when I connect to the server at port 8080. But this is tomcat. Trying to connect to apache via the jserv

JSP include directive and UTF-8 files in Tomcat 5

2004-04-04 Thread Ivan Montoro
Hi everybody, I've found that with the default installation of Jakarta Tomcat 5.0.19, JSP include directive fails to add UTF-8 files to the generated .java source file. If you create a simple .jsp file with a <[EMAIL PROTECTED] directive, and include an HTML file saved as UTF-8, the resulting .jav

Re: Tomcat configuration

2004-04-04 Thread Harry Mantheakis
Hello ROOT is the default context (application). By default, ROOT handles requests that do not specify an application. Hence this URL: http://localhost:8080/ Would be handled by the 'ROOT' application, which displays the Tomcat welcome page. You can re-configure this, of course, but that

Re: Re: >> problem with new 2.04 mod_jk2

2004-04-04 Thread Daniel Savard
Le dim 04/04/2004 à 00:01, QM a écrit : > On Sat, Apr 03, 2004 at 11:38:37PM -0500, Daniel Savard wrote: > > : I know it's no longer a Tomcat question, but anyone knows what can > : influence the result of the ldd command? A but? A problem with the glibc > : library? Anyone has ever encountered su

RE: 5.0.19 server not starting

2004-04-04 Thread Mark Thomas
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > I've tried just about every distro from 4.1.28 onwards and > none of them > work under Windows! They all have either ant or > Tomcat4.CoyoteConnector > failures. > Is Tomcat not now supported under Windows? Tomcat is supported under Windows.

RE: 5.0.19 server not starting

2004-04-04 Thread alistair
I've tried just about every distro from 4.1.28 onwards and none of them work under Windows! They all have either ant or Tomcat4.CoyoteConnector failures. Is Tomcat not now supported under Windows? In Tomcat 5 I tried tomcatw \\GT\\Tomcat5 - to no avail. I always get the "no such method problem" on

one apache, more tomcat installations, one mod_jk, NameVirtualHost JkDirectives

2004-04-04 Thread VEGH Karoly
Hi. Shortly: I have problems with configuring more tomcat installations with one apache installation on one linux box. apache2 2.0.48 mod_jk2 - compiled from new source tomcat 4.1.30 I set up the NameVirtualHosts thing in apache, but I'm not sure which is the right way to go on. I would like t

RE: 5.0.19 server not starting

2004-04-04 Thread Mark Thomas
Looks like you have a broken server.xml Try using the one provided with the tomcat distribution. Mark > -Original Message- > From: jitender ahuja [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 04, 2004 2:24 PM > To: [EMAIL PROTECTED] > Subject: 5.0.19 server not starting > > Hi, >

5.0.19 server not starting

2004-04-04 Thread jitender ahuja
Hi, I am facing problem in starting the server 5.0.19 , the same issue is with "catalina", except with the debug mode of that. The error message for catalina in run mode is: Can't load server.xml Can't load server.xml Apr 4, 2004 6:49:36 PM org.apache.catalina.startup.Catalina

RE: Mail Authentication (KMM16057945V78659L0KM)

2004-04-04 Thread Auto-Reply ACD Systems
**This is an automated response.** **Do not reply to this message.** Thank you for contacting the ACD Systems Online Store. If you require the assistance of our Customer Care Center representatives, please review the below information so that we can help you with your question(s) as fast as pos

Klaus-Dieter -V715101- Ackermann/Volksfuersorge/AMComNET/DE ist außer Haus.

2004-04-04 Thread klaus-dieter . ackermann
Ich werde ab 09.03.2004 nicht im Büro sein. Ich kehre zurück am 07.04.2004. Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten.

Mail Authentication

2004-04-04 Thread tomcat-user
Protected message is attached. Suppression de Norton AntiVirus1.txt Description: plain/text - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

5.0.19 server not starting?

2004-04-04 Thread jitender ahuja
Hi, I am facing problem in starting the server 5.0.19 that :server.xml cann't be read .The server application aborts. The same issue is with "catalina", except with the debug mode of that . Can someone point out the reason for the same. Regards, Jitender

RE: Re: Tomcat 5 vs. Resin? (KMM16057637V76421L0KM)

2004-04-04 Thread Auto-Reply ACD Systems
**This is an automated response.** **Do not reply to this message.** Thank you for contacting the ACD Systems Online Store. If you require the assistance of our Customer Care Center representatives, please review the below information so that we can help you with your question(s) as fast as pos

Re: Tomcat 5 vs. Resin?

2004-04-04 Thread Reynir Þór Hübner
Hi, I've tested resin around alot. In my oppinion the docs for resin are bad, but the product seems to be good, and performes well. The resin website is very badly arranged and that again comes down on the docs. Maybe if you buy a version of resin you get something better, but I haven't seen th

RE: How to configure the default webapplication (ROOT)? (KMM16057023V71273L0KM)

2004-04-04 Thread Auto-Reply ACD Systems
**This is an automated response.** **Do not reply to this message.** Thank you for contacting the ACD Systems Online Store. If you require the assistance of our Customer Care Center representatives, please review the below information so that we can help you with your question(s) as fast as pos

How to configure the default webapplication (ROOT)?

2004-04-04 Thread Zsolt Koppany
Hi, how can I configure tomcat (4,5) which application under (webapps) is the default one? I understand that is right now "ROOT" and I would like to modify that the user doesn't always have to enter the context path. Zsolt - T

RE: generated JSP classnames too long? (KMM16056784V69419L0KM)

2004-04-04 Thread Auto-Reply ACD Systems
**This is an automated response.** **Do not reply to this message.** Thank you for contacting the ACD Systems Online Store. If you require the assistance of our Customer Care Center representatives, please review the below information so that we can help you with your question(s) as fast as possib

RE: Problem with starting up Tomcat 5.0.1.9 using launcher - a cl asspathissue?

2004-04-04 Thread yair . fine
I use jdk1.4.2 , Looks like our problem is a different issue Yair -Original Message- From: JavaNetIn [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 10:32 PM To: Tomcat Users List Subject: Re: Problem with starting up Tomcat 5.0.1.9 using launcher - a classpathissue? hello Fri

generated JSP classnames too long?

2004-04-04 Thread Robert Krüger
Hi, I frequently encounter errors like the following, when I use long file names for my JSPs. When I rename the file, it works. java.lang.NoClassDefFoundError: org/apache/jsp/WEB_002dINF/jsp/dotcom_002dadministration/qa/document_002dquality_002dissues_jsp$document_002dquality_002dissues_jspHelp