RE: Testing tomcat with IIS installed

2002-11-14 Thread Jay Gardner
Hi Mary, By default tomcat installs on port 8080. Try http://localhost:8080 http://localhost:8080/ in your browser. Apparently, you have IE installed on your server running on port 80. --JG -Original Message- From: Powers, Mary E [mailto:Mary.Powers;pnl.gov] Sent: Tuesday, November 12,

RE: Tomcat and select multiple

2002-09-03 Thread Jay Gardner
On get or post should pass array of values with the name as the array identifier. The array values are loaded in the order in which they are found in your html. You can retrieve the array using Sting[] nameArray = getParameterValues(name); --Jay Gardner -Original Message- From: Josh G

RE: sweeping stale connections - Commons DBCP and Tomcat 4.1.9

2002-08-27 Thread Jay Gardner
/parameter or parameter nameurl/name valuejdbc:mysql://localhost:3306/javatest?autoReconnect=true/value /parameter If one is successful, please report back so that we know if it worked for you or not. Regards, --Jay Gardner -Original Message- From: Paul Phillips [mailto

RE: OUT OF MEMORY ERROR

2002-08-26 Thread Jay Gardner
some sort of predictable behavior, like it runs out of memory three days after a restart, etc... Could you give more info? Without it, we are just guessing. --Jay Gardner -Original Message- From: Patrick Codere [mailto:[EMAIL PROTECTED]] Sent: Monday, August 26, 2002 4:15 PM To: 'Tomcat

RE: Tomcat 4 Suse 8

2002-08-01 Thread Jay Gardner
I am running TC4.0.4 on SuSE 8.0 without problems. --JG -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 5:25 PM To: Tomcat Users List Subject: RE: Tomcat 4 Suse 8 Steve, I know it's possible. I mainly run Tomcat on W2K right now but

RE: tomcat doesn't find http://java.sun.com/dtd/web-app_2_3.dtd

2002-05-13 Thread Jay Gardner
Post the web.xml file. --JG -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 8:21 AM To: [EMAIL PROTECTED] Subject: tomcat doesn't find http://java.sun.com/dtd/web-app_2_3.dtd Hi, I've created a new context for my apps. All works fine but

RE: Tomcat Successes

