tomcat and jboss

2002-05-28 Thread Emerson Cargnin - MSA
Anyone using tomcat/jboss  (in diferents machines) and JAAS what's loginmodule is using (tomcat/jboss)?       Emerson Cargnin - MSASICREDI - Ramal 3358-4860 -- To unsubscribe, e-mail: For additional commands, e-mail:

multi-ip host

2002-05-20 Thread Emerson Cargnin - MSA
How do i configure tomcat to be used by many developers (in  a huge single machine) so that each one do not knows of others tomcat instances, using the same port (eg: 8080).   Emerson Cargnin - MSASICREDI - Ramal 3358-4860 -- To unsubscribe, e-mail: For additiona

ant task to know if a webapp is deployed

2002-05-20 Thread Emerson Cargnin - MSA
Is there any form to make sure an webapp is deployed through ant tasks? How is the better approach to let my build file generic, i mean : never giving me an error either the webapp is already deployed or not.     Emerson Cargnin - MSASICREDI - Ramal 3358-4860 -- To unsubscribe, e-mail:

Re: Where is catalina-ant.jar file?

2002-05-17 Thread Emerson Cargnin - MSA
i'm using reload task of catalina-ant.jar and doing the context deletion and unwar through ant tasks (before reloading, of course). Beyond that, i use Ant 1.5b new element Condition-http so I can see if tomcat is started, otherwise you will get a error when trying to reload tomcat. here goes the

Re: I'm getting no responses to my requests for help on this list

2002-05-16 Thread Emerson Cargnin - MSA
if you are on a linux box, try : ps -ef | grep tomcat if any process are shown, try to shut it down (shutdown.sh), if it doesn't work, try to kill the parent process. good luck : ) Emerson - Original Message - From: "Tom Oinn" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED

condition in ant task

2002-05-16 Thread Emerson Cargnin - MSA
How do I set an ant task to reload a context (i've done that already) conditionally , i want to reload just if a property is set, I set the property using condition and http (to make sure tomcat is on). Emerson - Original Message - From: "peter lin" <[EMAIL PROTECTED]> To: "Tomcat Users

Problem with nonaming

2002-05-14 Thread Emerson Cargnin - MSA
Does the manager has some know bugs in version 4.0.4? It just don't work, either as http url or as ANT task. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 14, 2002 5:52 PM Subject: RE: Yet Another IIS/Tomcat Problem > i had this same problem a