Re: Apache 2, Tomcat 4 and mod_jk2

2002-04-28 Thread costinm
On Sun, 28 Apr 2002, Michael Delamere wrote: I think another point of confusion is what future mod_jk is going to have. I´ve read a lot about the future of this connector lately and it appears that a lot of work is taking place right now in order to get mod_jk2 running stable and to improve

Apache+tomcat Integration....Confused....

2002-04-28 Thread Zineddine Reggani
I am running Apache on Win2k and trying to use Apache with Tomcat. What should I choose mod_jk, mod_webapp or mod_proxy? And what are the advantages/disadvantages of these implementation?

Urgent (SecurityManager and Tomcat services and Runtime.getRuntime().exec ) ??

2002-04-28 Thread Tarek gh
Hi, i installed Tomcat4.03 on windows 2000 advanced server. if i have in my jsp code : % Process p=Runtime.getRuntime().exec(Myexe) or Process p=Runtime.getRuntime().exec(cmd Myexe) or Process p=Runtime.getRuntime().exec(c:\\winnt\\system32\\cmd Myexe)

Configuring Apache 2.0.35 and TomCat 4 under WinXP Server

2002-04-28 Thread Frederick Aubert
Hi, Continuing the saga... Extract of my httpd.conf: ... LoadModule webapp_module D:/Server/Apache Group/Apache2/modules/mod_webapp.so ... Here is the debug error I get: Syntax error on line 174 ... LoadModule takes two arguments, ... It seems to me I have two arguments, am I missing

Re: Configuring Apache 2.0.35 and TomCat 4 under WinXP Server

2002-04-28 Thread Jeffrey Bonevich
You actually have three arguments ;-) Get rid of the whitespace in your module path and try again. jeff Frederick Aubert wrote: Hi, Continuing the saga... Extract of my httpd.conf: ... LoadModule webapp_module D:/Server/Apache Group/Apache2/modules/mod_webapp.so ... Here is the

Re: Configuring Apache 2.0.35 and TomCat 4 under WinXP Server

2002-04-28 Thread Scott Ahten
Frederick, One thing i've found by trial and error is that most Tomcat and Apache config files don't like paths with spaces in them. This is somewhat confusing since the win32 installers create directories with spaces in them by default. You're probably much futher along than I am, but in my

installation: jsp/servlet version check

2002-04-28 Thread melampo
Hi there! I would like to install Tomcat on Linux redhat 6.2 . Does anybody know how to check out if I have the JSP and Servlet engine already installed on my system? And how can I check out the version number? What if I install Tomcat version 4.0.3 onto a 2.2/1.1 Servlet/JSP Implementation?

Tomcat 4??? and Apache2

2002-04-28 Thread Anthony W. Marino
For the best integration results with Apache2 using mod_jk?/mod_webapp and jdk1.4, what drop/realease of Tomcat 4.0x-4.1 is recommended? Thank You, Anthony -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Which Connectors?

2002-04-28 Thread Anthony W. Marino
I'm confused with the state of the connectors available for Apache2/Tomcat integration. Could someone, please, shed some light on this. The following is some of what I've read/interpreted from messages on this list: mod_jk: Unstable mod_jk2:Bleeding edge for development purposes only

Re: Which Connectors?

2002-04-28 Thread Michael Delamere
Hi! As far as I have heard mod_jk appears to be unstable with apache2 and as you said mod_jk2 is heavily in development. That leaves us with mod_webapp (for now). From what I gather from the last posts (especially from Costin who amongst others is developing the mod_jk2 connector), it doesn´t

is not a servlet problem

2002-04-28 Thread Tevfik Aytekin
Hi, I have looked at many places but I could not solve my problem. I have migrated from tomcat 3.3 to tomcat 4.0.3 But my servlets which are working under tomcat 3.3 do not work under tomcat 4.0.3 The example servlets under tomcat 4.0.3 are working properly by the way. The following error is

Tomcat 4.04b2 and Poolman2.04

2002-04-28 Thread Louis Voo
Hi, I have a problem with using poolman and tomcat. I already put all = the jar files into my classpath, but poolman still can't find my db2 = jdbc driver. Where I need to put the db2jdbc driver? Louis -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Role bug in form based login: bug 8607.

2002-04-28 Thread David Farb
I have found what I think is a bug in form based login. A user who is in the user database attempts a valid login, but the role of the user does not match one of the roles of the protected area. This has been mentioned a couple of times before in e-mails on this list, but has never been filed as

Servelt Contexts handled differently when using HttpConnector and WarpConnector

2002-04-28 Thread Abraham Fathman
I have noticed a difference between the HttpConnector and the WarpConnector while using tomcat 4.0.2. From the 2.3 spec: SRV.3.6 Multiple Hosts and Servlet Contexts Web servers may support multiple logical hosts sharing one IP address on a server. This capability is sometimes referred to as

