Jakarta Messenger (and other dormant?)

2006-05-12 Thread Dean Anderson
This may be the wrong list, but it is sort of jakarta related... Does anyone know how to get source for Jakarta Commons Messenger? How about any of the dormant jakarta sources? The jakarta site doesn't have any links to download, but rather unhelpfully says that "you must build these yourself".

Re: More virtual hosting problems!!

2006-05-12 Thread Parsons Technical Services
First to your issue below. Problems: The workDir belongs in the Host section and not in the context. The path to the workDir end in an underscore. The default app is usually in a folder called ROOT. The appBase would be better somewhere other than webapps. Maybe "rizapps"(my opinion) Otherwise

Re: More virtual hosting problems!!

2006-05-12 Thread Parsons Technical Services
Tim, Please re-read the OP. He had put the path element in a context file (ROOT.xml). Then in his second post indicated that he moved it to the server.xml. His last sentence in the second post was the question of why putting it in the ROOT.xml did not work but putting it in server.xml did. T

Re: The code of method _jspService(...) is exceeding the 65535 byteslimit

2006-05-12 Thread Bill Barker
"lk" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I got this bad error. > > Is there a way to solve this problem (maybe in the configurations file)? > It's sort of hard to tell without knowing the Tomcat version ;-). > Thanks > > LuKe > > > -- > Email.it, the professiona

Re: How to embed server hostname in JSP page on clustered Tomcat

2006-05-12 Thread Bill Barker
"David Goodenough" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I have a cluster of (currently) two Tomcat 5.5.17 instances. I want to put >a > hidden field on the pages which tells me which machine I am currently > connected to. Reading the spec it appeared that using:- > > /

Re: Tomcat 5.5.17 server.xml: constraints on Engine name attribute?

2006-05-12 Thread Bill Barker
It's simply that the manager.xml file is under $CATALINA_HOME/conf/Catalina/localhost. When you change the Engine name, Tomcat looks under $CATALINA_HOME/conf/X/localhost, and doesn't find a manager.xml file there, so it doesn't deploy the manager webapp. "Mark Petrovic" <[EMAIL PROTECTED]> wr

Re: Arabic Support on tomcat 5.0.28

2006-05-12 Thread Ahmed Talaat
Thanx Rajeev, that solves it alse adding URIEncoding="UTF-8" parameter to the connector tag in server.xml file is good idea Rajeev Jha wrote: This should not be a big issue. Lets say we submit some arabic data through a form and then re-display it To submit correct data 1) HTMl page should b

RE: Custom HTTP 503 Error Page Not Working - Tomcat 5.5.15

2006-05-12 Thread Rick G
Just wondering if anyone has solved this, I have been having the same issue. I basically just need Tomcat to send the 503 message through the JK connector so Apache can handle it instead of Tomcat returning its own 503 message. The intended goal is to have apache display a static "maintenance" p

Tomcat 5.5.17 server.xml: constraints on Engine name attribute?

2006-05-12 Thread Mark Petrovic
Good day. As a glutton for punishment, I pruned the comments out of the server.xmlfile so I could take it in with one glance. While I was at it, I also changed the Engine name="Catalina" attribute to something else ("X"), and found that I received a 404 Not Found when I went to login to the Mana

Re: More virtual hosting problems!!

2006-05-12 Thread Rizwan Merchant
dug deeper and figured that everytime I undeploy (delete the expanded application directory and replace the war file), the virtual host does not get resolved the first time the app is deployed. have to shut down the server and restart for it to work! any ideas? Please help... Rizwan Merchan

Re: More virtual hosting problems!!

2006-05-12 Thread Rizwan Merchant
Ok to add to the mix, here is some more weird stuff. I have the virtual host stuff working using the following entry in the server.xml autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> when i start the server and type www.riz.com in the browser, i

Weird problem with Tomcat 5.5.17 and j_security_check

