servlet-mapping did not work UNIX, but works in Windows.

2002-04-19 Thread Katsuyuki Michishita
I use Turbo Linux 6.0 with Tomcat 3.2.2+Apache 3.1.12. When I locate to /admin/template/design/pagehandler, DesignPageHandler did not invoke for some reason. I try to use following xml, but did not work in Linux. I use Windows and it works ok.. I know for sure class file set ok, because

Re: getSession take too mush time.

2002-01-14 Thread Katsuyuki Michishita
, and I thank anyone for contributing either on this mailing list, or in the forum. From: "Katsuyuki Michishita" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 11, 2002 12:00 PM Subject: getSession take too mush time. request.getSession() take 5 second to execute the

getSession take too mush time.

2002-01-10 Thread Katsuyuki Michishita
request.getSession() take 5 second to execute the code. one of person answer me following: "is it tomcat? then it's because sessionids are computed by SecureRandom. First number takes about 5 seconds, thats normal" So this is happen only first time of execution? I do not have to worry this a day

Re: getSession take too mush time.

2002-01-10 Thread Katsuyuki Michishita
Is there any solution for not taking too much time like this? -Kats - Original Message - From: "Katsuyuki Michishita" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 11, 2002 12:00 PM Subject: getSession take too mush time. request.getSession() take 5 second

Re: getSession take too mush time.

2002-01-10 Thread Katsuyuki Michishita
: "Tomcat Users List" [EMAIL PROTECTED] Sent: Friday, January 11, 2002 3:18 PM Subject: RE: getSession take too mush time. But only first time call to request.getSession() takes a little bit long time. After that, it is pretty fast :) Raymond -Original Message----- From: Katsu

about servlet-mapping in web.xml file

2001-12-12 Thread Katsuyuki Michishita
Hi, I have a question about servlet-mapping. I have following code in "C:\tomcat\conf\web.xml." ... servlet-mapping servlet-name RequestHooker /servlet-name url-pattern *.jsp /url-pattern /servlet-mapping servlet-mapping servlet-name RequestHooker /servlet-name

Run more than two tomcat in one server

2001-12-11 Thread Katsuyuki Michishita
I am using Tomcat-3.2.3 on Windows 2000. For the testing pourpose, I 'd like to run 2 or more Tomcat servers on one machine. I have tested on the machine, but it's failed. Because it tries to use the directory where I specified in TOMCAT_HOME (C:\Tomcat in my case) when one of "startup.bat" is

Looking for RFC1867 base upload JAVA lib

2001-11-27 Thread Katsuyuki Michishita
Hi, I am looking for RFC1867 based upload lib. I developed upload functionality using famous Jason Hunter's examples of o'reilly book. However, The company would like to use the libs that apache.org hold. Is there anyone who know those library? Thanks, Kats

how to eliminate port number?

2000-12-20 Thread Katsuyuki Michishita
tomcat need to put port number 8080 in the URL, is there any way thatIdo not have to put 8080?

Is there anyway that we can extend session timeout

2000-11-23 Thread Katsuyuki Michishita
Is somebody have information for how to configure session timeout. I use Tomcat3.1. I belive I have to do something with server,xml.. but do not know how and where to configure it. Phone devise dose not have cookie, we dicided to extend timeout. If you have some other ways other than URL