Internal Server Error on first couple requests

2001-08-16 Thread Mike Tinnes
connector sockets not being shutdown correctly, and if tomcat is killed and immediately restarted the connector is not immediately able to communicate. Has anyone else delt with this issue, and if so any remedies? Thanks, Mike -- -- | Mike

Default index page

2001-06-26 Thread Mike Tinnes
of web.xml in the virtual hosts WEB-INF directory, but this does not help. Do I need to disable the DirectoryIndex tag in Apache? Does tomcat even care about the virtual hosts web.xml? Thanks -- -- | Mike Tinnes | Ecliptic

Re: file upload issues

2001-01-20 Thread Mike Tinnes
ring file in FileDownload!"); return; } // Success ! Close streams. try { out.flush(); out.close(); in.close(); } catch (IOException e) { } } } [EMAIL PROTECTED] wrote: You spelt attachment wrong. You hav

file upload issues

2001-01-19 Thread Mike Tinnes
Hello everyone. I need a jsp which downloads a serverside image to a client and instead of simply displaying the image in the browser, I'd like it to popup a save-as dialog. I've read a few posts on a similar subject, but I can't get anything to work the way I need it to. I've tried the

Re: Database connection pooling with tomcat

2000-11-22 Thread Mike Tinnes
One thing I noticed with PoolMan is that you must have all the drivers for each configured database in the poolman.props file. In my instance I only wanted to use mySQL which required me to comment out the Postgres and Oracle configurations since I didn't have the drivers for them. My guess is

admin user/password

2000-10-24 Thread Mike Tinnes
Hello, How do I determine/change/etc. the username and password for the /admin security context? I've tried the username/passwords from the tomcat-users.xml file, but these must relate to something else. Thanks, Mike

RE: admin user/password

2000-10-24 Thread Mike Tinnes
Thanks for the reply, but it's still not cooperating.. I've added 'tomcat' to the web.xml with.. auth-constraint role-nameadmin/role-name role-nametomcat/role-name /auth-constraint but the login still fails after 3 attempts. I don't have to change the realm do I? -Original