Re[2]: Reverse DNS lookup

2001-07-06 Thread wire
Friday, July 06, 2001, 7:02:45 AM, [EMAIL PROTECTED] wrote: RL The InetAddress...getHostName() call will use the DNS databases. RL For most computers, however, this won't return anything useful. That is not true. Most of US IPs have PTR records. That includes your own IP, that you

Re: creating a instance of a servlet: takes too long!!

2001-07-06 Thread wire
Friday, July 06, 2001, 5:01:37 AM, [EMAIL PROTECTED] wrote: ps Greetings, ps why is that my servlet when the first time is invoked, it takes about 30 ps seconds or more to start when the servlets that came in tomcat are ps instantaneous? After the servlet container instantiated and

Re: creating a instance of a servlet: takes too long!!

2001-07-06 Thread wire
If your servlet has changed and needs to be recompiled, then using jikes instead of javac will save a lot of time. Friday, July 06, 2001, 5:01:37 AM, [EMAIL PROTECTED] wrote: ps Greetings, ps why is that my servlet when the first time is invoked, it takes about 30 ps seconds or more to start

Re[2]: creating a instance of a servlet: takes too long!!

2001-07-06 Thread wire
Friday, July 06, 2001, 10:16:05 AM, [EMAIL PROTECTED] wrote: PD There's another reason for this and it has to do with the java.security.SecureRandom class. From what I can tell, tomcat uses this class to generate a seed value for the PD session ID. The first request for a SecureRandom value

Re: can't find tomcat.jar ? [solved]

2001-07-06 Thread wire
For the archives: this problem only occurs when using Jikes. By setting JIKES_PATH to include ...\lib\tomcat.jar the problem is solved. Friday, July 06, 2001, 12:05:30 AM, [EMAIL PROTECTED] wrote: wmc A fresh install of 3.3-m4 (with jdk1.4 on '98), and when I try to access a wmc jsp I get an

Re[4]: Reverse DNS lookup

2001-07-06 Thread wire
Friday, July 06, 2001, 12:15:19 PM, [EMAIL PROTECTED] wrote: RL The InetAddress...getHostName() call will use the DNS DW databases. RL For most computers, however, this won't return anything useful. That is not true. Most of US IPs have PTR records. That includes your own IP, that

Re: RES: filtering IP's on Tomact

2001-07-06 Thread wire
Friday, July 06, 2001, 1:08:12 PM, [EMAIL PROTECTED] wrote: JEdSJDO -BEGIN PGP SIGNED MESSAGE- JEdSJDO I think its impossible, since tomcat isnt a firewall.or even a webserver. It seems the most you can do is accept or deny from within the servlet, with getRemoteAddr(). JEdSJDO José

Re[2]: Problem with stopping Tomcat

2001-07-06 Thread wire
Friday, July 06, 2001, 2:47:01 PM, [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 3:10 PM To: [EMAIL PROTECTED] Subject: Re: Problem with stopping Tomcat I thought 3.2.2 could use AJP13 instead? Am

generic exceptions on startup

2001-07-05 Thread wire
This is a partial list of exceptions that I'm getting at startup (Win 98, 3.2.1). Anybody know what's going on? TOMCAT_HOME is properly set to C:\tomcat Not Apache nor IIS nor NS (whatever that is) are not involved in my setup at all. Thanks. java.lang.Exception at

Re: Remove DNS lookup

2001-07-05 Thread wire
Thursday, July 05, 2001, 11:35:55 PM, [EMAIL PROTECTED] wrote: DW Is there a class that can do a reverse DNS lookup, giving me the hostname DW that matches a given IP address? I'm able to retrieve the IP address of an DW HTTP request just fine using request.getRemoteAddr() (and

can't find tomcat.jar ?

2001-07-05 Thread wire
A fresh install of 3.3-m4 (with jdk1.4 on '98), and when I try to access a jsp I get an error on finding C:\tomcat\lib\tomcat.jar. And C:\tomcat\lib\tomcat.jar does exist. Thanks for any help. org.apache.jasper.JasperException: Unable to compile Found 2 system errors: *** Error: Could not find

Re[2]: Does Tomcat needs jdk 1.2.2

2001-07-03 Thread wire
Tuesday, July 03, 2001, 9:35:59 AM, [EMAIL PROTECTED] wrote: EBN Thanks Randy, EBN Can you please direct me to the place were SUN says that tools.jar may not EBN be redistribute? Sun only lets you distribute the JRE. You couldn't distribute the jdk if you wanted to. Note: you might be able