Which JDK version to use for Tomcat?

2000-12-03 Thread Robert B. Easter
I'm running Linux and so far have used Blackdown.org JDK 1.2.2 FCS with Tomcat 3.2 final. JDK 1.3.0 FCS is also available from blackdown.org. Are there any good reasons for upgrading or not upgrading to JDK 1.3.0? -- Robert B. Easter [EMAIL PROTECTED] - - CompTechNews

endless loop / jsp file

2000-12-03 Thread Bruno Raoult
Hi, I am using apache tomcat. I have some virtual hosts, defined like this: VirtualHost 1.2.3.4 ServerAdmin [EMAIL PROTECTED] DocumentRoot /zob ServerName www.zob.com ErrorLog /var/log/httpd-zob.error_log TransferLog /var/log/httpd-zob.access_log ApJServMount /servlets

Tomcat-Apache configuration (mod_jk)

2000-12-03 Thread Dave Emerson
I'm having a problem getting mod_jk to work for me. I've carefully followed all the steps in mod_jk-howto, tomcat-apache-howto, etc and I've had it all working in the past. Tomcat works fine via port 8080. Apache also seems to work fine. My configuration is: Win2K Apache 1.3.14 Tomcat 3.2

ServerSocketFactory

2000-12-03 Thread Mathew Thomas
When I run build.sh for tomcat, I get the error message that when trying to compile SSLSocketFactory, Class javax.net.ServerSocketFactory is not found in import. ServerSocketFactory does exist but it appears to be in a misplaced package/directory. Any ideas?? Mathew

Re: More Tomcat problems.

2000-12-03 Thread Endre Stølsvik
On Mon, 2 Oct 2000, Dave Smith wrote: | More Tomcat problems.Panagiotis, | | Are you using a try block around the code to catch SQLExceptions | in your development setup? | | This is what is happening: you are throwing an exception without | a handler. The jvm just unwinds to the top and drops

invoker servlet in Tomcat 3.2

2000-12-03 Thread Debra Mendelson, CCE
Is there a way to define an application that will run any named servlet if it can be found in the classpath, in Tomcat 3.2. In other words does the invoker servlet still exist, does it have a replacement, or does an application need to write their own (and has anyone written one)?

bug in tomcat 3.2 final??

2000-12-03 Thread Landaluze Produktions IS - Carlos
i am pùt the tomcat 3.2 final in linux Is ti very well but if i want to connect to a DB (MSsql server), in other pc.. if there is not the odbc object created in the MSsql server pc the tomcat crass!! turn off. the tomcat doesn't not show there normal error message it turn off. my answer is:

fdatasync and mod_jk + freebsd...

2000-12-03 Thread Edvard Fagerholm
I get an unresolved symbol (fdatasync) when trying to load mod_jk. I've checked through this list, and every solution regarding this problem has been to solaris etc. I tried all those solaris etc tricks but couldn't get it work, but what I found very strange is that there's not a single

Re: JDBCRealm problems 3.2

2000-12-03 Thread Craig R. McClanahan
Chris Fox wrote: I am uable to get a successfull login using basic authentication for jdbc realm. this was working for me in the tomcat 3.2 beta 6 for me but not in the final release. the output log for the ContextManager says the authentication is okay but the browser shows

Re: JDBCRealm problems 3.2

2000-12-03 Thread Chris Fox
You are correct sir! I had not commented that out. as soon as i did everything worked. In the past though I never commented it out either and it was working so i did not think about that as being the problem thanks again chris "Craig R. McClanahan" wrote: Chris Fox wrote: I am uable to

Re: request dispatch woes

2000-12-03 Thread Craig R. McClanahan
Alan Wright wrote: Hi I have an application working well under Tomcat 3.1 and am trying to get it to work under 3.2. I had a sort of MVC thing going with a main servlet handling all requests by handing off to specific controller servlets using requestDispatcher.Include(request, response)

Re: invoker servlet in Tomcat 3.2

