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

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,

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

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 Ferruc

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

2008-07-31 Thread Alessandro Ferrucci
to learn about this j_security. Honestly, I am not fully > understand what you say in the second part. I know basic java stuff and > know basic things about writing JSP web application and a little servlet. > Where should I start to learn these? Thanks. > > Sincerely > Zhu, Guoju

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

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

Re: Hot deployment Using Tomcat

2008-07-30 Thread Alessandro Ferrucci
http://www.nabble.com/Hot-deployment-Using-Tomcat-tp18743255p18743255.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Signed, Alessandro Ferrucci :)

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 WA

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: &g

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 informat

latest jk connector

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