[newbie] Error starting endpoint

2008-05-11 Thread sakari . aaltonen
I'm trying to install Tomcat 6.0.16 on a Linux machine running OpenSUSE 10.3, but cannot get past the "Error starting endpoint". Here is output from $CATALINA_HOME/logs/catalina.out: ### 12.5.2008 7:30:51 org.apache.c

Tomcat installation on Windows - different install directory than default

2008-05-11 Thread Doom Dog
I'd like to launch the Tomcat installation on Windows, silently, so that I can install it in a different directory than the usual \Program Files\Apache Software Foundation\Tomcat 5.5, is there a way of passing the alternate directory on the command line to the installer in silent mode? Than

Re: static method to get servlet context

2008-05-11 Thread Bill Barker
"Nilesh Bansal" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hi all, > > I want to know if Tomcat (servlet api) provides some way by which a > Java method can get session information or page context associated > with the current executing thread? > The short answer is no: Tomcat

Re: session.getMaxInactiveInterval() always returns default?

2008-05-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, [EMAIL PROTECTED] wrote: | Sorry - wrong title obviously... ... and wrong thread. Please post to a new thread instead of hijacking an old one. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with

static method to get servlet context

2008-05-11 Thread Nilesh Bansal
hi all, I want to know if Tomcat (servlet api) provides some way by which a Java method can get session information or page context associated with the current executing thread? Inside a JSP or a class implementing HttpServlet, one can easily get the page context and session information. But is t

RE: [newbie] Unable to find a javac compiler;

2008-05-11 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: RE: [newbie] Unable to find a javac compiler; > > What finally worked was restarting Tomcat (no, I don't know why.) Hmmm - that doesn't work for me on OpenSUSE. I'm still getting this error at startup: May 11, 2008 12:49:55 PM org.

RE: [newbie] Unable to find a javac compiler;

2008-05-11 Thread sakari . aaltonen
Lainaus "Caldarale, Charles R" <[EMAIL PROTECTED]>: As Hassan suggested, look in your logs. I just installed JSPWiki 2.6.2 on a Windows box without problem. However, when I did the same on an OpenSUSE system, the JSPWiki webapp died with "SEVERE: Error filterStart" and a couple of NullPointerE

Re: prevent directory list

2008-05-11 Thread Hassan Schroeder
On Sat, May 10, 2008 at 12:24 PM, Dave <[EMAIL PROTECTED]> wrote: > I tried to prevent directory listing by adding the following in web.xml, "adding"? That's in web.xml already, and the listings default is false in every TC version I've got laying around :-) Why do you think you need to "add" a