2006-05-12 Thread Dean Searle
Hello Everyone, I have just installed a clean server with windows 2003 Standard, Java JDK 1.5.0_06 and tomcat 5.5.17. I moved my application that i created on tomcat 5.0 to this server and set the application up as a site. When I access the site, it askes for the user name and password (norma

RE: Problem with Apache 2.0

2006-05-12 Thread Devireddy, Nagendra Reddy (STSD)
Thanks a lot .. -Original Message- From: Gaël Lams [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 6:56 PM To: Tomcat Users List Subject: Re: Problem with Apache 2.0 Hi > > We have recently upgraded Apache from 1.4 to 2.0 Its working fine on > English but its displaying garbage ch

Re: [ANN] LambdaProbe for Tomcat 1.5 is released

2006-05-12 Thread Remy Maucherat
On 5/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I am pleased to announce the immediate availability of LambdaProbe 1.5 LambdaProbe is an Open Source (GPL) Tomcat monitoring and mangement webapp. The new release features OS memory usage, swap usage and CPU utilization monitors, support

Re: Problem with Apache 2.0

2006-05-12 Thread Gaël Lams
Hi We have recently upgraded Apache from 1.4 to 2.0 Its working fine on English but its displaying garbage characters on non English locales .. Do we need to add some thing .. I am very new to this area .. Can some one please help me in this regard You should send your question to the httpd ma

How to embed server hostname in JSP page on clustered Tomcat

2006-05-12 Thread David Goodenough
I have a cluster of (currently) two Tomcat 5.5.17 instances. I want to put a hidden field on the pages which tells me which machine I am currently connected to. Reading the spec it appeared that using:- should work, but it would appear that all this does is take the server portion of the URL.

SV: Problems with Tomcat and sessions

2006-05-12 Thread Tommy Skarateppen
Thanks for your reply Bruno! Your info has absolutely value for us. We do not have the resources to set up an environment similar to our customer's production server for testing and debugging, so your and others experiences is of great value. (Actually we recommended our customer not to use a web h

[ANN] LambdaProbe for Tomcat 1.5 is released

2006-05-12 Thread Vlad.Ilyschenko
I am pleased to announce the immediate availability of LambdaProbe 1.5 LambdaProbe is an Open Source (GPL) Tomcat monitoring and mangement webapp. The new release features OS memory usage, swap usage and CPU utilization monitors, support for Java Service Wrapper, which allows to restart Tomcat f

Re: More virtual hosting problems!!

2006-05-12 Thread Rizwan Merchant
I am running 5.5 as well. Would the path to the ROOT.xml be $CATALINA_HOME/conf/Catalina/riz or $CATALINA_HOME/conf/Catalina/www.riz.com (based on the OP) The filename under conf/[Engine]/[host] should be ROOT.xml, right? Tim Lucia wrote: The link/text you posted says "except when statically

Re: Arabic Support on tomcat 5.0.28

2006-05-12 Thread Rajeev Jha
This should not be a big issue. Lets say we submit some arabic data through a form and then re-display it To submit correct data 1) HTMl page should be 2) when you receive the data , do a request.setContentEncoding() before getting string data from request To display 3) set the response conten

Re: The code of method _jspService(...) is exceeding the 65535 byteslimit

2006-05-12 Thread Peter Hubbard
On Fri, 2006-05-12 at 14:02 +0200, lk wrote: > Hi, > > I got this bad error. > > Is there a way to solve this problem (maybe in the configurations file)? > > Thanks This simply means you have way too much jsp code in one file. Maybe you could split them up, or remove some of the functionality

RE: More virtual hosting problems!!

2006-05-12 Thread Tim Lucia
The link/text you posted says "except when statically defining a Context in server.xml", which was the case in the example from the OP... The above statement is exactly opposite of what you posted, is it not? To my recollection, and despite the fact that it is (now) frowned upon, path="/something

The code of method _jspService(...) is exceeding the 65535 byteslimit

2006-05-12 Thread lk
Hi, I got this bad error. Is there a way to solve this problem (maybe in the configurations file)? Thanks LuKe -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Problemi di Liquidità? Con Logos Finanziaria 30.000 € in 24 ore a dipendenti e lavoratori auton

RE: More virtual hosting problems!!

2006-05-12 Thread Tim Lucia
5.5.17. -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 7:57 AM To: Tomcat Users List Subject: Re: More virtual hosting problems!! >From http://tomcat.apache.org/tomcat-5.5-doc/config/context.html And look at the path element. "

Re: More virtual hosting problems!!

