RE: Tomcat 4.1.24 error

2003-04-04 Thread Wendell Holmes
le but are not being compiled into class files, hence the compile error, which seems to be from environment errors. Wendell Holmes, MCSE Edulog Testing Dept. xt. 3186 -Original Message- From: Christopher M. Zinn [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 11:33 AM To: Tomc

RE: setting up hosts file

2003-04-04 Thread Wendell Holmes
Edit the file "hosts" in c:\winnt\system32\drivers\etc by adding the following line: 127.0.0.1 www.domain.com Then, http://www.domain.com/examples should be directed to localhost. Wendell Holmes, MCSE Edulog Testing Dept. xt. 3186 -Original Message- From: Lior S

RE: PageContextImpl.handlePageException

2003-02-04 Thread Wendell Holmes
Are you meaning "Customer c = Customer.findCustomer(email);" or Customer c=customer.findCustomer(email); ?? Wendell Holmes, MCSE Edulog Testing Dept. xt. 3186 -Original Message- From: jsp [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003

RE: failing installation server.xml file

2003-02-12 Thread Wendell Holmes
Your default context is commented out [line 277 in your server.xml]. As you have it now, http://localhost:8080/examples should work, as there is a context for 'examples', but not for http://localhost:8080, the default context. Wendell Holmes, MCSE Edulog Testing Dept. xt. 3186 ---

RE: MY ATTITUDE

2003-02-13 Thread Wendell Holmes
given many more than his fair share of excellent ones already?". Did he use the money to buy a "membership" in "our little newsgroup" from a used bridge salesman? Wendell Holmes -Original Message- From: Barley [mailto:[EMAIL PROTECTED]] Sent: Thursday, February

RE: who can give me an example to to configure /myapps in tomcat4.1.18

2003-02-13 Thread Wendell Holmes
If you mean the servlet API, it's in the Tomcat \webapps\tomcat-docs\servletapi dir of your install. Wendell Holmes, MCSE -Original Message- From: Xiongfei Wang [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 3:33 PM To: Filip Hanik Cc: Tomcat Users List Subject: RE: wh

RE: (Query)Running Program on Tomcat

2004-04-20 Thread Wendell Holmes
? Wendell Holmes -Original Message- From: mohit agarwal [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 7:12 AM To: [EMAIL PROTECTED] Subject: (Query)Running Program on Tomcat Hello, Please help me come out of this problem. The environment i m having is: Operating System - Windows XP

need workers2.properties for multiple tomcats w/ same IP, diff po rts

2004-05-20 Thread Wendell Holmes
on the second tomcat instance. I'm using tomcat4.1.29 and IIS 5.0, all works okay for a single instance of tomcat. Thanks for any clues, Wendell Holmes Education Logistics, Inc. Missoula, MT - To unsubscribe, e-mail: [

Possible to forward a request to another server?

2004-05-27 Thread Wendell Holmes
n internal tomcat server. Basically, I just want to be able to do the equivalent to an Apache ProxyPass/ProxyPassReverse. Could this be done by writing a servlet to wrap the original request and forward on? Thanks Wendell Holmes, MCSE Education Logistics, Inc. 406 728-0893

RE: Possible to forward a request to another server?

2004-05-27 Thread Wendell Holmes
ginal Message- >From: Wendell Holmes [mailto:[EMAIL PROTECTED] >Sent: Thursday, May 27, 2004 1:49 PM >To: '[EMAIL PROTECTED]' >Subject: Possible to forward a request to another server? > >Is it possible to forward a request from one Tomcat server to another? I >

RE: newbie help please, localhost not found

2003-12-06 Thread Wendell Holmes
Have you checked to see if Tomcat is actually running? Type 'netstat' at a command prompt to see if there is a service listening on port 8080. If it's not there, try checking the logs. -Original Message- From: D. Gilbert [mailto:[EMAIL PROTECTED] Sent: Saturday, December 06, 2003 8:56 AM

RE: Newbie question

2003-12-11 Thread Wendell Holmes
Tomcat will not serve any files in WEB-INF or below that directly to a user, so that's probably why it's not in the dir listing. -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 9:55 AM To: Tomcat Users List Subject: Re: Newbie question Fir

RE: Not Redirecting (IIS6.0 - JWSDP1.3 with Tomcat5.0).

2003-12-23 Thread Wendell Holmes
Try changing the extension_uri to forward slashes -> /jakarta/isapi_redirect.dll Wendell Holmes Sorry for not quoting, but it bounced as too large for mailserver

RE: JSP not reloading

2003-12-23 Thread Wendell Holmes
Have you checked the tomcat \work folder to be sure the JSP was recompiled? Maybe try deleting the old compiled jsp files and see if they're regenerated correctly. -Original Message- From: Mike Curwen [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 23, 2003 10:49 AM To: 'Tomcat Users Lis

RE: mod_jk2/2.0.2 failure in Tomcat 5.0.16 / Apache 2.0.48

2003-12-23 Thread Wendell Holmes
If jkstatus works, then Apache is working with Tomcat, no? IIRC, the actual path to the jsp-examples is /webapps/examples/jsp-examples, so your uri mapping should be [uri:/examples/jsp-examples/*] I think. You should have an Apache error log that says 'file does not exist' where you tried to acc

Unclear on Host vs. Service concept

2004-01-23 Thread Wendell Holmes
nnector/Host elements for each client? Thanks for any help or pointers, Wendell Holmes Education Logistics, Inc.

RE: JDBC problems with MySQL

2004-03-16 Thread Wendell Holmes
I think with Tomcat 5.0.x, you need to put the context.xml file under /conf/Catalina/localhost as .xml -Original Message- From: Steve Gums [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 2:38 PM To: 'Tomcat Users List' Subject: RE: JDBC problems with MySQL The .cap file can be op

RE: Tomcat 4 losing session (may be related to Win XP)

2003-11-05 Thread Wendell Holmes
st via GET to the same servlet, same URL. The same app works fine on another Win2K server running Apache. The one that doesn't work is behind a proxy server doing proxypassdir's to map a URL to an internal IP. Could this be the problem, or is it an IIS thing? Wendell Holmes Educ

RE: Tomcat 4 losing session (may be related to Win XP)

2003-11-06 Thread Wendell Holmes
established that Tomcat is receiving two different sessionId values, then you can be sure there's a mixup somewhere else (and the more hands you've got in the cookie jar, the more chances someone else is screwing things up). >Wendell Holmes justin >-Original Message---

RE: Tomcat 4 losing session (may be related to Win XP)

2003-11-06 Thread Wendell Holmes
ionId values, then you can be sure there's a mixup somewhere else (and the more hands you've got in the cookie jar, the more chances someone else is screwing things up). >Wendell Holmes justin >-Original Message- >From: Justin Ruthenbeck [mailto:[EMAIL PROTECTED] &

Jasper error compiling some .jsp files

2003-11-13 Thread Wendell Holmes
s down, the javac.exe compiler instructions seem to be truncated after 1010 bytes. Is this a problem with the path being too long, or might this be a logger limitation? Thanks, Wendell Holmes Education Logistics, Inc. owh_at_edulog.com When I try to access one of these .jsp's I get the follow

How to set stack size in Tomcat 5 ?

2003-11-16 Thread Wendell Holmes
-Xss 1024k'. Is there a way to do this from the command line? I used to do it in Tomcat 4 by adding the switch to the default startup command that called java.exe, but it doesn't work using tomcat.exe. Thanks for any clues, Wendell Holmes Education Logistics, Inc. http://www.edulog.com wholmes_at_edulog.com

Tomcat crash from catalina.bat, but not from starting as NT Servi ce

2003-11-17 Thread Wendell Holmes
-Dsomethingelse. Thanks, Wendell Holmes Here's the exception trace: INFO: Server startup in 3125 ms WebQueryBean: executing the WebQueryBean constructor... An unrecoverable stack overflow has occurred. An unexpected exception has been detected in native code outside the VM. Unexpected Sig

RE: Connection failed from other computers

2003-11-18 Thread Wendell Holmes
Is there a firewall between the other computer and installedTomcat that might not allow traffic on 8088? Does Tomcat not start at all as an NT service, or does it have problems with .jsp files? Wendell -Original Message- From: LOU, YONGMING (SBCSI) [mailto:[EMAIL PROTECTED] Sent: Tuesd

RE: Tomcat Crashing

2003-11-19 Thread Wendell Holmes
Look for an error log named 'hs_err*.log' for a trace. It's usually dumped into the dir that TC starts from. Wendell -Original Message- From: Bender, Christopher [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 7:49 AM To: Tomcat Users List Subject: RE: Tomcat Crashing I am

RE: Installation problem

2003-11-19 Thread Wendell Holmes
To test that you've correctly set the paths, open a command window and type 'cd %java_home%'. This should put you in the java home dir. Then try 'cd %catalina_home%. If this puts you in the Tomcat home dir, you're good so far. Now, type 'catalina run'. This should start tomcat in the same wind

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-25 Thread Wendell Holmes
Looks like you've set up a worker for ajp12 instead of ajp13. >>[jk_ajp12_worker.c (242)]: Into >>jk_worker_t::get_endpoint Wendell -Original Message- From: Bhavdeep Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2003 7:21 AM To: Tomcat Users List Subject: Tomcat 4 - IIS