RE: Tomcat 5.0.2 and IIS

2003-08-07 Thread vikas jain
Thanks Derek. One more question. Where am I supposed to download dll file from? From: Derek Mahar [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Eric J. Pinnell [EMAIL PROTECTED],Tomcat Users List [EMAIL PROTECTED] Subject: RE: Tomcat 5.0.2 and IIS Date: Tue, 5 Aug 2003

Multiple services

2003-08-07 Thread Thana Letchumi
Hi, May I know how do I configure the tomcat to run multiple services ?. I have installed tomcat in one UNIX server but there are more than one developer with applications to run on production. I need to ensure that the testing and reload of the particular application will not affect the others

XP random tomcat crashes

2003-08-07 Thread dhay
Hi, We're using tomcat 4.1.12 with Java 1.4.1.02, and are encountering strange crashes on XP especially. The crashes happen in apparently random places in our app, and cause the VM to crash with various messages, none of which are very helpful! I noticed that Cameron Hart had a similar problem

Hardware and Memory Requirements

2003-08-07 Thread kmk kumar
Hi Is there a document which talks about the hardware and memory requirements based on the platform on which tomcat is installed. specifically looking for 1. How much disk space and memory does it require to install it. 2. How much memory it takes to run it. Thanks for any help.

Re: Preventing access to a directory

2003-08-07 Thread Tim Funk
To prevent directlory listings: http://jakarta.apache.org/tomcat/faq/misc.html#listing To prevent individual access to jsps, use web.xml and a security constraint. -Tim Tim Davidson wrote: Hi, how can we prevent access to a set of JSP's inside a specific directory? aparrently there is a

Re: Tomcat Conn Pooling in 4.0.4 - My thanks...!

2003-08-07 Thread Andoni
Kwok Peng Tuck Yoav Shapira Jose Euclides da Silva Junior Thank you all so much. My project was on the brink of being set back by a month if the connection pooling feature had to be removed and you saved me. With some of the straightest answers I have ever received on this list. Thanks and

How to configure to use tomcat and struts to use log4j?

2003-08-07 Thread Zsolt Koppany
Hi, I have tried so many things to use log4j from tomcat and struts and finaly I found the solution that I have to copy log4.jar into common/lib server/lib and application/WEB-INF/lib (to be able to get jsp files compiled). I find it a bit complicated that I have to copy the same jar file into

Freeing processors

2003-08-07 Thread Daniel Carlsson
Hi My problem is that tomcat runs out of processors and I see No processor available, rejecting this connection in the log file. By reading earlier posts a I understand that each processor is a thread and is not freed until it is returned by my code, my code is hanging somewhere. The problem

Re: JNDIRealm: Authentication Failing [SOLVED]

2003-08-07 Thread Adam Sherman
Adam Sherman writes: 2003-07-27 13:44:06 JNDIRealm[Standalone]: validating credentials by binding as the user 2003-07-27 13:44:06 JNDIRealm[Standalone]: binding as uid=adam,ou=People,dc=tritus,dc=ca 2003-07-27 13:44:06 JNDIRealm[Standalone]: bind attempt failed JNDIRealm is attempting to

Need help : how to shutdown restart Tomcat, how to reload servlet

2003-08-07 Thread Vincent SEPM MIS
Dear Tomcat user, I have two problem here, hope anyone who know can help to teach me. Problem 1: How to shutdown and restart tomcat server? Description: I try to shutdown and restart Tomcat using shutdown and startup batch file. I notice some error prompt out when I running shutdown.bat and

RE: error-code 401

2003-08-07 Thread Koes, Derrick
This is a known bug/feature. I don't think it is planned to be changed. -Original Message- From: Georges Roux [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 8:39 AM To: Tomcat Users List Subject: error-code 401 Hi, I'm trying to display custom error pages. My https context

Problem with tomcat installation

2003-08-07 Thread batristain
Greetings, I'm trying to install the tomcat rpm on a rehat linux 8 box. I'm having problems with one of the dependencies - I have already installed the JDK 1.4 kit and now when I do which java it actually finds the correct path to java however when I try to load xerces-j-1.3.0-1.noarch.rpm it

Re: RES: Tomcat Conn Pooling in 4.0.4 - Very Slow?

2003-08-07 Thread Roman \Blade\ Velichko
JEdSJD I guess that DBCP would be the better choice, since it is db platform JEdSJD independency. I use it in 4.1.18 and its nice to me. JEdSJD Eculides. But DBCP throw an UnsupportedException when I try to execute this portion if code: try { initCtx=new InitialContext();

Re: Front Controller Servlet

2003-08-07 Thread Justin Ruthenbeck
At 05:42 AM 8/5/2003, you wrote: I am trying to build FrontController servlet for a web site on Tomcat 4 , after long time of changes on the web.xml file , I wasn't able to achieve this pattern, the web.xml portion is : servlet-mapping servlet-nameFCservlet/servlet-name

Re: Tomcat 5.0.2 and IIS

2003-08-07 Thread vikas jain
I have servlet running with tomcat. My main server is IIS. (on my machine it's just a test, and I am using tomcat as web server but on the system machine the web server is IIS. there I wan to deploy servlets). Conclusion is how to run servlets using IIS? Thanks, From: John Turner [EMAIL

invocing EJB from Tomcat

2003-08-07 Thread Juraj . Lenharcik
Hi, does anyone knows, whats needed to invoce EJB from tomcat? Specially where to put the libraries for the contextfactory (under jboss jnp-client.jar). thanks, Juraj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: error-code 401

2003-08-07 Thread Abid Ali Teepo
Are you using IE ?, and have you deselected Show friendly HTTP error messages under Tools-Internet Options-Advanced -Original Message- From: Georges Roux [mailto:[EMAIL PROTECTED] Sent: 7. august 2003 14:39 To: Tomcat Users List Subject: error-code 401 Hi, I'm trying to display

Re: Why integrate Tomcat with a web server?

2003-08-07 Thread John Turner
In my opinion it applies even moreso to Windows. If it was my call, I would never, ever use IIS. I would rather use Tomcat alone on port 80 if Windows was my environment. Even IIS shouldn't be run with default permissions and access levels. Granted, changing this is not for anyone who isn't

RE: error-code 401

2003-08-07 Thread Abid Ali Teepo
Are you using IE ?, and have you deselected Show friendly HTTP error messages under Tools-Internet Options-Advanced -Original Message- From: Georges Roux [mailto:[EMAIL PROTECTED] Sent: 7. august 2003 14:39 To: Tomcat Users List Subject: error-code 401 Hi, I'm trying to display

Re: Servlet BufferedOutputStream Question?

2003-08-07 Thread Bill Barker
Urm, no. The browser will request each image on it's own separate Request. There is no way that the Server can anticipate what the browser will ask for next. Dylan Swales [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Someone PLEASE Help! I have been having hassles when using a

RE: error-code 401

2003-08-07 Thread Mike Curwen
sarcasm detector not working today Yoav ? ;) -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 9:12 AM To: Tomcat Users List Subject: RE: error-code 401 Internet Explorer... Yoav Shapira Millennium ChemInformatics

RE: TOMCAT x WSAD

2003-08-07 Thread Angus Mezick
What is WSAD? What ever it is, it had a brain fart most likely. -Original Message- From: Oscar (Eccox) [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 10:46 AM To: 'Tomcat Users List' Subject: RES: TOMCAT x WSAD No, my application is not in the root directory... It

RedHat 8.0 Apache 2.0.40-8 mod_jk

2003-08-07 Thread MICHAEL DUBROVITSKY
Hi, Does anybody know where can I get mod_jk.so for Apache 2.0.40-8 on Redhat 8.0? 10x - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tried alot of searching - caving in and emailing this list now

2003-08-07 Thread jherschel
Google has failed me! I have been trying to get IP based access control working for a java site using Apache directives to no avail. I am using Stronghold 4.0 with Tomcat 4.1.24 - Here is the Apache conf I am working with ... VirtualHost [omitted] ServerName [omitted] ServerAdmin [omitted]

RE: error-code 401

2003-08-07 Thread Shapira, Yoav
Howdy, It's working, too slowly apparently ;) Autographs after the show, please... ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Georges Roux [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 10:19 AM To: Tomcat Users List Subject: Re: error-code 401

RE: tried alot of searching - caving in and emailing this list now

2003-08-07 Thread Angus Mezick
Um, are you using the JK2 connector to like up apache and tomcat? I don't see it mentioned. If you are, your workers2.propertties, jk2.properties (sp), and server.xml would also be helpful. --Angus -Original Message- From: jherschel [mailto:[EMAIL PROTECTED] Sent: Thursday, August

Is there a way to keep the tomcat threads alive?

2003-08-07 Thread Naresh Agarwal
Hi How does thread creation/destruction works in Tomcat? Is the total no. of threads in thread pool maintained by Tomcat varies as load varies? Does Tomcat destroys threads in the pool, if they are idle for the long time? If yes, is there way to ensure that Tomcat didn't kill the idle

RE: Java and tomcat issues

2003-08-07 Thread Moraes, Fabio
$JAVA_HOME != $PATH try: cd $JAVA_HOME/bin java --- Fabio Moraes [EMAIL PROTECTED] System Engineer Work Force Management System +55 21 3088 9548 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 14:54 To: [EMAIL PROTECTED]

https Access Denied.

2003-08-07 Thread Hou, Rowena
Hi I can start my web page from https://localhost:8443 but If I try to start from https://host-name:8443 it will give me following error It works fine on both http://localhost:8080 http://host-name:8080 What should I do Thanks Rowena == error from web == The

Re: JSP compilation problem with tc-4.1.27 if reloadable=true

2003-08-07 Thread Tim Funk
Probably this: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096 -Tim Zsolt Koppany wrote: Hi, I have just moved from tc-4.1.24 to 27 and have the following problem: In Context .../Context I set reloadable=true. After a Java class file re-compiled and I try to use any JSP pages I always

RE: Tracking active sessions

2003-08-07 Thread Shapira, Yoav
Howdy, Yes, I think it does matter if the sessions are still open. Because, if the server is only down for 1 minute or so, a logged-in user gets the same session again, after the server is up again. But the sessiontracker is new without any sessions. I see what you mean. In my case I just put

RE: Starting tomcat from init scripts (HP/UX)

2003-08-07 Thread Lott, Carey
I tried calling the startup.sh instead of catalina.sh, but I had the same outcome. It executes the first part of the script which displays the variables that are being used, but it doesn't do anything more. We haven't been able to find any errors to give us an idea of what the problem is. I'm

Re: Digest

2003-08-07 Thread Tim Funk
Without digging into code, I have no clue. So either I can read the source (of how its done in RealmBase) or your can. (And right now, I'm feeling lazy ;) ) I'm guessing org.apache.catalina.util.HexUtils would be what you want. -Tim Maxime Colas des Francs wrote: Thks for your response ! But

RE: TOMCAT x WSAD

2003-08-07 Thread Shapira, Yoav
Howdy, WebSphere Application Developer (Studio) I assume... Not the worst product in the world. Yoav Shapira Millennium ChemInformatics -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 1:02 PM To: Tomcat Users List Subject: RE: TOMCAT x

RE: Servlet mapping for root directory in a webapp?

2003-08-07 Thread Shapira, Yoav
Howdy, Today I changed it to: servlet-mapping servlet-nameMainView/servlet-name url-pattern/index.html/url-pattern /servlet-mapping And, as I understand it, tomcat(?) returns that servlet mapping for requests for the root catalog. Well, it is

external parameters to tomcat (how?)

2003-08-07 Thread tim
I would like to specify the location of a configuration file to tomcat which indicates the location of parameters used by some of my servlets. What is the best practice for doing this? Particularly I want to be able to get access to the location in any of my servlets. Thanks

RE: Starting tomcat from init scripts (HP/UX)

2003-08-07 Thread Eric J. Pinnell
Tim is right. In HP/UX there is a default start script (I forget what it's called). You plug in the name of your service and add any other stuff it might need. You define you service as being active somewhere else. (I know I'm not much help but it's been a while). That way when it starts you

Re: [OT] JDBC confusion

2003-08-07 Thread Andrew Geery
The preferred way of doing this is to use connection pooling. The primary reasons are scalability, speed and simplicity. If you have 5,000 people using your app at the same time, by your method you will have to have 5,000 connections to the database (one per user) stored in the various

RE: URI Servlet Path Problems

2003-08-07 Thread Justin Ruthenbeck
At 02:37 PM 8/6/2003, you wrote: That is pretty much what my understanding was as well. But I am glad you cleared it up for me. So appending my webapp folder name is not bad practice then. It is just something that has to be done. Depends what you mean. Appending your webapp folder name in

RE: active session counting, redux

2003-08-07 Thread Barclay A. Dunn
ok, that is helpful. (both things.) after changing the timeout to 5 min, i confirmed that indeed it was destroying a session after 5 min. the reason i went with HttpSessionListener was i had read that using HttpSessionBindingListener, once the session was unbound, you couldn't get any info on

Can I get an answer please -- Re: Why integrate Tomcat with a web server?

2003-08-07 Thread Nathan Ward
Hello John, I hate to be pushy, but are you going to post a reply to this question at some point? Nathan - Original Message - From: Nathan Ward To: [EMAIL PROTECTED] ; Tomcat Users List Sent: Monday, August 04, 2003 11:05 AM Subject: Why integrate Tomcat with a web

Re: connectionTimeout

2003-08-07 Thread Bill Barker
Geralyn M Hollerman [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Bill Barker wrote: It depends on which Connector you are using. The value of 0 is simply that both the Http-Coyote and the Jk-Coyote would both behave as the docs describe for -1. Yes, Coyote was what I

Re: Tomcat 5.0.2 and IIS

2003-08-07 Thread John Turner
Well, since the error messages are complaining about localhost 80, I would assume that you should either: 1. consider putting Tomcat on 8080, and IIS back on 80 or 2. analyzing the registry and your properties files and look for anything that has port 80 specified and switch it to 8080.

RE: Mapping problem

2003-08-07 Thread Shapira, Yoav
Howdy, 1. What ever happened to the 'catalina out log'? It's there in $CATALINA_HOME/logs/catalina.out. Aug 6, 2003 10:27:15 AM org.apache.commons.digester.Digester error SEVERE: Parse Error at line 129 column 11: The content of element type web-app must match

Re: Tomcat 5.0.2 and IIS

2003-08-07 Thread John Turner
*sigh* not working doesn't help much. Error messages? Contents of log files? John vikas jain wrote: Now I have changed the worker.properties file to this: worker.list=ajp13 worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 and uriworkermap.properties to:

Servlet mapping for root directory in a webapp?

2003-08-07 Thread Fredrik Jonson
Hello, I'm trying to get tomcat (from sun's jwsdp1.2) to do a default mapping. Ie, in my webbapp /stuff/ I want to get a servlet to serve the root page. As I understand it there is a default servlet that serves static content, I do not want to replace that one, but only load a specific