2006-05-12 Thread Parsons Technical Services
From http://tomcat.apache.org/tomcat-5.5-doc/config/context.html And look at the path element. " The value of this field must not be set except when statically defining a Context in server.xml, as it will be inferred from the filenames used for either the .xml context file or the docBase. "

RE: Help with MD5 key generation with tomcat 5

2006-05-12 Thread Devireddy, Nagendra Reddy (STSD)
No , My jre version is 1.4.2 .. Thanks, Nagendra -Original Message- From: Tim Lucia [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 4:28 PM To: 'Tomcat Users List' Subject: RE: Help with MD5 key generation with tomcat 5 Are you running a 1.5+ JRE? -Original Message- From:

RE: Help with MD5 key generation with tomcat 5

2006-05-12 Thread Tim Lucia
Are you running a 1.5+ JRE? -Original Message- From: Devireddy, Nagendra Reddy (STSD) [mailto:[EMAIL PROTECTED] Sent: Friday, May 12, 2006 2:50 AM To: Tomcat Users List Subject: Help with MD5 key generation with tomcat 5 Hi I am getting the following error after executing this command .

RE: More virtual hosting problems!!

2006-05-12 Thread Tim Lucia
Where is this documented? I have had no problem doing this. Since I now put context files in conf/[Engine]/[Host], I went back and added to my server.xml and http://localhost:8080/manager/list shows OK - Listed applications for virtual host localhost /admin:running:0:C:/Tomcat/server/webapps/

Problem with Apache 2.0

2006-05-12 Thread Devireddy, Nagendra Reddy (STSD)
Hi, We have recently upgraded Apache from 1.4 to 2.0 Its working fine on English but its displaying garbage characters on non English locales .. Do we need to add some thing .. I am very new to this area .. Can some one please help me in this regard .. Thanks and Regards, Nagendra Reddy. D Hewle

Re: SSL problem in Tomcat

2006-05-12 Thread Gavin Alexander
Thanks for that Jack. Ironically, I just got things working again not 20 seconds before I got your email. For some reason the .keystore file had stopped working (maybe expired?) and I ended up creating a new one and adding a keystoreFile attribute with path to the new file in tomcat's server.x

Problem with tomcat 5

2006-05-12 Thread Devireddy, Nagendra Reddy (STSD)
Hi I am getting the following error after executing this command .. "$JRE"/bin/java -classpath "$CATALINA_HOME"/server/lib/catalina.jar org.apache.catalina.realm.RealmBase -a MD5 nagendra Same thing is working fine for me with tomcat 4. Is there any architecture changes in tomcat 5 ?? Plea

Re: Problems with Tomcat and sessions

2006-05-12 Thread Bruno Georges
Tommy I don't know if this will be of any value to you but I had a similar case including session swapping. Users will see other users screens and data. Fairly nasty situation. We solved this problem by: Using prefork in apache 2 upgrading to a newer module. The problem was also occuring during

Re: SSL problem in Tomcat

2006-05-12 Thread Jack
I have a page that has some config info about SSL with Client Authentication turned on. You could have a look there and see if you find any of it useful. http://jack.godau.googlepages.com/jbosscertificatesandopenssl Cheers Jack... On 11/05/06, Gavin Alexander <[EMAIL PROTECTED]> wrote: Hi, I a

RE: Tomcat (Base?) directory

2006-05-12 Thread Dirk Moolman
Thank you. A copy of my server.xml is at the bottom of this mail. This is the server.xml that comes with the demoserver, which was copied into my new filesystem (/tomcat) /tomcat/conf /tomcat/logs /tomcat/webapps Etc. -Original Message- From: bossert [mailto:[EMAIL PROTECTED] Sent:

Problems with Tomcat and sessions

2006-05-12 Thread Tommy Skarateppen
Hi! We have a problem with a webapplication we have developed for one of our coustomers. The problem is that Tomcat is creating new sessions when it shouldn't. The sessions does not die, but a new is created and thus loosing access to the data in the original session. The result of the session "sw

Re: Tomcat (Base?) directory

2006-05-12 Thread bossert
Yoo, A lot can be wrong, you should be able to move the tomcat directory! But references to old directory is probably your problem... To help I would need more details... server.xml would be a good start... Greetings O. On Thu, 2006-05-11 at 10:52 +0200, Dirk Moolman wrote: > Hi, I am sorry for