Re: simple way to spawn new threads in jsp?

2001-04-14 Thread Kris Gonzalez
is there a way to embed this at a certain point within a jsp, or do i have to call a precompiled class which uses the technique below? thanks! Warren Crossing wrote: hey, theres no ultimatley easy way.. but thank duke for inner classes.. so you can.. new Thread

problem with mysql when running tomcat as a service

2001-04-14 Thread Tushar
Hi, When i try to run tomcat as a service and then try to access a mysql database it does not access the database... but if i start tomcat by the following command tomcat start it starts in its usual way and runs absolutely fine...i can retrieve all the values and the whole code runs

Re: j_security_check

2001-04-14 Thread eric leung
i am using VPN. it works on normal network connection. is that matter? --- eric leung [EMAIL PROTECTED] wrote: Hi, i had set up Form authentication in tomcat. I used apache 1.3.17 + tomcat 3.2.1. And i added this line --- JkMount

Re: Auth bug in 3.2.1?

2001-04-14 Thread Marc Palmer
Hi Marc, I saw this problem in 3.2.1 as well - I made a fix for it in the tomcat that ships with the Borland AppServer but couldn't get anyone to comment on the fix in the main code-line (essentially I'm not a commiter so couldn't submit the fix) Hi Thom, Thanks for the info. Can someone

mod_jk.so vs mod_jk.dll for Win32 and Apache 1.3.19

2001-04-14 Thread Ellis Teer
I currently use Apache1.3.14 + Tomcat 3.2.1 + mod_jk.dll on Win32. I recently tried to upgrade to Apache 1.3.19.  When I try the LoadModule command in the server configuration file on mod_jk using the mod_jk.dll file the server would not start.  If I comment out that one LoadModule command the

Re: tomcat hangs on stop

2001-04-14 Thread Simon Brooke
On Friday 13 April 2001 21:55, you wrote: also, i am trying to get tomcat to a jar for jdbc. i've been placing it in different folders (/var/tomcat/lib) for it to find. i've had no luck. how can i determine which folder tomcat is looking to for jar files? Read the shell scripts. In this

RE: Question

2001-04-14 Thread Danny Angus
have you tried: ../tomcat.bat start ? -Original Message- From: George "Lifeguard" Flatman [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 14, 2001 7:25 AM To: [EMAIL PROTECTED] Subject: RE: Question I tried that and it kept saying it could not find the file specified.

ANN: Tool for converting JServ-style properties files to web.xml

2001-04-14 Thread Simon Brooke
Over the past few months we've been converting a considerable number of Web applications from Servlet 2.0 (JServ type) to Servlet 2.2 (Tomcat style). One of the major chores in doing this has been converting Servlet zone properties files into web.xml format, and so of course we've written a

Re: Question

2001-04-14 Thread Pae Choi
George, Try this and describe back to us. Someone will probably give you better answer. 1) From the command line, type the following as: echo %TOMCAT_HOME% 2) Provide the contents of both "startup.bat" and "tomcat.bat" under the directory, %TOMCAT_HOME%\bin\. Pae I have

RE: Question

2001-04-14 Thread George \Lifeguard\ Flatman
Yep, nothing worked. I finally realized that it wasn't going to work after following the docs so I went decided not to use Tomcat after spending 2 hours trying to figure it out. George G. Flatman CEO of The Edge Internet Radio Rock n Roll with an Attitude www.theedge2k.com -Original

Re: Auth bug in 3.2.1?

2001-04-14 Thread Rajesh A
I completely agree with Marc. This is a very serious problem and if I understand Thom's mail right, it affects ALL realms including SimpleRealm, JDBCRealm etc. I also request others using tomcat auth to revisit their applications and make sure users and roles are being assigned properly.

mod_webapp.so advice

2001-04-14 Thread Dan Sandberg
It seems to me that mod_webapp.so is not ready to be used. I've spent a lot of time trying to get it to work, and I can get it to work somewhat, but it doesn't seem to properly pass form fields from apache to tomcat. I was using Apache 1.3.14 with Tomcat 4.0b3. I used the mod_webapp.so from

Re: Problem in reflecting changes made on a JSP File

