RE: I admit it -- I'm too lazy to read the documentation

2001-09-06 Thread Cory Powers
Don't forget that you need to be root to open ports below 1024 for listening on Linux. -Original Message- From: Curtis Dougherty [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 4:39 PM To: '[EMAIL PROTECTED]' Subject: RE: I admit it -- I'm too lazy to read the documentation

RE: Is someone attempting to hack my server's tomcat 3.2.3?

2001-08-06 Thread Cory Powers
Try this link http://aris.securityfocus.com/alerts/codered2/ -Original Message- From: Jeff Rancier [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 8:42 AM To: [EMAIL PROTECTED] Subject: RE: Is someone attempting to hack my server's tomcat 3.2.3? I am seeing similar messages.

RE: Problems when connecting JSP and Oracle

2001-08-01 Thread Cory Powers
enclose the username and password variables in quotes String username=user_xx; String password=xxx; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 11:24 AM To: [EMAIL PROTECTED] Subject: Problems when connecting JSP and Oracle

RE: image resize

2001-07-31 Thread Cory Powers
I'm not sure, but there is good info on working with images on the jguru site. Try http://www.jguru.com/faq/home.jsp?topic=Media -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 11:13 AM To: [EMAIL PROTECTED] Subject: image resize Hi,

FW: Tomcat Frames

2001-07-20 Thread Cory Powers
in between (a router or proxy) that is misbehaving. * You have some completely separate connection attempts going on that are disobeying the HTTP protocol (such as doing a telnet connection to port 8080 and then disconnecting). Craig On Wed, 18 Jul 2001, Cory Powers wrote: That is what

RE: Tomcat Frames

2001-07-20 Thread Cory Powers
I have forwarded 2 responses I got on the dev list to this list. For me the problem is related to a JavaScript I have in one frame that reloads the other one. Now, this should not cause any problems because there is no loop involved but, it does. If I remove that JavaScript line before I change

RE: Tomcat Frames

2001-07-20 Thread Cory Powers
frame. Perhaps this could be the cause. What exactly did you do about it? Thanks for all the info. I really appreciate all your help. Val - Original Message - From: Cory Powers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 20, 2001 10:44 AM Subject: RE: Tomcat Frames I

RE: do i need ant to develop jsp pages with tomcat?

2001-07-19 Thread Cory Powers
Ant is such a powerful tool that I not only use it to compile and distibute my source but, I've started using to do automated tasks in Widows such as, backing up my source code. Try it, it can really make your life easier. -Original Message- From: Jim Cheesman [mailto:[EMAIL PROTECTED]]

RE: Class reloading

2001-07-19 Thread Cory Powers
I thought that was what the realoadable setting in server.xml was supposed to do. Of course, I've never got it to work... Context path=/examples docBase=webapps/examples crossContext=false debug=0 reloadable=true

RE: Unable to start tomcat server

2001-07-19 Thread Cory Powers
Put the following lines in your autoexec.bat file set JAVA_HOME=c:\jdk1.3.1 set TOMCAT_HOME=C:\tomcat change the paths to fit your system. Cory -Original Message-From: Manish Pradhan [mailto:[EMAIL PROTECTED]]Sent: Thursday, July 19, 2001 1:56 PMTo: [EMAIL

RE: tomcat and oracle 8.1.6 for linux

2001-07-18 Thread Cory Powers
You can download the current Oracle drivers from otn.oracle.com, you must sign up for a free ID. Go to http://otn.oracle.com/tech/java/sqlj_jdbc/ for all the JDBC drivers. I use the pure Java drivers designed for JDK 1.2.x with my installation. I am running 8.1.7 and JDK 1.3. Cory

RE: :80 x :8080

2001-07-18 Thread Cory Powers
Stop Apache and edit your server.xml file in $TOMCAT_HOME/conf, replace 8080 with 80 and restart tomcat. -Original Message- From: applein [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 9:19 AM To: [EMAIL PROTECTED] Subject: :80 x :8080 How to setup my linux box running

RE: IIS Redirect Issue

2001-07-18 Thread Cory Powers
Sounds like a filesystem premission thing, Do you need to add the IUSR_MACHINENAME Account file access permissions in the tomcat dirs? -Original Message- From: Josh Kuebel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 11:47 AM To: [EMAIL PROTECTED] Subject: IIS Redirect Issue

RE: JDK 1.3.0...

2001-07-17 Thread Cory Powers
Or go to the archive at http://java.sun.com/products/archive/index.html -Original Message- From: Everitt, Andrew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 10:35 AM To: '[EMAIL PROTECTED]' Subject: RE: JDK 1.3.0... All olg JDKs are available on the Sun site, you just have

RE: Tomcat Frames

2001-07-16 Thread Cory Powers
to be loading correctly now every time, regardless of how often I refresh them. Val - Original Message - From: Cory Powers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 13, 2001 11:34 AM Subject: Tomcat Frames I saw an earlier post that described the exact same problem I was having

RE: Tomcat Frames

2001-07-16 Thread Cory Powers
waiting on a response. Cory -Original Message- From: Cory Powers Sent: Monday, July 16, 2001 9:16 AM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat Frames I'm not opening any resources on these frame pages, I am only using a couple of application scope beans that always remain open. I did

RE: Problems with install

2001-07-16 Thread Cory Powers
It should be loaded and running at that point. run this to make sure it is. ps ax | grep tomcat you should get a list of about 15 or so processes. Cory -Original Message- From: Mike Sanders [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 12:06 PM To: [EMAIL PROTECTED] Subject:

RE: Problems with install

2001-07-16 Thread Cory Powers
and the second was the grep... I thought that jserv was causing this problem before but now it is not installed and the same error is appearing! - Original Message - From: Cory Powers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 16, 2001 12:19 PM Subject: RE: Problems with install

Tomcat Frames

2001-07-13 Thread Cory Powers
I saw an earlier post that described the exact same problem I was having with Tomcat 3.2.2 Final and Tomcat 4.0b5 but, I have not seen a response yet. I have made a bug report in Bugzilla with no response from there either. Here is the problem once again... I have an index.html file that