2002-05-10 Thread Jay Gardner
? -Original Message- From: Jay Gardner [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 3:32 AM To: Tomcat Users List Subject: RE: Tomcat Successes Please do not high-jack threads this way. If you wish to ask a new question or make a new comment start your own thread. Thanks

RE: starting from jar vs. bat

2002-05-10 Thread Jay Gardner
Are you certain that TOMCAT_HOME is set correctly? Sorry if tomcat path below if a reference to TOMCAT_HOME. --JG -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 12:23 PM To: 'Tomcat Users List' Subject: RE: starting from jar vs. bat OS

RE: starting from jar vs. bat

2002-05-10 Thread Jay Gardner
Sorry, I meant CATALINA_HOME. -Original Message- From: Jay Gardner [mailto:[EMAIL PROTECTED]] Sent: Friday, May 10, 2002 10:32 AM To: Tomcat Users List Subject: RE: starting from jar vs. bat Are you certain that TOMCAT_HOME is set correctly? Sorry if tomcat path below if a reference

RE: Best practices for deployment?

2002-05-10 Thread Jay Gardner
This is cool! -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 09, 2002 4:00 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Best practices for deployment? On Thu, 9 May 2002, Sean LeBlanc wrote: Date: Thu, 9 May 2002 15:22:44 -0600

RE: Session Problem - URGENT!!!!

2002-05-10 Thread Jay Gardner
Hi Rajesh, Are you using JSP or servlet? In the JSP the session object is implicitly available to you. You do not need to set it up the same way that you do for a servlet. JSP Example: String myvalue = jgardner; session.setAttribute(username, username); Servlet Example: HttpSession session

RE: Loadbalancing....please Help!

2002-05-04 Thread Jay Gardner
Gabriel, I may be totally off base, but I thought that I had heard that this type of session management can only be done with URL re-writing and not cookies. This allows the session ID to be passed along with the request. Anyway, I have never done this, but since no one else seems to be

RE: How to force compilation of Jspz at startup

2002-05-04 Thread Jay Gardner
Is this so that everything is ready to go for the first user? If so, you could pre-compile you JSPs using jspc. I have done this in an ANT build script and have gotten it down to a two step process. You still have to manually add the generated servlet definitions and mappings to your web.xml

RE: JSP-pages and reloadable

2002-05-04 Thread Jay Gardner
I have run into similar problems before. It turned out to be one of two things. Either I had to force my browser to reload or I was making changes in a JSP that was an include for another JSP. I am sure you have tried the first. I don't know if the second is what you are doing, but if it is, you

RE: Upgrading to 4.1.x (I hope)

2002-05-03 Thread Jay Gardner
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.0-alpha/ --JG -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 10:45 AM To: Tomcat Users Mailing List Subject: Upgrading to 4.1.x (I hope) I've been looking on the Tomcat site to

RE: db connections and Abusive refresh

2002-05-01 Thread Jay Gardner
If you are not going to use MVC is there any reason why you can't do your database accesses at the top of your JSP and the put the results in variables to be output below in the page? Sorry, if I don't understand your question, but it sounded like you were holding a database connection open until

RE: My Tomcat server doesn't run??????

2002-04-25 Thread Jay Gardner
-Original Message- From: Suresh Akula [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 11:17 AM To: [EMAIL PROTECTED] Subject: RE: My Tomcat server doesn't run?? these are the steps i took 1)extracted jakarta-tomcat-4.0.3.zip onto D: drive 2)set environment variable

RE: Tomcat 4 jsp compiler error. Class in imported package notfound.

2002-04-25 Thread Jay Gardner
I don't know how much of this message is cut-n-paste, but it doesn't seem that the case of the class name is consistent all the way through your message. import=com.pdd.utils.ihra.IhraRoutines% class: /webapps/ihra/classes/com/pdd/utils/ihra/ihraRoutines.class --Jay Gardner -Original

RE: Servlet killing tracking

2002-04-24 Thread Jay Gardner
to validate whether you have an application deadlock. http://www.netbeans.org Best of luck, --Jay Gardner -Original Message- From: JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] ) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 10:44 AM To: Tomcat Users List Subject: Re: Servlet killing

RE: web.xml editor

2002-04-19 Thread Jay Gardner
I use Netbeans a lot. It has xml modules that allow you to interrogate DTDs. I guess nice fashion is somewhat subjective, but I like it. www.netbeans.org --Jay Gardner -Original Message- From: Alex Kachanov [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 7:37 AM To: Tomcat

RE: Configuration problems: mod_webapp with Tomcat 4.0.3 and Apache 2.0.35

2002-04-18 Thread Jay Gardner
Try localhost:8008 instead --Jay Gardner -Original Message- From: Jeffrey Bonevich [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 5:57 PM To: [EMAIL PROTECTED] Subject: Configuration problems: mod_webapp with Tomcat 4.0.3 and Apache 2.0.35 Ok, on to the next set of issues

RE: Money for Projects

2002-04-17 Thread Jay Gardner
Go away and don't come back!! -Original Message- From: Christopher Reed [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 12:00 PM To: [EMAIL PROTECTED] Subject: OT: Money for Projects Apologies in advance if this feels spammy. I have been working with a few folks on a

RE: Money for Projects

2002-04-17 Thread Jay Gardner
passing judgment. --Jay Gardner -Original Message- From: Dahnke, Eric [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 12:09 PM To: 'Tomcat Users List' Subject: RE: Money for Projects imo there's nothing wrong with what this person is putting together. what's the harm

RE: Money for Projects

2002-04-17 Thread Jay Gardner
O.K., my bad! I went and looked and this looks like a reputable site. I hope the money does indeed go to the right places. --Jay Gardner -Original Message- From: Jay Gardner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 12:15 PM To: Tomcat Users List Subject: RE: Money

RE: How to pre-compile JSP's ?

2002-04-10 Thread Jay Gardner
() seems to append a . for some reason. Anyway, has anyone else run into this?? I there something obvious that I am doing wrong? Is more info needed before someone can help me? Thanks in advance! --Jay Gardner -Original Message- From: Christophe Reynaud [mailto:[EMAIL PROTECTED]] Sent

tomcat 4.0 url authentication

2002-04-10 Thread Jay Gardner
Does TC4.X support http://username:[EMAIL PROTECTED]:8080/manager/list ? I want to authenticate to the realm this way, but it does not seem to work. --Jay Gardner

RE: Jspc i18n

2002-04-10 Thread Jay Gardner
Are all the correct characters in the .java files that jspc creates? --Jay Gardner -Original Message- From: Christian Bourque [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 12:49 PM To: Tomcat Users List Subject: Jspc i18n Hi ! I'm having a weird problem with JSPC. We

RE: Tomcat process takes 246M whereas total java heap is 127M

2002-04-09 Thread Jay Gardner
There are definitely memory leaks in javac. This is a problem when jspc compiles your jsp code in the same JVM as the TC server. --Jay Gardner -Original Message- From: Christophe Reynaud [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 12:52 PM To: Tomcat Users List Subject

RE: java.lang.ClassFormatError out of the Blue

2002-04-09 Thread Jay Gardner
Are you saying that the .class files are in a source control repository? If they are stored in CVS, make sure you check them out with the binary flag set. (-kb) If you don't do this your .class will probably be corrupted. --Jay Gardner -Original Message- From: hemant [mailto:[EMAIL

RE: alias

2002-04-08 Thread Jay Gardner
servlet-mapping servlet-namecontroller_welcome/servlet-name url-pattern/url/whatever/controller?event=WELCOME/url-pattern /servlet-mapping --Jay Gardner -Original Message- From: Paul Phillips [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 07, 2002 4:38 PM To: Tomcat Users List

RE: alias

2002-04-08 Thread Jay Gardner
-namecontroller_welcome/servlet-name url-pattern/logon/url-pattern /servlet-mapping -Original Message- From: Jay Gardner [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 1:43 AM To: Tomcat Users List Subject: RE: alias I think this is what you are after?? servlet servlet

RE: Problem building mod_webapp.so for Solaris 8

2002-04-08 Thread Jay Gardner
Start apache - Some people say that they have to wait up to 10 second before they start apache so that things work correctly. I hope that this will help you! --Jay Gardner Start apache -Original Message- From: Carol Oakes [mailto:[EMAIL PROTECTED]] Sent: Monday, April

RE: Manager App: 500 internal error

2002-04-08 Thread Jay Gardner
or update are off limits. Anyway, just trying to offer a possibility, Good luck, --Jay Gardner -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 8:24 AM To: [EMAIL PROTECTED] Subject: Manager App: 500 internal error Hello, I'm having trouble

Help with jspc

2002-04-08 Thread Jay Gardner
? Thanks in advance! --Jay Gardner

RE: alias

2002-04-07 Thread Jay Gardner
-mapping servlet-namecontroller/servlet-name url-pattern/login/url-pattern /servlet-mapping Don't worry about the query string being passed in to the servlet. That will be passed by the container from the jsp to the servlet. Hope this helps! --Jay Gardner -Original Message

RE: saving object

2002-04-07 Thread Jay Gardner
number in the sequence, then use that number as the key for my insert. --Jay Gardner -Original Message- From: Jay Gardner [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 07, 2002 12:02 AM To: Tomcat Users List Subject: RE: saving object What database are you using? -Original Message

RE: why does tomcat stop suddenly

2002-04-06 Thread Jay Gardner
Does your site contain a lot of JSP that is not pre-compiled??? I have had problems with the jspc jsp compiler running my machine out of memory before. Regards, --Jay Gardner -Original Message- From: Lalit Nagpal [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 11:20 PM

RE: saving object

2002-04-06 Thread Jay Gardner
What database are you using? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 06, 2002 9:15 PM To: Tomcat Users List Subject: Re: saving object I have done this with some row_id defined to be auto-insert on mysql. With auto-insert you know it