mod_rewrite Problem?

2002-02-04 Thread god
Hi, as I am Newbie in Tomcat,I have a big problem with Rewriting to tomCat from Apache. Please send me you suggestions if you can. I have installed Apache(with mod_rewrite) + Tomcat4 with mod_webapp. In httpd.conf my settings goes {Let us suggest that our server Name is test.com} Load

Re: J2EE 1.3 RI + Tomcat 4.0.1

2002-02-04 Thread Matthew
Hi Craig, I think it should be possible (access to EJBs from remote JVMs), else the distributable application would be impossible to make. Have a look at: http://forum.java.sun.com/thread.jsp?forum=31thread=50569 http://forum.java.sun.com/thread.jsp?forum=13thread=21591 The problem as I

R: Custom Realm Implementation

2002-02-04 Thread Renato Romano
OK !! In RealmBase the hasRole method looks for a Principal of class GenericPrincipal; by overriding this method everithing works fine !! Thanks a lot Renato -Messaggio originale- Da: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Inviato: venerdi 1 febbraio 2002 23.31 A: Tomcat Users

mod_rewrite Problem?

2002-02-04 Thread god
Hi, as I am Newbie in Tomcat,I have a big problem with Rewriting to tomCat from Apache. Please send me you suggestions if you can. I have installed Apache(with mod_rewrite) + Tomcat4 with mod_webapp. In httpd.conf my settings goes {Let us suggest that our server Name is test.com} Load

Re: Yes - Janet B

2002-02-04 Thread JavaNet developer
Hi, Can you attach the directive used to load the module? Eli At 22.52 03/02/2002 -0800, you wrote: Hi, Janet, thanks for your assistance, and I will try that tomorrow. RIght now I am trying to set up the Apache connection to Tomcat 4.0.1 and it bails on restart, not recognizing the

Re: Tomcat upgrade on Debian fails..

2002-02-04 Thread JavaNet developer
Two stupid check hoping helps: 1- Check: Tomcat must start first, than start Apache. (..PoolTcpEndpoint Endpoint ServerSocket[addr=localhost/127.0.0.1,port=0,localport=8009.) 2- Check your path (./usr/share/tomcat/work/DEFAULT/examples/webxmlval.txt.) finally check permission

Re: mod_rewrite Problem?

2002-02-04 Thread Dino Cherian K
Hi Which version of Tomcat and Apache are you using. Bye [EMAIL PROTECTED] wrote: Hi, as I am Newbie in Tomcat,I have a big problem with Rewriting to tomCat from Apache. Please send me you suggestions if you can. I have installed Apache(with mod_rewrite) + Tomcat4 with mod_webapp. In

Charset problem

2002-02-04 Thread Eric LOEW
Hi, I think I have a charset problem. I don't know if this is a problem with tomcat configuration or java. System : Debian Woody Kernel 2.4.9 Tomcat : 3.3.2 Java : 1.3.1 Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-FCS) When I have a page with special iso-8859-1

Re: Charset problem

2002-02-04 Thread Gregor Kovaè
Hi! You should probably read mailing list archives. There has been a lot on this issue. Best regards, Kovi At 10:43 4.2.2002 +0100, you wrote: Hi, I think I have a charset problem. I don't know if this is a problem with tomcat configuration or java. System : Debian Woody Kernel

RE: safety deploy in tomcat in a shared enviroment

2002-02-04 Thread JavaNet developer
Hi Micael, probably I was unclear. I want to avoid insecure code to being executed. Is it useful to run multiple JVM? If yes how... and so on... I want to make java hosting for unknown java user code, so I need to take attention on system resources and insecure servlet/jsp code. I like to

tomcat 4.01 with jboss 2.4.4 and a webapplication using xalan/xerces

2002-02-04 Thread Stefan Kost
hi hi, Even after reading the docs ( http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html) and mailing list archive ( http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2) I am still stuck with the following problem: We are currently using jboss-2.4.4 with tomcat-3.2.3 and I am

Tomcat on QNX with the J9VM !

2002-02-04 Thread Thai DANG
Hi all I tried to start TOMCAT with the J9VM (oti). All seems to work fine (servlet, internal web server of Tomcat) except the JSP page. Did someone experienced such trouble ? Many thanks. Thai -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED]

Tomcat not getting installed

