Re: can't get "success" page on tomcat startup

2008-10-08 Thread Tim J Schumacher
system so will have to relay this one. Based on no errors showing up, that definitely seems like it is the problem. Will let you know after I test here. Thanks much, --Steve --- On Wed, 10/8/08, Tim J Schumacher <[EMAIL PROTECTED]> wrote: From: Tim J Schumacher <[EMAIL PRO

Re: can't get "success" page on tomcat startup

2008-10-08 Thread Tim J Schumacher
Is port 8080 open? I just went through this and had to use the fedora system config firewall script to open it. Tim steve kirby wrote: Hi, I had been building web products on a different Linux server, but that crashed, so I need to get apache tomcat going on a new Linux server. I'

Re: how to avoid multiple requests from the same client

2008-10-06 Thread Tim J Schumacher
We do this in our project by using the TokenProcessor in struts. Are you using struts by chance? -Tim colin_ wrote: mgainty wrote: you can implement single sign on access with SingleSignOn Valve ... ... http://tomcat.apache.org/tomcat-5.5-doc/config/host.html is this what you're

Re: User Directories and context.xml?

2008-09-05 Thread Tim J Schumacher
with a users public_html being outside the appbase? The documentation hinted that maybe when you use that Listener you only get the default context (see the link in my first post). Thanks! Tim Caldarale, Charles R wrote: From: Tim J Schumacher [mailto:[EMAIL PROTECTED] Subject: Re: User Di

Re: User Directories and context.xml?

2008-09-04 Thread Tim J Schumacher
onfig.html and the doc you originally referenced, it looks as though your original assumption is true - I guess "characteristics established by any DefaultContext" would include available environment entry resources. Paul. 2008/9/3 Tim J Schumacher <[EMAIL PROTECTED]>: Hi Paul,

Re: User Directories and context.xml?

2008-09-03 Thread Tim J Schumacher
host (as you've described it) and ~/public_html/myapp is the docBase of your application. Paul. 2008/9/3 Tim J Schumacher <[EMAIL PROTECTED]>: Hello, I am running suse linux, java version "1.6.0_06", tomcat 6.0.16 and I have the Listener for user directories configured so I

User Directories and context.xml?

2008-09-02 Thread Tim J Schumacher
Hello, I am running suse linux, java version "1.6.0_06", tomcat 6.0.16 and I have the Listener for user directories configured so I can access webapps at eg: localhost/~myUserName. All was working great until I tried to configure a jdbc data source in my public_html/META-INF directory