MYsql mm driver and Tomcat 4.0.4

2002-04-28 Thread Adrian
I am using the mm JDBC driver to connect to a mysql from Tomcat. I receive no errors bu also no results. The servlet has privilleges because I can use the mysql client as servlet to connect. The jar file is in my classpath , and I added it to the Tomcat directory under lib/ then I tried it

Re: Tomcat 4.04b2 and Poolman2.04

2002-04-28 Thread @Basebeans.com
Subject: Re: Tomcat 4.04b2 and Poolman2.04 From: Vic Cekvenich [EMAIL PROTECTED] === Put all the jar files in lib folder of your web app. Put the poolman.xml in classes folder. Vic Louis Voo wrote: Hi, I have a problem with using poolman and tomcat. I already put all = the jar files

RE: is not a servlet problem

2002-04-28 Thread Tevfik Aytekin
I have installed tomcat-4.0.1 No problems. There should be something wrong with tomcat-4.0.3 TA. -Original Message- From: Tevfik Aytekin [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 28, 2002 10:19 PM To: [EMAIL PROTECTED] Subject: is not a servlet problem Hi, I have looked at many

Connection pool behaviour

2002-04-28 Thread Johannes Wolfgang Woger
Hi, I am using tomcat401 and PoolMan21b1 and it works all fine, except that the ResultSet is not refreshed even when cacheEnabled is put to false. If I delete all data from the table (Database=InterBase,Driver=InterClient) externally with isql (sort of sqlplus in Oracle) all rows get written back

[Fwd: Object Not Found.. Tomcat won't connect]

2002-04-28 Thread David A. Bartmess
-Forwarded Message- From: David A. Bartmess [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Object Not Found.. Tomcat won't connect Date: 28 Apr 2002 10:36:06 -0600 I've setup Tomcat 4.0.3 on top of Apache 2.0.35, and modified the httpd.conf as the documentation says. I downloaded

How do you use j_security within in a servlet?

2002-04-28 Thread Hillel Bilman
Dear Tomcat Guru's All the references on j-security_check I can find is from the Servlet 2.3 Specification and here is all I found: form method=”POST” action=”j_security_check” input type=”text” name=”j_username” input type=”password” name=”j_password” /form How do you use j_security in a

Re: [Fwd: Object Not Found.. Tomcat won't connect]

2002-04-28 Thread adrianthiele
David A. Bartmess wrote: -Forwarded Message- From: David A. Bartmess [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Object Not Found.. Tomcat won't connect Date: 28 Apr 2002 10:36:06 -0600 I've setup Tomcat 4.0.3 on top of Apache 2.0.35, and modified the httpd.conf as the

Re: Which Connectors?

2002-04-28 Thread Anthony W. Marino
What about the performance issues with mod_webapp? Is it best that we either use Apache 1.3x/TC4/mod_jk or TC4x standalone for the best performing solution? Anthony Hi! As far as I have heard mod_jk appears to be unstable with apache2 and as you said mod_jk2 is heavily in development.

RE: mod_jk1.2.0 with Apache2.0.35 on Solaris8

2002-04-28 Thread Steve Wong
Hello, I have changed those configuration files to the same as yours. But still don't work. Don't know will it because that my mod_jk.so has problem or not. I use ant to make the mod_jk.so from the jakarta-tomcat-connectors-4.0.2-01-src When making, everything is fine except that I need to do

RE: Tomcat, Postgres, JDBC, Blackdown 1.3.1, IE: No impact, no idea!

2002-04-28 Thread Greg Trasuk
Hello Colin: My hypothesis in this case would be that the servlet is encountering some error during processing of the query or the output processing (which may not be actually associated with Postgres, hence the query works when you hardcode it), which causes the servlet to throw an

RE: Stopping directory indexing

2002-04-28 Thread Vinay Singh
Allen, There should be a tag called ContextManager. I have not seen Linux version of server.xml but if you find this tag insert the child tag RequestInterceptor as shown in following lines - ContextManager debug=0 workDir=work showDebugInfo=false RequestInterceptor

RE: Loadbalancer connector Question

2002-04-28 Thread Vinay Singh
what platform I could get sticky session loadbalancing working with following - 1) Sun Solaris 8 2) Tomcat 3.2.3 3) Apache 1.3.20 with DSO 4) mod_jk Let me know if I can help you !! Vinay -Original Message- From: Gabriel Maffia [mailto:[EMAIL PROTECTED]] Sent: Saturday, April

RE: Apache+tomcat Integration....Confused....

2002-04-28 Thread Vinay Singh
As far as I know - 1) mod_webapp is latest and will continue to evolve 2) mod_jk will not see any future enhancements and will have only bug fixes 3) sticky session load balancing works fantastically on solaris (8) with mod_jk (BIG PLUS) 4) for load balancing with mod_webapp you have to use