2002-02-04 Thread Uma Maheswar
Hi, I am using JavaWebServer2.0(Trial Version) in WinXP. I have downloaded Tomcat (.exe) file. when I try to install it , it says JDK is not found. I have JDK installed with Visual Cafe in my PC. What should I do now? Help me. Uma

Re: Not Virual Hosts: Re: Can multiple URLs with a single IP address be mapped to discrete Applications in Tomcat 4.0?

2002-02-04 Thread Jochen Schwoerer
I think you have to create two virtual hosts (one one www.aa.com and one for www.bb.com). these are mapped to two different directories eg. webapps/aa and webapps/bb. in server.xml it should look like this: Host name=www.aa.com debug=0 appBase=webapps/aa ... /Host Host name=www.bb.com debug=0

RE: Tomcat not getting installed

2002-02-04 Thread Brian Adams
Hi Uma, two issues and not sure which applies to you. 1. there is a know problem with windows and an incorrect Registry entree that can cause this problem. Fix: a. Fix your jre/jdk registry entree in the Software branch. b. download the source and install it by hand. you will have

OT: Dont understand java syntax!!!

2002-02-04 Thread Magnus Jansson
Hi! I have problems understanding the syntax for CallableStatement. It would be nice if someone could send an example of how to use callable statement... -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list:

Waiting for instance to be deallocated

2002-02-04 Thread Chaber, Eric
Hi all, when changing a class file in my webapps/WEB-INF/classes directory, having my context setup to reloadable=true, I still get this error : Waiting for (1) instance to be deallocated nothing happens, and the server seems to be freezed I have to restart it I thought that this was fixed in

RE: Principal Cast Exception

2002-02-04 Thread Randy Layman
The problem does have to do with the class loaders. From what you are trying, I guess that you have a copy of the Principal in the lib/container jar and in lib/apps or WEB-INF. The problem is that classes loaded by two different class loaders are not equal and the same class from two

RE: restarting tomcat by calling runtime.exec on a .bat file (tc 3.2.4)

