not enough memory to run Tomcat?

2001-11-01 Thread Bryan Murtha
Hello, I downloaded 3.2.1 on Linux, used the binary, and it says not enough free memory to run Tomcat. When I run startup.sh. Does anyone know the command line switch to start with more heap space? Thanks, Bryan __ Do You Yahoo!? Make a great

Attribute status has no value/Custom tag problem

2001-10-26 Thread Bryan Murtha
Please help, Keep getting Attribute status has no value when I try to pass it in directly, have to pass it to a variable and then pass it in but the application architect wants no Java code in the JSP, I know this can be done I just can't get it to work, only Using Tomcat 3.3 on Windows

jsp changes not reflected/ work dir ?

2001-07-16 Thread Bryan Murtha
Hello, OK, so I have a jsp page that has several jsp includes. I was having a problem with the changes being made in one of the includes being reflected in what I saw when I viewed the page through a browser. I tried touching all the files and restarting the server. I then deleted all of

foriegn characters turn to ? in database

2001-07-11 Thread Bryan Murtha
Hey All, We are accepting form submissions from users all over the world. The foriegn characters end up in Sybase looking like a ?. Does someone know how to deal with this? Regards, Bryan Original Message Follows From: Stefanos Karasavvidis [EMAIL PROTECTED] Reply-To: [EMAIL

Error 127 /usr/sbin/apxs when building mod-jk

2001-03-19 Thread Bryan Murtha
Please help, Does anyone know how to fix this? I am just out of ideas. ../jk/jk_ajp13_worker.c ../jk/jk_lb_worker.c ../jk/jk_sockbuf.c ../jk/jk_map.c ../jk/jk_uri_worker_map.c make: /usr/sbin/apxs: Command not found make: *** [mod_jk.so] Error 127 Thanks, Bryan Original Message

Re: NullPointerException

2001-03-13 Thread Bryan Murtha
I've posted this same question several times and no one has ever bothered to reply. I guess they don't know? Original Message Follows From: William Au Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: NullPointerException Date: Mon, 12 Mar 2001 16:08:03 -0500 I am running

java.lang.arrayIndexOutOfBoundsException

2001-03-02 Thread Bryan Murtha
Does anyone have any insight on how to correct the following error that is being generated everytime I try to send a request to Tomcat. It's running as a standalone server on :8080 on Redhat 7. ContextManager: error reading request, Ignored - java.lang.arrayIndexOutOfBoundsException thanks,

error reading request, Ignored - java.lang.arrayIndexOutOfBoundsException

2001-02-28 Thread Bryan Murtha
Hi, Does anyone have any insight on how to correct the following error that is being generated everytime I try to send a request to Tomcat. It's running as a standalone server on :8080 on Redhat 7. ContextManager: error reading request, Ignored - java.lang.arrayIndexOutOfBoundsException

Invalid Authorizaton

2001-02-26 Thread Bryan Murtha
I keep getting this error, I'm connecting to a mySQL database on the same Sun box as the webserver and Tomcat are running, I can use this same user/pass to connect through Perl DBI and everything is OK, but here I am told it's invalid. Have tried it using several different users, with no

FATAL:java.io.IOException: Address already in use

2001-02-16 Thread Bryan Murtha
I'm using RedHat 7 and have installed the tomcat rpm 3.2.1. When I try to start it says Address already in use. I changed all the port numbers within server.xml and still get the same error. I'm not sure what Address it is refering to. Does anyone know how to fix this? Regards, Bryan