Howto protect a webapp with a form quick and dirty

2003-06-26 Thread Bill Ataras
Keywords: auth form basic howto webapp security AuthType mod_auth I spent a bunch of time trying to get apache to do this with mod_auth/mod_jk in httpd.conf and couldn't. Also spent a bunch of time trying to get BASIC auth working for a webapp with tomcat running behind apache jkmounts and

sessions across browser insances (store cookie file on user machine?)

2003-06-17 Thread Bill Ataras
Is there any way to make your HttpSession live across a user's browser instances? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

file/dir creation from servlet wrong?

2003-06-16 Thread Bill Ataras
Running v4.1.24 on winxp. Using jdk1.4 Installed via the apache installation program jakarta-tomcat-4.1.24-LE-jdk14.exe From within a servlet the following code behaves weirdly: File fl = new File(blah/blah/blah); fl.mkdirs(); fl = new File(doh.txt); FileOutputStream out = new

file/dir creation from servlet wrong?

2003-06-14 Thread Bill Ataras
Running v4.1.24 on winxp. Using jdk1.4 Installed via the apache installation program jakarta-tomcat-4.1.24-LE-jdk14.exe From within a servlet the following code behaves weirdly: File fl = new File(blah/blah/blah); fl.mkdirs(); fl = new File(doh.txt); FileOutputStream out = new

RE: file/dir creation from servlet wrong?

2003-06-14 Thread Bill Ataras
dir. -Original Message- From: Bill Ataras [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 2:59 PM To: Tomcat Users List Subject: file/dir creation from servlet wrong? Running v4.1.24 on winxp. Using jdk1.4 Installed via the apache installation program jakarta-tomcat-4.1.24-LE-jdk14