2001-04-14 Thread Sharail Affendi
Hi Siva , I'm trying to deploy Tomcat on NT, on which should lead to success, I shall continue to test tomcat on Aix... But even on NT I'm stuck. Could you help me out ? It just stops starting Apache Tomcat during the Catalina boot-up... why ? I'm running NT on Celeron and no other Web Server

Problem running tomcat embedded in jboss.

2001-04-14 Thread Todd Chaffee
I was running tomcat w/ apache with no problems and decided to try using jboss with embedded tomcat. I download the latest version (jboss 2.2 + tomcat 3.2.1) and am now get a mod_jk error any time I request a .jsp page: [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111

Apache+tomcat+Servlets+Postgresql

2001-04-14 Thread Juan Alberto Cirez
Hello there. Does anyone knows where I can find information about integrating Apache Tomcat Postgresql I know how to integrate Apache+tomcat+mod_jk What I want is information about adding POstgreSQL to the mix... Thanks --- Alberto

Re: Apache+tomcat+Servlets+Postgresql

2001-04-14 Thread Ansgar W. Konermann
Juan Alberto Cirez wrote: Hello there. Does anyone knows where I can find information about integrating Apache Tomcat Postgresql I know how to integrate Apache+tomcat+mod_jk What I want is information about adding POstgreSQL to the mix... What do you want do do with PG? Store a user

AddModule mod_jk.c

2001-04-14 Thread brian luk
Hi, can any one tell me what's difference between the 2: LoadModule jk_module libexec/mod_jk.so AddModule mod_jk.c i must load the jk module before i can connect to tomcat. I think tomcat works without AddModule mod_jk.c, what's AddModule mod_jk.c use for? No use? thanks. P.S.

Running Apache and Tomcat on different machines

2001-04-14 Thread kumar Vijayaratnam
Hi, Can anyone tell me how to setup Tomcat and Apache to run on separate physical server hardware. both will be running Rehdat Linux 6.2. Example of the required config file(s) would be appreciated (i.e. mod_jk.conf, workers.properties, httpd.conf, tomcat.conf and others as appropriate). I am

Re: AddModule mod_jk.c

2001-04-14 Thread Jeff Kilbride
Did you try the docs? http://httpd.apache.org/docs/mod/core.html#addmodule http://httpd.apache.org/docs/mod/mod_so.html#loadmodule --jeff - Original Message - From: "brian luk" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, April 14, 2001 2:16 PM Subject: AddModule mod_jk.c

Re: Auth bug in 3.2.1?

2001-04-14 Thread Jeff Kilbride
Hi Thom, Thanks for posting a solution! I was just about to start exploring JDBCRealms. Did you post this as a patch to the Tomcat-dev list? If not, that might be the best first step, since it looks like you've solved the problem. Who knows how long it will take for someone on the Dev side to

ARGH: Please help, Context not available, ;-(

2001-04-14 Thread Christian Parpart
Hi *, after installing Tomcat/4.0 beta 4-dev I got really really very exhausted. Everything work fine until I do not install any other virtual host to the localhost. Host name="www.myhost.com" Context path="" docBase="/home/myhost/public_web"/ /Host When I add this to the Standalong-Engine I

import javax.servlet compile error

2001-04-14 Thread Denis
Hi all I cannot compile the java program with the program header start with import java.io.* import javax.servlet.*; import javax.servlet.http.*; during the compilation, it stops with error at the above statement. I have make sure the classes are set under the correct path. Thanks!

RE: mod_webapp.so advice

2001-04-14 Thread Fox, the Balloon Fox
Hi there! I just wanted to say that while I myself haven't tried using mod_webapp, I've had great luck using mod_jk to connect Apache to Tomcat 4b. It worked great with ajp12 and 13 connectors on my win2k system. Fox, the Balloon Fox -Original Message- From: dan [mailto:dan]On Behalf

Re: import javax.servlet compile error

2001-04-14 Thread anil
Denis, may be typo. You do not have semi-colon on the first line. after import java.io.* anil Denis wrote: Hi all I cannot compile the java program with the program header start with import java.io.* import javax.servlet.*; import javax.servlet.http.*; during the compilation, it