2000-12-03 Thread Craig R. McClanahan
"Debra Mendelson, CCE" wrote: Is there a way to define an application that will run any named servlet if it can be found in the classpath, in Tomcat 3.2. In other words does the invoker servlet still exist, does it have a replacement, or does an application need to write their own (and has

Re: mod_jk vs. statically linked Apache

2000-12-03 Thread David Bussenschutt
It's something I'm interested in... do tell! THe only reason I have DSO enabled currently is for mod_jk.so (I have php,ssl, and all others statically compiled for speed increase) David. At 02:15 PM 12/2/00 +1100, you wrote: I've noticed that there aren't any instructions about compiling and

Cannot create bean of class

2000-12-03 Thread tony
Hi, all. I created a bean class and put it at "test/WEB-INF/classes/", I call it at a jsp file, the following meg was returned to me. can anybody tell me why?thanks in advance. Error: 500 Location: /test/jsp/testBean.jsp Internal Servlet Error: javax.servlet.ServletException: Cannot create

re: Class reloading...

2000-12-03 Thread John Brainard
Hey, Also, I feel this might be of importance: I compile all my classes (including beans, servlets and tags) on my web-server, so the time-stamp shouldn't pose much of a problem there. The only time I have noticed the time-stamp being a problem is with JSP pages written on my NT machine via

Re: Charset issues with multiple includes?

2000-12-03 Thread Mike Spreitzer
I haven't looked into this issue closely yet, but may soon. I have some evidence that suggests that with Tomcat 3.1 on AIX 4.3.3, when I have a charset specified in an explicit HTML head, Netscape 4.75 pays attention to that instead of a different charset specified in the HTTP headers. Good

RE: Charset issues with multiple includes?

2000-12-03 Thread Shashank Tripathi
HI Mike, Thanks for the note. We are using Tomcat 3.1. Regards Shanx | -Original Message- | From: Mike Spreitzer [mailto:[EMAIL PROTECTED]] | Sent: Sunday, December 03, 2000 7:24 PM | To: [EMAIL PROTECTED] | Cc: Mike Spreitzer | Subject: Re: Charset issues with multiple

Re: Cannot create bean of class

2000-12-03 Thread William Brogden
tony wrote: Hi, all. I created a bean class and put it at "test/WEB-INF/classes/", I call it at a jsp file, the following meg was returned to me. can anybody tell me why?thanks in advance. Error: 500 Location: /test/jsp/testBean.jsp Internal Servlet Error:

Can't start Apache with Tomcat

2000-12-03 Thread Cafe...
Hi, I have installed Tomcat 3.2 on Linux. I have been running Apache 1.3. I have the following line in httpd.conf. (I have the tomcat-apache.conf file copied to /home/tomcat from /home/tomcat/conf.) Include /home/tomcat/tomcat-apache.conf I cannot start Apache anymore. I was able to start

RE: Apache - tomcat...S.O.S!!

2000-12-03 Thread Graeme Wallace
Why do you need to run the jserv servlet engine in addition to the tomcat servlet engine. Which version of tomcat are you using and have you configured the two servlet engines to listen on different port numbers ? regards G -Original Message- From: Subha Gowri K V [mailto:[EMAIL

Tomcat and mod_jk virtual hosting

2000-12-03 Thread Keith Schacht
Hello all, I'm having a problem setting up virtual hosting with mod_jk and Tomcat. On my RedHat linux with apache 1.3x server. I've gone through all of the documentation and everything seems to work right. Tomcat works (i can do http://my-ip:8080 and view all the tests). I added the include

Tomcat 3.1 workers.properties file

2000-12-03 Thread Samo Kwee
Hi, Just some straight-forward question. Does workers.properties file work under Tomcat 3.1 with mod_jserv? If it does, anyone out there can send me a sample file? I am using Redhat 6.2 with apache 1.3.14. I have been tryin to get this work but seems like gettin nowhere close. Pls help.

Is the document tomcat-netscape-howto.html on NT platform?

2000-12-03 Thread Yan Peng
Dear Sir: I wonder if there is some document on UNIX platform in the WEB site http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/? Thanks!