Re: configure tomcat

2008-08-03 Thread Alessandro Ferrucci
Make sure none of the ports specified in conf/server.xml are being used. You can check this by running netstat -na | grep port if nothing comes up then the port is free. -- Signed, Alessandro Ferrucci On Sun, Aug 3, 2008 at 10:07 AM, Nadun Herath [EMAIL PROTECTED] wrote: I am a newbie

Re: configure tomcat

2008-08-03 Thread Alessandro Ferrucci
Well if something is listening on port 8080 when tomcat is not running, then that is the reason (port 8080 is already used), check tomcat logs under logs/catalina.out to see if there are any port conflict errors, or any other exceptions thrown at startup. -- Signed, Alessandro Ferrucci On Sun

Re: Hot deployment Using Tomcat

2008-08-01 Thread Alessandro Ferrucci
Yes, the issue is that windows is extremely picky about locked files and deleting those files, check the antiJARLocking and antiResourceLocking attributes. -- Signed, Alessandro Ferrucci On Thu, Jul 31, 2008 at 7:43 PM, Hassan Schroeder [EMAIL PROTECTED] wrote: On Thu, Jul 31, 2008 at 4:17

Re: Find out Who-I-Am for Realm User

2008-07-31 Thread Alessandro Ferrucci
, 2008 at 5:08 PM, Alessandro Ferrucci [EMAIL PROTECTED] wrote: What authentication method are you using? I'll take a wild guess at form. This thread provides a few workaround solutions for this: http://www.theserverside.com/discussions/thread.tss?thread_id=32033 I suggest looking

Re: Hot deployment Using Tomcat

2008-07-31 Thread Alessandro Ferrucci
This assumes that the manager application has been correctly configured for authentication, rarely the case. What did you mean by I cannot delete them unless until I stop the server. Is it some permissions issue? Why can't you delete those files? -- Signed, Alessandro Ferrucci On Thu, Jul 31

Re: Tomcat Newbie

2008-07-31 Thread Alessandro Ferrucci
This sounds like you're simply trying to deploy another webapp with the context root of /dev. Am I mistaken? or do you want to put a folder inside the arsys webapp called dev, but want dev to have its own context root? Please explain in more detail. -- Signed, Alessandro Ferrucci Does your

Re: WAR files updates not recognized by Tomcat

2008-07-30 Thread Alessandro Ferrucci
What version of tomcat are you running? Signed, Alessandro Ferrucci :) On Wed, Jul 30, 2008 at 10:46 AM, Torsten [EMAIL PROTECTED] wrote: Hi, when deploying a web application as a WAR archive the archive is automatically unpacked to a directory by tomcat but the WAR file stays

Re: Hot deployment Using Tomcat

2008-07-30 Thread Alessandro Ferrucci
@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Signed, Alessandro Ferrucci :)

Re: Find out Who-I-Am for Realm User

2008-07-30 Thread Alessandro Ferrucci
to entering the admin part. I am using Tomcat 5.5 on a linux box. Thanks. Sincerely Zhu, Guojun -- Signed, Alessandro Ferrucci :)

Re: jsp compile question

2008-07-29 Thread Alessandro Ferrucci
I would recommend making the jsp compilation part of your build cycle using jspc (jspc mojo plugin if using maven or just standard invocation of jasper's jspc.bat/sh if using ant Signed, Alessandro Ferrucci :) On Tue, Jul 29, 2008 at 5:47 PM, Martin [EMAIL PROTECTED] wrote: download TC-5.5.20

latest jk connector

2008-07-28 Thread Alessandro Ferrucci
be awesome. Thanks a lot Alessandro Ferrucci

Re: latest jk connector

2008-07-28 Thread Alessandro Ferrucci
ok sweet, then I've got the latest code in place :) thanks a bunch Alessandro Ferrucci On Mon, Jul 28, 2008 at 3:46 PM, Mark Thomas [EMAIL PROTECTED] wrote: Alessandro Ferrucci wrote: Hello folks, I'm getting contradictory information about which is the latest version of mod_jk