2002-02-04 Thread Randy Layman
If you call net stop tomcat (which effectively does a System.exit), how will the Java process be around to call net start tomcat? (Answer, it won't). Randy -Original Message- From: Matt Egyhazy [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 6:24 PM

RE: Tomcat 4.01 + SSL + JDK 1.4 (on RedHat 7.1)

2002-02-04 Thread Deacon Marcus
Hi, -Original Message- From: Moin Anjum H [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 5:38 AM To: Tomcat Users List Subject: Re: Tomcat 4.01 + SSL + JDK 1.4 (on RedHat 7.1) Hi, As long as i can remember the default post of https is 8443 and not 443 Default

Re: Apache 1.3.20 + Tomcat 4.0.1 + WARP Connector

2002-02-04 Thread Jean-Luc BEAUDET
Anthony Jones a écrit : Hi, I am having problems implementing servlets and JSP pages using Tomcat 4.0.1 and Apache 1.3.20 (mod_ssl) on Solaris 8. Initially, after searching on the web, I used the AJP connector as this (according to what I read) was the recommeded connector to use. After

RE: Jakarta NT service error

2002-02-04 Thread Cox, Charlie
what's this extra line in there for? $(wrapper.startup_class) -config $(wrapper.server_xml) -home $(wrapper.catalina_home) being a properties file and needing x=value on every line, this will definately cause problems Charlie -Original Message- From: Atok Koenig [mailto:[EMAIL

RE: applet works, https doesn't

2002-02-04 Thread Anton Brazhnyk
Hi, -Original Message- From: Dean Hiller [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 02, 2002 10:57 PM To: [EMAIL PROTECTED] Subject: applet works, https doesn't I have an applet that connects back to the server on 8443 and it works fine even without a certificate.

RE: Jakarta NT service error

2002-02-04 Thread Cox, Charlie
that seems to be consistent as mine has tomcat in place of your jakarta and my service is named tomcat. Charlie -Original Message- From: Atok Koenig [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 5:45 PM To: Tomcat Users List Subject: RE: Jakarta NT service error I

RE: Tomcat 4 Speed

2002-02-04 Thread Ignacio J. Ortega
Probably the HTTP11 connector, uncomment the HTTP10 in server.xml, use ajp13 and a apache front end, or use 3.3, that is a fair percentage faster than 3.2.X ;))) Saludos , Ignacio J. Ortega -Mensaje original- De: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Enviado el: lunes 4 de

Re: Charset problem

2002-02-04 Thread Eric LOEW
Gregor Kovaè wrote: Hi! You should probably read mailing list archives. There has been a lot on this issue. Thank you for forwarding me a message from this mailing list with the same problem : %@ page info=Test page contentType=text/html; charset=iso-8859-2 %%! ... %% ... %html

RE: Custom Auth for JDBC Realm server xml help 3.3-m4

2002-02-04 Thread Larry Isaacs
Using an entry in Tomcat 3.3's server.xml like TMSJDBCRealm ... implies there is a module mapping for this in the modules.xml or a modules-*.xml file. Something like: module name=TMSJDBCRealm javaClass=package.TMSJDBCRealm/ You don't mention adding this, so I assume you haven't. Unfortunately,

Re: Tomcat not getting installed

2002-02-04 Thread Virga
set JAVA_HOME environment first. i don't know in xp, but in w2k you can go to control panel-system-advance-system enviroment (i guess it has the same procedure). set the name as JAVA_HOME and the value to your jdk directory (which is under visual cafe directory). VR -- To unsubscribe:

Re: Tomcat on QNX with the J9VM !

2002-02-04 Thread Attila Szegedi
My bet would be that you're running Tomcat on a JRE instead on a JDK, and it can't find the Java compiler (which is necessary for compiling JSPs). Attila. - Original Message - From: Thai DANG [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: 2002. február 4. 11:58

Re: Problem with POST and FORM based authentication

2002-02-04 Thread RSEQUEIRA
This is possibly a shot in the dark. But in your login.html page have you defined FORM METHOD=POST...? Hope this helps. Thanks RS Anil Paul [EMAIL PROTECTED] on 02/02/2002 10:58:32 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Problem with

Apache 1.3.23 + Tomcat 4.0.1 + WARP Connector on NT

2002-02-04 Thread YI,LI (HP-USA,ex1)
I have been struggling to make this work for two days, it was working fine with Tomcat 3.2.1/mod_jk Apache 1.3.14, but not with Tomcat 4.1 using Warp, I've installed the latest Apache, still no luck. Works with either TC or Apache alone, but with Warp connector, Apache always hangs using 100%

RE: Apache/WARP connector/trailing slash

2002-02-04 Thread Adrian Caneva
Hi Marc, I am using : #WebAppDeploy examples warpConnection /examples and it works fine. If as you stated TC is looking for URL /../, I can only think that it is working because my Apache (1.3.22) is somehow adding the trailing slash when not found. I dont't know if there is a simple

RE: Apache 1.3.23 + Tomcat 4.0.1 + WARP Connector on NT

2002-02-04 Thread Brian Adams
mod_jk, works great on NT -Original Message- From: YI,LI (HP-USA,ex1) [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 8:31 AM To: 'Tomcat Users List' Subject: Apache 1.3.23 + Tomcat 4.0.1 + WARP Connector on NT I have been struggling to make this work for two days, it was

RE: NullPointerException: causes?

2002-02-04 Thread John Wadkin
Chinni, Absolutely right!! What a muppet - I though that the @host part of the connection string should be replaced with ahost.domain.com rather than @ahost.domain.com. I think it's old age - I'm approaching the quarter of a century mark. Thanks, John -Original Message- From:

How to configure Tomcat 4.01 + Apache http server 1.3.19 work?

2002-02-04 Thread Dong Wenyu
I have been confused for weeks about Tomcat 4.01 + Apache http server 1.3.19. 1, Does Tomact 4.01 alone support servlet already? Does it necessary to install JServ in addition as the case with Tomcat 3.x? 2, Many books recommend the configuration of Tomcat + pache http server. Does it make

RE: How to configure Tomcat 4.01 + Apache http server 1.3.19 work?

2002-02-04 Thread Loïc Lefèvre
1. Yes, Tomcat is a servlet container and thus supports servlet (spec. 2.3). No, it is not necessary to install JServ but JServ and Tomcat can work together (no problem with the mod_webapp connector). 2. Yes it makes sense since Apache can distribute static files faster than Tomcat. Apache has

AW: How to configure Tomcat 4.01 + Apache http server 1.3.19 work?

2002-02-04 Thread Ralph Einfeldt
- Tomcat is a servlet and jsp engine. So you don't need JServ to do servlets (it wasn't necessary for tomcat 3.* either) - mod_jserv/mod_jk/mod_webapp are different generations of connectors that connect a webserver with tomcat. - There are several reasons to use apache (or IIS)

InitialContext in Servlet

2002-02-04 Thread Volker Turau
Hi, I try to use the following line of code in a servlet: Context con = new InitialContext(); The Servlet is loaded on startup. I get the following exception using Tomcat 4.0.1 javax.naming.NoInitialContextException: Cannot instantiate class:

Errorpage

2002-02-04 Thread Volker Turau
Hi, in section SRV.9.9.2 of the Servlet Spec. Version 2.3 a list of request attributes is given (e.g. javax.servlet.error.exception). These request attributes must be set by the container. However using Tomcat 4.0.1 the attributes are not available for an errorpage specified in the page

web.xml and errorpage

2002-02-04 Thread Volker Turau
Hi, in my file web.xml I have registered two errorpages: error-page exception-typejava.io.IOException/exception-type location/ausnahmen/ioException.jsp/location /error-page error-page exception-typejava.sql.SQLException/exception-type

Re: InitialContext in Servlet

2002-02-04 Thread Emerson
I think you must send the properties : // Set up the naming provider; this may not always be necessary, depending // on how your Java system is configured. Properties env = new Properties(); env.setProperty(java.naming.factory.initial,

RE: Apache/WARP connector/trailing slash

2002-02-04 Thread Marc Ostrow
That's not necessary Adrian, I bet you have an examples directory in your Apache document root. When I create such a directory, I get the behavior you are talking about. The following most likely happens: 1) Submittal of uri /examples to Apache 2) Apache asks mod_webapp if it will handle this

RE: Errors compiling warp connector

2002-02-04 Thread thys . deWet
I tried that.. also tried CC='gcc' ./configure ...blah blah for apache .. still get the same problem... Am going insane .. linux works fine .. Solars=PROBLEM -Original Message- From: Patrick Roumanoff [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 2:31 PM To: Tomcat Users

Re: How to make Tomcat 4.01 + Apache http server 1.3.19 work?

2002-02-04 Thread Pascal Forget
Dong Wenyu wrote: 1, Does Tomact 4.01 alone support servlet already? Does it necessary to install JServ in addition as the case with Tomcat 3.x? You must install the mod_jk.so module in the Apache web server if you use tomcat and apache. 2, Many books recommend the configuration of Tomcat +

Re: Tomcat upgrade on Debian fails..

2002-02-04 Thread Gregory Guthrie
At 10:29 AM 02/04/2002 +0100, JavaNet developer wrote: Two stupid check hoping helps: 1- Check: Tomcat must start first, than start Apache. (..PoolTcpEndpoint Endpoint ServerSocket[addr=localhost/127.0.0.1,port=0,localport=8009.) -- Thanks, I'll have to see how to force this on Debian.

RE: Apache/WARP connector/trailing slash

2002-02-04 Thread Adrian Caneva
You are right: I'm using webapp as DocumentRoot for that virtual host, so /examples sub physically exist. Thanks for the explanation ! Adrian == Adrian Caneva NEXT TECHNOLOGY SRL La Rioja 26 (T4000ISB) Tucuman Tel/Fax +54 381 4219105 [EMAIL PROTECTED]

Apache/Tomcat memory leak not recovered after shutdown

2002-02-04 Thread Hwang, Joseph
We are loosing about about 500 MB of memory on a 1 GB server after running Apache/Tomcat on Linux for 24 hours. (We are trying to fit within 512 MB.) The strange thing is that after I shutdown Apache and Tomcat, the memory only recovers about 100 MB. vmstat still shows Memory Cache that takes

RE: Apache/Tomcat memory leak not recovered after shutdown

2002-02-04 Thread Loïc Lefèvre
Hi, We have experienced same problems, all we found to do is to kill with our hands the java process (that can rest after the servlet engine shutdown). Here is the bash script we use: #!/bin/bash kill -9 `ps -A | grep java | cut -c 1-5` kill -9 'ps -A | grep jre | cut -c 1-5' Hope that helps,

Using JNDIRealm with password digesting and openldap

2002-02-04 Thread dirk . dussart
** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.

Re: Apache/Tomcat memory leak not recovered after shutdown

2002-02-04 Thread Eric LOEW
Hwang, Joseph wrote: I would think that if the memory is in apache/tomcat, then the memory should be recovered when I shut them down. Is that right? How could I get the memory back from the Memory Cache without rebooting? I have the same problem and i reduce the maximum number of apache

Re: jsp:useBean / Scope Bug in 4.01 !

2002-02-04 Thread L Rutker
Hi, Can you explain what you mean by: Duplicate ids found in the same translation unit shall result in a fatal translation error. What is duplicate? I am declaring 2 seperate beans based on the condition. Neither of them should be visible to the rest of the page. Yet they are

error on startup - catalina.out no such file or directory

2002-02-04 Thread John Menke
I am trying to run the 4.01 version. When I try to run startup.sh I get the following: [root@remote bin]# ./startup.sh Using CLASSPATH: /home/jakarta-tomcat-4.01/bin/bootstrap.jar:/usr/java/jdk1.3.1_01/lib/tools. jar Using CATALINA_BASE: /home/jakarta-tomcat-4.01 Using CATALINA_HOME:

Apache + Tomcat ... some questions

2002-02-04 Thread Adrian Caneva
Hi, I have some questions related to Tomcat+Apache: [Platform : Tomcat 4.0.1+mod_webapp+Apache 1.3.22] * Apache handling static contents How can I know if static contents are being served by Apache or Tomcat in my configuration ? I installed my web application under:

DB2 App Driver?

2002-02-04 Thread Derek Holden
Hello, Anyone have any issues getting applications to talk to DB2 using the app drivers? Searching the list saw that Tomcat wouldn't read the drivers zipped, jar'd them up and it solved that problem. However I can only talk to the local database using the net drivers. Any suggestions?

RE: DB2 App Driver?

2002-02-04 Thread Reynir Hübner
I evaluated the app driver few days ago, also the net driver. check this page out before you start trying to use it : http://www-4.ibm.com/cgi-bin/db2www/data/db2/udb/winos2unix/support/docu ment.d2w/report?fn=1000797 I use merant (datadirect-technologies.com) driver now. The problem you are

SSL under IE6.x vs Netscape6.x

2002-02-04 Thread Lockhart, Scott
I'm in the process of enabling SSL for a number of servlet classes, using Tomcat4.0.1 under Solaris 7. All is working well under IE, however under Netscape the communications between the servlet and applet appear to hang. Also, any applet images don't appear under Netscape. I can snoop and see

RE: Apache + Tomcat ... some questions

2002-02-04 Thread Mike Millson
Someone please correct me if I'm wrong, but as far as I can tell using the Warp connector, you cannot do what you're talking about below. What I see happening is that you can specify directories that you want Tomcat to serve and directories you want Apache to serve. You cannot put html pages and

RE: Help !!! JNI Tomcat (UnSatisfiedLinkError exception)

2002-02-04 Thread Anil Bhagwat
I tried all these options. But, unfortunately, it didn't resolve the issue. I think Tomcat does find the DLL, since if I remove DLL from \winnt\system32 folder I get a different error meesage. My guess is to run JNI under Tomcat, certain security seetings need to be configured. Does anyone

RE: Principal Cast Exception

2002-02-04 Thread Nicolas PERIDONT
Thanks for all, I make an interface for MyPrincipal and put all classes in /common/lib And now it works fine. Nicolas -Message d'origine- De : Randy Layman [mailto:[EMAIL PROTECTED]] Envoyé : lundi 4 février 2002 12:56 À : 'Tomcat Users List' Objet : RE: Principal Cast Exception

RE: AW: How to configurate tomcat 4.0 with JBuilder 6.0 professio nal?

2002-02-04 Thread Robert D. Morse
JBuilder 6 Enterprise comes with Tomcat 4.0.1. However, When I specify it as the container, I get a: No Realm has been configured to authenticate against error. I added a context in JBuilder6/jakarta-tomcat-4.0.1/conf/server.xml but that doesn't seem to help. Any ideas? -Original

RE: AW: How to configurate tomcat 4.0 with JBuilder 6.0 professio nal?

2002-02-04 Thread Emerson
how do I configure jbuilder 5 enterprise with TC 4 At 09:12 4/2/2002 -0800, you wrote: JBuilder 6 Enterprise comes with Tomcat 4.0.1. However, When I specify it as the container, I get a: No Realm has been configured to authenticate against error. I added a context in

RE: error on startup - catalina.out no such file or directory

2002-02-04 Thread Cressatti, Dominique
Do U have the correct directory structure? Another thing DO NOT install tomcat in /home the correct place is in /var (unless of course you wanna know how long the logs generation will take to fill up your /home directory) Dom -Original Message- From: John Menke [mailto:[EMAIL

geting JSP reponse without sending request??

2002-02-04 Thread Liu, Xiaoyan
Hi, all, I have a piece of server side code that needs to get Http response from some jsp pages on the same server. Currently a requst is sent to the page for the response. Is it possible to get it directly without rounting through the net? thanks. Liu

RE: error on startup - catalina.out no such file or directory

2002-02-04 Thread John Menke
I untarred with tar -xzvf tomcatfile and it created the directories. -Original Message- From: Cressatti, Dominique [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 12:40 PM To: Tomcat Users List Subject: RE: error on startup - catalina.out no such file or directory Do U have

APJ connector source code for Tomcat 4.0.1

2002-02-04 Thread Jianliang Zhao
I tried find the source code for tomcat_ajp.jar which is used by Tomcat 4.0.1 release, but it seems it's not published on the Apache website. Tomcat 4.0.1 source only contains the jar file for the AJP connector, not the source itself. Does anyone know where I can get it? Thanks, Jianliang

Repost: Can't upload binaries with JSPSmartUpload, Tomcat and Netscape Server

2002-02-04 Thread Durham David Cntr 805CSS/SCBE
Can upload text files, binary files fail and stderr.log says: IOException: Connection aborted by peer: socket write error I don't know if that means that the connection to the client's browser failed or possibly the connection to Netscape Server failed. Like I said, this only happens

404 Status

2002-02-04 Thread Tamim, Samir
Hi all, Hope somebody will help. I am getting a status 404 when requesting localhost/examples/It was working and suddenly it stopped. But works normal when requesting localhost/myapp/ that I created. Env: tomcat 4.0.1/Warp/apache1.3.22/win2000/jdk1.3.1_02 Any help ! Sam

How to setup multi-virtual hosts on tomcat 4.0 and apache 1.3

2002-02-04 Thread Thanh Duong
Hi, I am trying to setup multi virtual hosts on tomcat 4.0 and apache 1.3. I don't know what I did wrong, but it doesn't work. When I try to call http;//example1.de/index.jsp, it said The requested resource (/index.jsp) is not available. Does someone know how to setup virtual hosts correctly?

Re: DB2 App Driver?

2002-02-04 Thread Anja Falkner
Hi Derek, we use the app-driver to connect to DB2 with Tomcat 4.0. If your application runs on another maschine than DB2, you must install a DB2-Client. Without that you can't use the app-driver. If your application runs on the same maschine than DB2, you must tell Tomcat where your driver is.

Http Protocol Violation

2002-02-04 Thread Cahoon Tobias C GS-09 96 CG/SCTOA
I am writing a VB.NET client that access a web service thru tomcat 4.0.1. The application works over HTTP with BASIC authentication, and over HTTPS without BASIC authentication, but when I try it over HTTPS with authentication I get the following error: An unhandled exception of type

FW: How to setup multi-virtual hosts on tomcat 4.0 and apache 1.3

2002-02-04 Thread Thanh Duong
-Original Message- From: Thanh Duong [mailto:[EMAIL PROTECTED]] Sent: Montag, 4. Februar 2002 19:55 To: Tomcat Users List Subject: How to setup multi-virtual hosts on tomcat 4.0 and apache 1.3 Hi, I am trying to setup multi virtual hosts on tomcat 4.0 and apache 1.3. I don't know what

JSP in JAR

2002-02-04 Thread Benezra, Michael
Hi, I am not sure if this question should be asked in the dev or user list, but here goes: Is it possible to package JSP file in a JAR file and install it as a JAR file on the Jakarta-Tomcat server? Any ideas? Michael

Re: Are spaces allowed in Servlet Context names?

2002-02-04 Thread David M Johnson
Should I file a bug, or have you already done that? _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles

Session Binding with IIS (is it possible??)))

2002-02-04 Thread Pavel Brun
I am not sure if this is possible, but what possibilities are out there to bind the IIS session with Tomcat's Session Management and vice versa? Thanks Paul -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

Problem starting redeployed webapp

2002-02-04 Thread Press, Michael
Summary: I can stop and start a webapp that's loaded when Tomcat starts. But if I remove and re-install it using the manager webapp, I get an error when trying to start it - FAIL - Application at context path /test could not be started. This works: Start Tomcat with test war unpacked (no

Re: populating save as... dialog for application/octet-streamcontent type (solved maybe)

2002-02-04 Thread Gary Helmling
On Sun, 2002-02-03 at 07:53, rob wrote: I tried the following request.setHeader(Content-Disposition, attachment; filename=mypdf.pdf); and it seemed to work, is this the correct way or is there a more appropriate way to do this? Thanks That is the correct way. I've had to use a

Re: APJ connector source code for Tomcat 4.0.1

2002-02-04 Thread jonathan
On Mon, Feb 04, 2002 at 10:15:30AM -0800, Jianliang Zhao wrote: I tried find the source code for tomcat_ajp.jar which is used by Tomcat 4.0.1 release, but it seems it's not published on the Apache website. Tomcat 4.0.1 source only contains the jar file for the AJP connector, not the source

improper JSP, or Tomcat bug?

2002-02-04 Thread Gregory Guthrie
I am trying to use a simple JSP page that tests for an existing Bean, and uses the pre-existence of it as a logic branch by putting some code in the initialization part of the jsp:usebean, and then a %return;% statement. But, I find that both Tomcat and Websphere put some code after my last

Re: Tomcat with IIS 6.0

2002-02-04 Thread Daniel Parnell
I would imagine that the IIS plugin would not work too well. If all you need are JSPs, then you could try my little program available at http://warpconduit.sourceforge.net/ Daniel Has anyone tried using Tomcat with IIS 6.0 (any version of Tomcat)? I am attempting this using the JNI

jk_uri_worker_map_t::uri_worker_map_close errors?

2002-02-04 Thread Gregory Guthrie
What do these errors mean, in tomcat/logs/mod_jk.log: [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL parameter [jk_uri_worker_map.c (185)]: In jk_uri_worker_map_t::uri_worker_map_free, NULL parameter s [jk_connect.c (143)]: jk_open_socket, connect() failed errno =

Re: Fixed - RE: RE: Catalina Beans - Class Path Problem

2002-02-04 Thread August Detlefsen
I have found that it does not pick up changes to WEB-INF/classes, though it does recognise changes to WEB-INF/lib. My solution is to update the jar (jar -uvf) whenever I change a class. My build script (run from WEB-INF/src dev directory) goes something like this: #!/bin/bash export

Database Pooling

2002-02-04 Thread Jason Webber
Does anyone know of a database pooling bean or soemthing that will aloow me to share connections among many jsp pages. Preferably something that is free. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

RE: Fixed - RE: RE: Catalina Beans - Class Path Problem

2002-02-04 Thread Pavel Brun
I would have assumed that once you load a JAR into the ClassLoader, that any changes will not be taken into account unless you reload the application (Tomcat). However, I took the approach of replacing the JAR's, not really updating them. I will have to give that a try to see if that works. :-)

What's up with Borland?

2002-02-04 Thread Robert D. Morse
I'm trying to get JBuilder 6 Enterprise to work with Tomcat 4.0.1 (which is packaged with JBuilder 6 Enterprise). Everything works fine with 3.2 selected but selecting 4.0.1 results in a No Realm has been configured to authenticate against error. Not finding anything in the e-mail lists, or

Problem with Class Loader

2002-02-04 Thread Jing Wang
Hi, Tomcat-Users, I have a servelt called SedSoap which will handle the request from a SOAP client. I tested my client on 16 linux machines with Tomcat4.0.1, 4 out of them have the following problem(The strange thing are I used the same installation package to install the 16 machines, the

problem mod_webapp.so module

2002-02-04 Thread Koningshoed
When executing make in the directory where everything will build fine until it gets to the mod_webapp.c file in the apache-1.3 directory. When doing make in the apache-1.3 directory I get the following output: ~/web_app/webapp-module-1.0.1-tc401/apache-1.3# make {

Session Binding with IIS (Is it Possible?)

2002-02-04 Thread Pavel Brun
I am not sure if this is possible, but what possibilities are out there to bind the IIS session with Tomcat's Session Management and vice versa? Thanks Paul -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

RE: which is the current directory for Tomcat Server?

2002-02-04 Thread Koningshoed
Hi There is a directory called work (jakarta-tomcat-4.0.1/work) under which a directory gets created for each context - where the servlets get run. Excactly how it works from there I'm not sure but you should be able to get to your file by using absolute addresses. Or perhaps by using a relative

Re: Using JNDIRealm with password digesting and openldap

2002-02-04 Thread John Holman
Dirk This isn''t possible with the current JNDIRealm in Tomcat 4, though you could probably specify the appropriate digest algorithm and hack the Tomcat code to disregard the {crypt} prefix returned from OpenLDAP. A much cleaner solution is to have the JNDIRealm to authenticate by binding to

JRE or JDK

2002-02-04 Thread Ken Sanderson
Hello all. I have installed tomcat on my NT machine, in order to run a software application that requires it. In the install instructions it talks about setting the JAVA_HOME variable to the JDK bin folder. However, it cannot find the necessary files it needs in that location. Instead if I set

RE: JRE or JDK

2002-02-04 Thread Pavel Brun
you need the JDK for JSP page compilation. JRE (Java Runtime) is only good for running Java Applications. The JDK is used to compile the JSP pages into servlets. Paul -Original Message- From: Ken Sanderson [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 6:45 PM To: [EMAIL

Connection Pool

2002-02-04 Thread Karambir Singh
Hi, Does anyone know how to configure connection pool and set upperLimit and desired size properties in Tomcat 4.0.1. My server.xml is as follows. I want to use transaction sand connection pooling. Resource name=jdbc/eTaskPool auth=CONTAINER

RE: Catalina Beans - Class Path Problem -- workaround solution found

2002-02-04 Thread isaco
Thank you very much for your reply, Paul. I managed to get it working once I put the classes folder in my classpath. But I realize this is a workaround as I think it may limit my ability to run any other applications that are within contexts other than the classwork context I have set up. Here is

Help tracking down a problem please.

2002-02-04 Thread Mario Felarca
Hello, I am using Apache 1.3.22+mod_jk+mod_ssl(2.8.5 I believe)+Tomcat 3.3a on Win2K. Currently, we have a context that has all data (i.e. images, scripts, applets) served up through Tomcat. The request comes in via HTTPS and on particularly heavy pages, for example ones that have a lot of

mod_rewrite+mod_webapp

2002-02-04 Thread god
As Nobody responds and as I am desperatly seeking answer here I am reposting my mail. Hi, as I am Newbie in Tomcat,I have a big problem with Rewriting to tomCat from Apache. Please send me you suggestions if you can. I have installed Apache(with mod_rewrite) + Tomcat4 with mod_webapp. In

uploading files

2002-02-04 Thread Jagan
hi! i am able to upload any type of files using port 8080 and but not able to upload the same without port means if i am using standalone we can upload any type file. i want to upload any type of file without using in standalone mode any answers? thanks in advance Regards Jagan Unidux

RE: mod_rewrite+mod_webapp

2002-02-04 Thread Robert Hewlett
Place an index.html file in your apache HTDOCS when you go to test.com it will access the index.html and redirect you to the proper URL. html head titleAutomatic Redirect/title !-- This will redirect you as soon as you hit the page -- meta http-equiv=refresh

uploading files

2002-02-04 Thread Jagan
hi! i am using tomcat 4.0.1 and am able to upload file with any extension means jpg or txt if i am working as standalone, if at all i am not using standalone mode i am unable to upload jpg files or any binary data conversion files. can i have any solutions? thanks in advance Regards Jagan

Tomcat with IIS 6.0

2002-02-04 Thread Jones, Stephen
Has anyone tried using Tomcat with IIS 6.0 (any version of Tomcat)? I am attempting this using the JNI configuration, and not having any luck so far. This is the webserver that is coming with the new Windows .NET Server Family-- I think a lot of people will need to deploy Tomcat on it. Any help

Re: mod_rewrite+mod_webapp

2002-02-04 Thread [EMAIL PROTECTED]
It Works,Thanks Robert. Robert, If I am using this server for only one Java servlet [in my case Jump] should I have Apache +Tomcat+mod_webapp or is better to have only Tomcat as standalone of Perfomance reason? Robert Hewlett wrote: Place an index.html file in your apache HTDOCS when you go

  1   2   >