Re: tomcat5.5 does not start

2008-12-05 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Terrence Brannon wrote: > there is no manager role in tomcat-users.xml ... should I also add > that... Yes. Something like this will do: > the admin webapp is highly useful for deploying .war files No, that's the manager webapp. That one i

Re: tomcat5.5 does not start

2008-12-05 Thread Terrence Brannon
Marcus Better wrote: I cannot login into the Tomcat admin panel... and /usr/share/doc/tomcat5.5-admin does not have any information about the default username/password for it There is no default username/password, and it's documented in /usr/share/doc/tomcat5.5/README.Debian. there is

Re: tomcat5.5 does not start

2008-12-05 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Terrence Brannon wrote: >>> [EMAIL PROTECTED]:/usr/share/tomcat5.5/bin# ./startup.sh >> You should probably not be using that. There is a startup script in >> /etc/init.d, it should get launched on boot. > I see, perhaps the docs should say that sort

Re: tomcat5.5 does not start

2008-12-05 Thread Terrence Brannon
Marcus Better wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Terrence Brannon wrote: For some reason, tomcat5.5 will not start on port 8180 as documented. What version are you using? the debian/stable version [EMAIL PROTECTED]:/usr/share/tomcat5.5/bin# ./startup.sh

Re: tomcat5.5 does not start

2008-12-05 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Terrence Brannon wrote: > For some reason, tomcat5.5 will not start on port 8180 as documented. What version are you using? > [EMAIL PROTECTED]:/usr/share/tomcat5.5/bin# ./startup.sh You should probably not be using that. There is a startup script i

Re: tomcat5.5 does not start

2008-12-05 Thread Terrence Brannon
Alex Samad wrote: On Fri, Dec 05, 2008 at 04:17:21AM -0500, Terrence Brannon wrote: Alex Samad wrote: On Thu, Dec 04, 2008 at 10:35:42PM -0500, Terrence Brannon wrote: For some reason, tomcat5.5 will not start on port 8180 as documented. what does a netstat -panel | grep 8180 rel

Re: tomcat5.5 does not start

2008-12-05 Thread Alex Samad
On Fri, Dec 05, 2008 at 04:17:21AM -0500, Terrence Brannon wrote: > Alex Samad wrote: >> On Thu, Dec 04, 2008 at 10:35:42PM -0500, Terrence Brannon wrote: >> >> For some reason, tomcat5.5 will not start on port 8180 as documented. >> >> >> >> what does a netstat -panel | grep 8180 releveal okay

Re: tomcat5.5 does not start

2008-12-05 Thread Terrence Brannon
Alex Samad wrote: On Thu, Dec 04, 2008 at 10:35:42PM -0500, Terrence Brannon wrote: For some reason, tomcat5.5 will not start on port 8180 as documented. what does a netstat -panel | grep 8180 releveal [EMAIL PROTECTED]:~/bin# cat tomcat #!/bin/bash -x export JAVA_HOME=/usr/lib/jvm/j

Re: tomcat5.5 does not start

2008-12-04 Thread Alex Samad
On Thu, Dec 04, 2008 at 10:35:42PM -0500, Terrence Brannon wrote: > [ resending using email subscribed to list ] > > For some reason, tomcat5.5 will not start on port 8180 as documented. > [snip] > JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.14/ > [EMAIL PROTECTED]:/usr/share/tomcat5.5/bin# ./sta

tomcat5.5 does not start

2008-12-04 Thread Terrence Brannon
For some reason, tomcat5.5 will not start on port 8180 as documented. I am running Debian/etch [EMAIL PROTECTED]:/usr/share/tomcat5.5/bin# env | grep JAVA JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.14/ [EMAIL PROTECTED]:/usr/share/tomcat5.5/bin# ./startup.sh Using CATALINA_BASE: /usr/share/to

tomcat5.5 does not start

2008-12-04 Thread Terrence Brannon
[ resending using email subscribed to list ] For some reason, tomcat5.5 will not start on port 8180 as documented. The log has nothing to say. But the named pipe (/var/log/tomcat5.5/out) does get written to when startup.sh is invoked. I am running Debian/etch [EMAIL PROTECTED]:/usr/share/to