RE: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Lakshmi Venkataraman
I posted a similar email asking abour Connection Refuesed question under a different thread. I have also summarised my findings. Can you take a look? The subject is "Tomcat 5.5, IPv6, APR, HTTP and HTTPS" --Thanks Lakshmi -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED]

Re: Cannot stop/start application using manager

2007-05-05 Thread Rashmi Rubdi
On 5/6/07, Jerome Benezech <[EMAIL PROTECTED]> wrote: Hi All, I have an application (cocoon) running under Tomcat 5.5 on the server of my hosting provider. Hi Jerome, Did you also check with the hosting provider? I can't see any error in catalina logs. So am kind of stuck at that point.

Cannot stop/start application using manager

2007-05-05 Thread Jerome Benezech
Hi All, I have an application (cocoon) running under Tomcat 5.5 on the server of my hosting provider. An exception was thrown during the execution of my app, so I fixed the problem and tried to re-deploy my application using Tomcat Manager. Although the deploy operation seems to succeed, I now get

Re: Tomcat5 on Mac OS X, problem with book or installation?

2007-05-05 Thread Rashmi Rubdi
On 5/5/07, Kevin O'Mara <[EMAIL PROTECTED]> wrote: I am using tomcat5 5.5.20, Revision 3, java/tomcat5 from MacPorts. I am following the instructions for the Addison Wesley book: "Servlets and JavaServer Pages: The J2EE Web Tier" from the first chapter. The first chapter may be found here: http

Tomcat5 on Mac OS X, problem with book or installation?

2007-05-05 Thread Kevin O'Mara
I am using tomcat5 5.5.20, Revision 3, java/tomcat5 from MacPorts. I am following the instructions for the Addison Wesley book: "Servlets and JavaServer Pages: The J2EE Web Tier" from the first chapter. The first chapter may be found here: http://www.jspbook.com/jspbook-01.pdf I am on the par

Useless use of AllowOverride.. Mod_jk.conf

2007-05-05 Thread John Moore
In my latest install of Tomcat with Apache I'm getting this warning (decided to download all of the "latest and greatest" for this new machine.. ) [warn] - Useless use of AllowOverride in line... About 6-7 times.. ..and points to line numbers in the mod.jk.conf file that is "auto-generated"

Re: Tomcat randomly cannot connect to SMTP host

2007-05-05 Thread Johnny Kewl
Raymond did you resolve it? If not, did you use tomcats JNDI... or did you use JavaMail directly. Did you write the code? or can you get at the relevant code? If so, can you show me the code You see if for example the mail routine is in a thread, and thats started when the servlet starts

Re: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Mladen Turk
Bertrand wrote: Any ideas ? Am I missing something ? How can I debug that problem ? APR on BSD was compiled with IPV6 support. However IPV6 support on BSD (as well on Windows, because Microsoft winsock is BSD sockets) do not support IPv4-mapped IPv6 address. See: http://issues.apache.org/bug

RE: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Caldarale, Charles R
> From: Bertrand [mailto:[EMAIL PROTECTED] > Subject: Re: Connection refused when using Tomcat 6.0.10 with APR ... > > 1.1.8 is the level of the Tomcat Native library compiled from > the Tomcat 6.0.10 release There is a 1.1.10 version of the wrapper available here: http://archive.apache.org/dist

Re: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Bertrand
It is true, however, that the Tomcat Web site doesn't mention which version of the APR is required. Ooops, the Web site states APR 1.2+, so use of 1.2.7 shoud be ok. Bertrand - To start a new topic, e-mail: users@tomcat.apache

Re: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Bertrand
> APR: Version 1.2.7 installed from the ports collection > > I get the "Loaded Apache Tomcat Native library 1.1.8" message There seems to be a discrepancy between the APR level you think you have (1.2.7) and the one actually found (1.1.8). - Chuck Thanks for your reply, Chuck. 1.1.8 is the le

RE: Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Caldarale, Charles R
> From: Bertrand [mailto:[EMAIL PROTECTED] > Subject: Connection refused when using Tomcat 6.0.10 with APR ... > > OS: FreeBSD 6.2 > Tomcat: Version 6.0.10 installed from the ports collection > Java: Diablo JDK 1.5.0 installed from the ports collection > APR: Version 1.2.7 installed from the port

Re: Tomcat deployment question

2007-05-05 Thread Mark Thomas
Caldarale, Charles R wrote: >> From: Mark Thomas [mailto:[EMAIL PROTECTED] >> Subject: Re: Tomcat deployment question >> >> Andras Laczi wrote: >>> I dont really understand why manager can't rename the context.xml to >>> ROOT.xml if the path = "/" as the documentation says. >> Where does the docum

Connection refused when using Tomcat 6.0.10 with APR ...

2007-05-05 Thread Bertrand
I have a problem setting up the APR for use with a Tomcat 6.0.10 standalone server. Here is my environment: OS: FreeBSD 6.2 Tomcat: Version 6.0.10 installed from the ports collection Java: Diablo JDK 1.5.0 installed from the ports collection APR: Version 1.2.7 installed from the ports collection

RE: Tomcat deployment question

2007-05-05 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat deployment question > > Andras Laczi wrote: > > I dont really understand why manager can't rename the context.xml to > > ROOT.xml if the path = "/" as the documentation says. > > Where does the documentation say this? The secti

Re: Tomcat deployment question

2007-05-05 Thread Mark Thomas
Andras Laczi wrote: > How can I know which documentation is up-to-date and which one is not? > They says confusing things, if i read manager doc it works against > context/host documentation. They should be consistent and I thought they were last time I checked. Please point out the inconsistencie

Re: Tomcat deployment question

2007-05-05 Thread Mark Thomas
Andras Laczi wrote: > I dont really understand why manager can't rename the context.xml to > ROOT.xml if the path = "/" as the documentation says. Where does the documentation say this? Mark - To start a new topic, e-mail: users

RE: Tomcat manager restriction question

2007-05-05 Thread Caldarale, Charles R
> From: Roamer [mailto:[EMAIL PROTECTED] > Subject: Tomcat manager restriction question > > Can I assign different user name and pass for different ?? Yes, you can configure an independent element for each . Look at the realm doc, especially here: http://tomcat.apache.org/tomcat-5.5-doc/realm-h

RE: Tomcat deployment question

2007-05-05 Thread Caldarale, Charles R
> From: Andras Laczi [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat deployment question > > Take it easy man. Sorry. The topic of setting the path attribute in a element is discussed frequently on this list, including a couple of times on the very day you posted, as well as previously in this

Re: Tomcat randomly cannot connect to SMTP host

2007-05-05 Thread Pid
Caldarale, Charles R wrote: From: Raymond Holguin [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat randomly cannot connect to SMTP host As for wireshark, this is a production environment and im not really supposed to be installing programs on the server. Try running it from your Tomcat box then

RE: Tomcat deployment question

2007-05-05 Thread Andras Laczi
Hey, Chuck, Take it easy man. How can I know which documentation is up-to-date and which one is not? They says confusing things, if i read manager doc it works against context/host documentation. Anyway, thanks for the help. My last question: if i upload in ROOT.war manager will it work as th