Re: Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-06 Thread Arshad Mahmood
Can you attach the JSP you are using. And the precise location you have put FormBean.class (you should have compiled it already). Regards. - Original Message - From: John and Alicia Scott [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 05, 2002 10:58 PM Subject: Fw: Tomcat

RE: Tomcat 4.0.3-HTTP Status 500-Internal Server Error

2002-07-06 Thread Kevin Passey
Are you referencing the page as x.jsp or just That caught me out a couple of times. Additionally check the servlet entries in your web.XML file. Regards Kevin -Original Message- From: John and Alicia Scott [mailto:[EMAIL PROTECTED]] Sent: 05 July 2002 20:19 To: [EMAIL

Tomcat and WebDAV compatability

2002-07-06 Thread Fredrik Viklund
I have tested Tomcat 4.x with some webdav clients and had some depressing results. I can't get it to work with either DreamWeaver or GoLive. Basically, my question is Is it Tomcat, GoLive and DreamWeaver or myself that is not supporting WebDAV properly? * Macromedia Dreamweaver MX: Accessing

I fail to get green arrow for filter status.. IIS with Tomcat

2002-07-06 Thread Anoop Kumar V
hi, i know this issue has been raised many, many times, but i cdnt get anything from the archives. I am trying to configure IIS with Tomcat, and am following the very popular link (http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm).. but try as many times as i could. i fail to get a green

RE: Pooled JDBC Connections

2002-07-06 Thread Steve Ahlstrom
After much head scratching and misleading messages in the archive, lots of trial and error, and several bouts of cussing, I got pooling to work last night (using Tomcat 4.04 and mySQL). You need a jdbc driver (I'm using mm.mysql-2.0.14-bin.jar, obviously for mySQL). You also need

RE: I fail to get green arrow for filter status.. IIS with Tomcat

2002-07-06 Thread Andrew Conrad
Hey Anoop, Maybe I can try and help you. A couple of things we need to check before we move on. I need to know the size of your isapi_redirector.dll and the exact file name (some use isapi_redirect.dll) and the physical path to the file on your machine. I also need to know the version of

servlet(tomcat?) saves file in unwanted location

2002-07-06 Thread P.Ruijters
Hello, First question: = In one of my first servlets I want to save Form data in a file in the same directory as the servlet is running: ./classes/formdata.txt. When I use straight forward code to do this I find the file formdata.txt back NOT in the classes directory but in the

problem with tomcat 4.03 on Win2K

2002-07-06 Thread Karamjit (Nick) Singh
I am having a problem with Tomcat 4.03 on Win2K. I have installed the service manually according to the various posts using tomcat.exe. When I goto the Service control manager and start the service, it doesn't start. There are no logs being generated as well. I have the log levels set to 99 in

tomcat_4.0.4 + apache_2.0.39 + mod_jk2 (linux): a failed attempt

2002-07-06 Thread Daniel Farinha
This is the report of my attempt to install Apache 2, Tomcat 4.0.4 and link both together with mod_jk2. Please note my attempt was not successful. With 3 or 4 more days of searching the web I might have cracked it, but I don't have that much time and must settle with tomcat-4.0.3 + apache-1.3

RE: tomcat_4.0.4 + apache_2.0.39 + mod_jk2 (linux): a failed attempt

2002-07-06 Thread Andrew Conrad
You know that you could use mod_jk with Apache 2, correct? - Andrew -Original Message- From: Daniel Farinha [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 06, 2002 5:47 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: tomcat_4.0.4 + apache_2.0.39 + mod_jk2 (linux): a failed

Tomcat and static content

2002-07-06 Thread Kapil Sharma
Hi, I have got a problem. I am using apache 1.3.26+tomcat 1.3.1. Is there any way to know that apache is serving all static content like .html/.gif/.jpeg? My virtual host (in apache) is running very slow and images are breaking.. Please help? Cheers kapil -- To unsubscribe, e-mail:

Tomcat directory listing

2002-07-06 Thread Kapil Sharma
Hi, I am using tomcat 3.3.1 and apache 1.3.26. I read a lot about how to disable a directory listing but nine of them works? Still directory index is enable in tomcat context. I am able to disable it by changing auto/mod_jk.conf file. How can I do it automatically when the tomcat starts. kapil

RE: tomcat_4.0.4 + apache_2.0.39 + mod_jk2 (linux): a failed attempt

2002-07-06 Thread Daniel Farinha
Of course! I did read somewhere that you can use mod_jk, but I must admit after so many frustrating hours trying to make mod_jk2 work I forgot about that and was just about to go back to Apache 1.3. Thank you for reminding me, I have now linked tomcat4 and apache2 with mod_jk. Still, in order

RE: tomcat_4.0.4 + apache_2.0.39 + mod_jk2 (linux): a failed attempt

2002-07-06 Thread Luminous Heart
If you are able to get tomcat4 + apache2 to work with VirtualHosts; i.e domain2.com/app1 domain1.com/app2 but not domain2.com/app2 domain1.com/app1. If this seperation of VirtualHosts and Contexts worked for you, please ##PLEASE## let me know how you did it. I upgraded from apache1.3+tc2.3

Re: problem with tomcat 4.03 on Win2K

2002-07-06 Thread Joey Kovacs
you can go into the command prompt, its actually a long process From: Karamjit (Nick) Singh [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: problem with tomcat 4.03 on Win2K Date: Sat, 6 Jul 2002 14:09:27 -0700 I am having a problem with Tomcat

Apache2-Tomcat4 over port 21

2002-07-06 Thread Daniel Farinha
I've configured Virtual Hosts as you describe under apache1.3/tc2.3 as well, and they did work ok (i.e. no crossing of context), but haven't gone around doing it with apache2/tc4 yet. If I do crack it I'll let you know. My problem now is to make apache2 in one box speak with tomcat4 in another

Re: Tomcat directory listing

2002-07-06 Thread Lars Nielsen Lind
Kapil Sharma wrote: Hi, I am using tomcat 3.3.1 and apache 1.3.26. I read a lot about how to disable a directory listing but nine of them works? Still directory index is enable in tomcat context. I am able to disable it by changing auto/mod_jk.conf file. How can I do it automatically when the