RE: WARNING: Duplicate name in Manifest: Class-Path

2004-03-19 Thread Larry Isaacs
In case it helps, the struts.jar from 1.1-b3, and I assume earlier, had a MANIFEST.MF file that had multiple Class-Path lines, which would lead to this symptom. The 1.1 release version of struts.jar had this corrected. I don't know about the Struts 1.1 release candidates. You might check your strut

Re: thread deadlock problem

2004-03-19 Thread Hans
hi, is the thread mentioned in 2b the same as the one that handled 2a ? grtz Hans At 07:55 19/03/2004 -0500, you wrote: Hi folks, I need to know if someone can explain the following behavior: 1. client browser issues a request 2. tomcat servlet code starts handling the request... a. writes an

RE: thread deadlock problem

2004-03-19 Thread Edson Alves Pereira
Why are you trying to do this kind of control? > -- > De: Christian Cryder[SMTP:[EMAIL PROTECTED] > Responder:Tomcat Users List > Enviada: sexta-feira, 19 de março de 2004 9:55 > Para: Tomcat-User > Assunto: thread deadlock problem > > Hi folks, > > I need

access log

2004-03-19 Thread i i
dear all, i have a question about the access logs. In the access log date & time @ which the request it given is printed. This is being printed by the pattern "%t" & this is in CLF ( common log format) But i wud like receive it as current milli sec.. is it possible ?? thanks _

RE: JProfiler Tomcat Integration -tyrex driver error

2004-03-19 Thread Edson Alves Pereira
I believe that there are some things in your code calling this tyrex DataSource, try to make a "find in files" or take a look in the full exception stack trace. > -- > De: armalai[SMTP:[EMAIL PROTECTED] > Responder:Tomcat Users List > Enviada: quinta-feira, 18 de março d

thread deadlock problem

2004-03-19 Thread Christian Cryder
Hi folks, I need to know if someone can explain the following behavior: 1. client browser issues a request 2. tomcat servlet code starts handling the request... a. writes an html redirect to the resp, flushes the buffer, etc b. thread continues processing (writing to a data structure) 3.

CATALINA_BASE in jwsdp

2004-03-19 Thread Malcolm Warren
I have a very recent Java Web Services installation and Tomcat 5 is bundled with it. I have a problem that I see has been met with by others using jwsdp, and not solved. I would like to be able to run multiple Tomcat instances. So I have tried to create a new directory for my web applications an

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: jk2 problems

2004-03-19 Thread Allan Bruce
> Allan, > > the problem is the mod_jk2.so shared library is not able to find the > undefined symbol ap_server_root. I don't know in which library it > resides, but I have a similar problem with a different library, since my > connexion uses Unix sockets. You can look at the content of the shared

Re: WARNING: Duplicate name in Manifest: Class-Path

2004-03-19 Thread Adam Hardy
On 03/19/2004 06:35 AM Tom K wrote: Any clues where I would look to determine where this message? Start from … only happens during sart up of my application. Mar 18, 2004 11:33:48 PM java.util.jar.Attributes read WARNING: Duplicate name in Manifest: Class-Path Sounds like somebody is complain

Re: hello

2004-03-19 Thread Reynir Þór Hübner
marcf. why do you ask ? -reynir [EMAIL PROTECTED] wrote: what does it mean? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: Tomcat Apache connector not working

2004-03-19 Thread Allan Bruce
> Allan, the problem lies with the link-edit while building the mod_jk2.so > module. The Makefile produced in the some_path/native2/server/apache2/ > is buggy. There is some important libraries missing in the list. > > Also, I believe the configure is not checking everything properly. All > prereqs

Re: hello

2004-03-19 Thread Vi
[EMAIL PROTECTED] wrote: what does it mean? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] What does any

Session not destroyed after server shutdown

2004-03-19 Thread Joao Batistella
Hello! I'm using Tomcat 4 and all sessions that I have when the server is up are not destroyed when I shutdown te server. I've implemented a ServletContextListener to register when the app is going down and a HttpSessionListener to see when a session is destroyed. When the server goes down the ses

hello

2004-03-19 Thread marc . fleury
what does it mean? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: http://localhost/ works but http:/// doesn't

2004-03-19 Thread Parsons Technical Services
Ted, Sitting at you windows box that is running TC you can open IE and access http://localhost but if you try to access http://yourMachinesIP it fails. >From a command prompt ping localhost. Then ping the IP of your machine. Notice that localhost resolves to 127.0.0.? Do an ipconfig /all from t

http://localhost/ works but http:/// doesn't

2004-03-19 Thread Ted Anagnost
http://localhost/ works but http:/// doesn't. Internet Explorer gives a "Cannot find server" message. I have tomcat 5.0.18 (without apache). I can ping my IP externally. I have port forwarding enabled on my router. Is there something I need to do to server.xml to enable this to work? Than

mod_jk2 , apache2 charset-Problem

2004-03-19 Thread marc . baumgartner
Hello all, I have a tomcat 5.0.18 (on a windows system) connected to an apache 2 webserver (on Linux system) with the mod_jk2. Everything works fine but if I have in my JSP some special characters like the german umlaut (ä,ö,ü,...) the apache shows these chars as a ?. If I go directly to the

<    1   2