Re: URI Mapping question

2003-07-07 Thread Eric J. Pinnell
You could always try it and find out. I would guess that if it accepts wildcards at all that that would work. But I'd try it first. -e On Mon, 7 Jul 2003, Atreya Basu wrote: I've got a quick question; In the workers2.properties I am trying to map a URL. Does the mapping work like a

Re: can not build jk or jk2

2003-07-03 Thread Eric J. Pinnell
HI, I'll field this again... I'm sure it's in the archives by now. And I only know about JK2. So... BUILD FAILED file:/home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/build.xml:11: Basedir /home/mm/jakarta-tomcat-connectors-jk2-2.0.2-src/util does not exist I don't use ant. I use the

RE: reply urgently tomcat installation query !!!!!!!

2003-07-03 Thread Eric J. Pinnell
Hi, This is off topic but does tomcat/JDK even work on windows 98? -e On Thu, 3 Jul 2003, Shapira, Yoav wrote: Howdy, Don't use JDK 1.2, use JDK 1.3 or later. Set JAVA_HOME via the environment tab in My Computer. Yoav Shapira Millennium ChemInformatics -Original Message-

RE: Need your suggestion

2003-07-02 Thread Eric J. Pinnell
Oracle AS is an OEM'd version of the orion server with Oracle specific hooks. You can download orion from http://www.orionserver.com. I think it's free but there is some licenseing issues. I'd stick with Tomcat since it is GPL'd and it is the basis that Sun uses to develop the JSP and Servlet

JspC ClassNotFoundEception on First Run

2003-07-02 Thread Eric Northam
:85: java.lang.ExceptionInInitializerError Any help is appreciated. Eric DISCLAIMER: The information contained in this e-mail is, unless otherwise indicated, confidential and is intended solely for the use of the named addressee. Access, copying or re-use of the e-mail or any information

RE: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat

2003-07-02 Thread Eric J. Pinnell
, etc? alot. :) -e Jamey -Original Message- From: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 6:09 PM To: Tomcat Users List Subject: RE: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat Hi, On Tue, 1 Jul 2003, James Courtney wrote

Re: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP withmod_jk)

2003-07-02 Thread Eric J. Pinnell
I think JkSet config.file needs a full path. You can't short cut it like you can with a LoadModule. JkSet config.file /path/to/apache/conf/workers2.properties. I think right now it's not seeing your config file. Dunno... try it. -e On Wed, 2 Jul 2003, Yishay Mor wrote: I've read the

RE: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP withmod_jk)

2003-07-02 Thread Eric J. Pinnell
. So, I guess if anyone else has the same problem, this config should work for you too... Eric J. Pinnell wrote: I think JkSet config.file needs a full path. You can't short cut it like you can with a LoadModule. JkSet config.file /path/to/apache/conf/workers2.properties. I think right

Re: The notorious RH8+Apache2.0.4+Mod_jk2 (was: Re: HELP withmod_jk)

2003-07-02 Thread Eric J. Pinnell
the last two weeks. The alternative is to just build JK from source and use that...it would probably be a lot less hassle. John On Wed, 2 Jul 2003 13:41:22 -0400 (EDT), Eric J. Pinnell [EMAIL PROTECTED] wrote: I think JkSet config.file needs a full path. You can't short cut

Re: How to compile mod_jk2.c

2003-07-02 Thread Eric J. Pinnell
Hi, If you dl'd the source and built it sucessfully you will have the finished product, mod_jk2.so, in the build directory. It's a DSO. So you would copy that to the apache modules directory and load it in the httpd.conf file. -e On Wed, 2 Jul 2003, [ISO-8859-1] Thomas Gagné wrote: I

Re: Tiomcat 4.1.24 HTTP Status 404 - The requested resource (servlet)is not available

2003-07-02 Thread Eric J. Pinnell
Hi, Around Tomcat 4.1.12 the servlet invoker was disabled by default expect for the examples. In previous versions in was enabled. You need to enable it for your application. -e On Wed, 2 Jul 2003, John Bell wrote: I have Tomcat 4.02 working using servlets and JSP and have now installed

JspC ClassNotFoundEception on First Run

2003-07-02 Thread Eric Northam
:85: java.lang.ExceptionInInitializerError Any help is appreciated. Eric DISCLAIMER: The information contained in this e-mail is, unless otherwise indicated, confidential and is intended solely for the use of the named addressee. Access, copying or re-use of the e-mail or any information

Re: How to compile mod_jk2.c

2003-07-02 Thread Eric J. Pinnell
no mod_jk2.so Eric J. Pinnell wrote: Hi, If you dl'd the source and built it sucessfully you will have the finished product, mod_jk2.so, in the build directory. It's a DSO. So you would copy that to the apache modules directory and load it in the httpd.conf file. -e On Wed, 2 Jul 2003

RE: mod jk2 problem, segmetation fault

2003-07-01 Thread Eric J. Pinnell
Hi, 14009 works 48009 doesn't. The apache error log says that it can't connect. According to tomcat the Connector is listening and a netstat shows the port in a LISTEN state. I have a random guess harkening back to my C days: 32767 won't work. Give it a shot. Has to do with 2^16 int

Re: mod jk2 problem, segmetation fault

2003-07-01 Thread Eric J. Pinnell
I could be wrong...it was my understanding that JK2 was only supported by CoyoteConnector. Since both, I believe, use the AJP13 protocol, I guess its possible that Ajp13Connector could/would/might work. I know more about what DOES work than what DOESN'T work. ;) It works *sorta*. It

Re: tomcat-user Digest 1 Jul 2003 20:23:51 -0000 Issue 3015

2003-07-01 Thread Eric J. Pinnell
Freakish things once in while? Weird stuff? Sounds like what's happening to us...this is with TC 4.0.4 that I have Ajp13Connector with JK2 - I also have a TC 4.1.24 with CoyoteConnector/JK2 running in test and would like to move to that one. Do you have any strange error messages showing up

Re: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat

2003-07-01 Thread Eric J. Pinnell
Your workers2.properties looks a little off. I don't know if this is the root of your problem but it should look more like: [shm] file=${serverRoot}/logs/shm.file size=1048576 [lb:lb_01] info=Default load balancer. debug=0 # Example socket channel, override port and host.

RE: PLEASE HELP - Apache mod_jk2 loses communication with Tomcat

2003-07-01 Thread Eric J. Pinnell
Hi, On Tue, 1 Jul 2003, James Courtney wrote: Thanks Eric. I'm still puzzled though. I don't really see any difference in what you're doing vs. what I'm doing. I explicitly specify host and port for the channel sockets and I explicitly define the workers but that's shouldn't make

RE: mod jk2 problem, segmetation fault

2003-07-01 Thread Eric J. Pinnell
Hi, For anyone that cares I changed the 'long's to 'unsigned short's with some advice from Jeff Trawick. Still looks good after a some load. It's not being hammered but it looks ok. -e On Tue, 1 Jul 2003, Eric J. Pinnell wrote: Hi, This tweak on jakarta-tomcat-connectors-jk2-2.0.2-src/jk

high level architecture question.

2003-06-25 Thread Eric J. Pinnell
Hi, I have a simple question that I am hoping will clear up some confusion I have around JK2. I also thing that the JK2 stuff might also apply to mod_jk. Our setup: 2 Apache 2.0.46 boxes and 2 Tomcat 4.1.24 boxes connected with JK2. Each Tomcat is running a single instance of the application.

Re: Problems with mod_jk2

2003-06-24 Thread Eric J. Pinnell
Here is a simple config to get if off the ground for a TCP connection: After you have loaded mod_jk2.so in the modules directory of apache add: LoadModule jk2_module modules/mod_jk2.so JkSet config.file /path/to/apache/conf/workers2.properties to your httpd.conf file. Then in

Re: Problems with mod_jk2

2003-06-24 Thread Eric J. Pinnell
. -e On Wed, 25 Jun 2003, NormW wrote: Good morning Eric. The setting format for 'config.file' at least confirms what a trowel through the source code turned up. Thanks. The 'TomcatID' parameter is also alternately named 'route' in mod_jk2, and is, I think, used mostly in load-balance situations

RE: Admin app not working..

2003-06-23 Thread Roberts, Eric
Hi, You have a bad download of the admin app. This typically occurs if you unzipped it with the wrong utility, or copied from Windows to Unix improperly. HTH -Original Message- From: Nick Stuart [mailto:[EMAIL PROTECTED] Sent: 23 June 2003 16:36 To: Tomcat Subject: Admin app not

RE: Admin app not working..

2003-06-23 Thread Roberts, Eric
that this applies to (HP for definite). This warning does not appear on mirror sites! The admin app is particularly susceptible to this. Rgeards eric -Original Message- From: Nick Stuart [mailto:[EMAIL PROTECTED] Sent: 23 June 2003 16:48 To: Tomcat Users List Subject: RE: Admin app

RE: Admin app not working..

2003-06-23 Thread Roberts, Eric
and .24. I was hoping the upgrade to ...24 would help, but apparently not. Thanks for the suggestion. On Mon, 2003-06-23 at 10:40, Roberts, Eric wrote: Hi, You have a bad download of the admin app. This typically occurs if you unzipped it with the wrong utility, or copied from Windows to Unix

RE: Need help on deploying application

2003-06-23 Thread Roberts, Eric
Sounds like the JDK 1.4.1 not liking spaces in the directory paths. Try putting tomcat in D:\Tomcat4.1 HTH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 23 June 2003 17:20 To: [EMAIL PROTECTED] Subject: Need help on deploying application I have installed

RE: java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-06-20 Thread Roberts, Eric
Hi, If you have declared your database connection pools ast the GlobalNamingResource level, but do not have your contexts declarared in server.xml, you probably need to have context.xml files in your META-INF subdirectory which contain your ResourceLink definitions for the context. HTH

RE: Load balancing

2003-06-20 Thread Roberts, Eric
Hi, Can you use the jvmRoute parameter? -Original Message- From: Pierre Maris [mailto:[EMAIL PROTECTED] Sent: 20 June 2003 16:38 To: [EMAIL PROTECTED] Subject: Load balancing Hi, I am working with a load balanced configuration (1 Apache and 2 Tomcat instances on the same machine).

[Slightly OT] java error size

2003-06-17 Thread Eric J. Pinnell
This might be more of a java question, but how in tomcat do you set it so that when java throws an error you can get a 100 or 200 line traceback and it won't cut it off? -e - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: heap size config

2003-06-17 Thread Eric J. Pinnell
Forgive me for jumping in on this thread mid-way... Keep in mind that 'top' is not the most accurate tool in the world. As well as the way some unixs handle swap space. Solaris, for example, handles swap space like airlines sell tickets on planes. They overbook it. So it might allocate the

Strange JK2 configure error.

2003-06-16 Thread Eric J. Pinnell
Hi, I am seeing a strange error this morning. One that I haven't seen before. I compiled apache 2.0.46 on Solaris 7. I install it and then go to compile jk2. I give the command ./configure --with-apxs2=/path/to/apache/bin/apxs This always works. The only thing that is different is the fact

Re: Strange JK2 configure error.

2003-06-16 Thread Eric J. Pinnell
the problem was that it couldn't find libgcc_s.so.1 in my LD_LIBRARY_PATH. I found that out when I tried to initally start apache above. When I added it, apache started, JK2 compiled and everything clicked. -e On Mon, 16 Jun 2003, Eric J. Pinnell wrote: Hi, I am seeing a strange error this morning

Tomcat, Apache, and SSL

2003-06-12 Thread Eric Northam
to redirect. Is it possible to set up Tomcat and Apache to work in this manner or should I be taking a different approach? Eric DISCLAIMER: The information contained in this e-mail is, unless otherwise indicated, confidential and is intended solely for the use of the named addressee. Access

RE: Special characters

2003-06-12 Thread Roberts, Eric
Just try %@ page contentType=text/html; charset=UTF-8 % - it worked for me! -Original Message- From: David Del Sacramento [mailto:[EMAIL PROTECTED] Sent: 12 June 2003 16:27 To: Tomcat Users List Subject: RE: Special characters Thnaks Andy, I did export CATALINA_OPTS, but I got the next

Re: rotating catalina.out

2003-06-12 Thread Eric J. Pinnell
I was going to experiment with it next week. It would be nice to do it within Tomcat and stay away from the Unix-y stuff. That way it would also work for the windows users. I have a feeling the Unix-y stuff will have to suffice for a bit. -e On Thu, 12 Jun 2003, Filip Hanik wrote: did

Re: rotating catalina.out

2003-06-12 Thread Eric J. Pinnell
12, 2003 1:12 PM To: Tomcat Users List Subject: RE: rotating catalina.out Howdy, Why not use the nightly rollover mechanism used for servlet logs, localhost logs, etc. also for catalina.out? Yoav Shapira Millennium ChemInformatics -Original Message- From: Eric J

RE: UnsatisfiedLinkError with DB2 app driver and JDK1.4.1

2003-06-11 Thread Roberts, Eric
Where is the jar file containing your db drivers? Sounds as though you have it in your jdk1.3.1 installation - it should be in common/lib. HTH -Original Message- From: Jochen Schweflinghaus [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 11:39 To: [EMAIL PROTECTED] Subject:

RE: tomcat domino server

2003-06-11 Thread Roberts, Eric
As per a previous reply: Increase the timeout on the domino session. This is not ideal, but you are in a transition phase, and the situation will not last forever. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 12:34 To: Tomcat Users List

RE: How to UTF-8 your site.

2003-06-11 Thread Roberts, Eric
I would just like to say thanks. I have a magazine site which I recently upgraded from 3.2 to 4.1.24, and all quotation marks in the text were being replaced with the dreaded ? The prospect of editing manually over 100 pages was not a prospect I was looking forward to. Following your advice,

RE: Tomcat 4 control panel

2003-06-11 Thread Roberts, Eric
Er.. manager app and admin app? -Original Message- From: Michele Neylon :: Blacknight Solutions [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 12:42 To: [EMAIL PROTECTED] Subject: Tomcat 4 control panel Hi all I was just wondering if anybody had come across a control panel of any type

RE: Tomcat 4 control panel

2003-06-11 Thread Roberts, Eric
Admin app - create new host? -Original Message- From: Michele Neylon :: Blacknight Solutions [mailto:[EMAIL PROTECTED] Sent: 11 June 2003 12:57 To: [EMAIL PROTECTED] Subject: RE: Tomcat 4 control panel Er.. manager app and admin app? I mean something that will write to server.xml

Re: JVM Profilers

2003-06-11 Thread Eric J. Pinnell
Something to think about is whether or not you are trying to debug a production system or a dev system. Does it crash in dev or do you only see if after a few days being up in prod? If you only see it in prod, you might want to think about something a little more lightwieght than the profilers

Re: Can't Build mod_jk in Linux

2003-06-10 Thread Eric J. Pinnell
What I have found, and this for mod_jk2, is that all it really wants is axps. So ./configure --with-axps2=/path/to/apache2/bin/axps worked for me. Then make. Then it put mod_jk2.so in the build directory and I copied it over to the apache modules directory. This might work for mod_jk. I'd

Rotating catalina.out.

2003-06-10 Thread Eric J. Pinnell
Hi, Our catalina.out gets rather large. We would like to keep the data. Does anybody have a good solution for rotating it w/o restarting the application? Or can that even be done? I was thinking of renaming the file and then touching catalina.out to create a new file but I have some concerns

Re: Rotating catalina.out.

2003-06-10 Thread Eric J. Pinnell
I forgot to add that I am running Solaris, not Linux, and logrotate is not part of the OS. -e On Tue, 10 Jun 2003, Eric J. Pinnell wrote: Hi, Our catalina.out gets rather large. We would like to keep the data. Does anybody have a good solution for rotating it w/o restarting

apache serving as a proxy server to tomcat but cant find servlet

2003-05-31 Thread Eric fiedler
hi - I have apache setup as a proxy server to machine running Tomcat hosting a site. I can view the Tomcat site from the apache machine by using the url, we'll say http://apache:8080/TomactMachine/index.html The site will come up fine. However, when I try to execute a servlet off the Tomcat

RE: apache serving as a proxy server to tomcat but cant find servlet

2003-05-31 Thread Eric fiedler
but cant find servlet Did you explicitly map your servlet in your web application's web.xml file? You have to map your servlet to a URL, you can't just call it. Check the docs and the FAQ. John On Fri, 30 May 2003 10:12:27 -0400, Eric fiedler [EMAIL PROTECTED] wrote: hi - I have apache

RE: apache serving as a proxy server to tomcat but cant find serv let

2003-05-31 Thread Eric fiedler
server to tomcat but cant find serv let Sounds like an Apache mod_proxy configuration problem to me, then. Or, is your Tomcat Context configured in a Host named localhost or one named for the FQDN that you are using? John On Fri, 30 May 2003 10:20:04 -0400, Eric fiedler [EMAIL PROTECTED

RE: apache serving as a proxy server to tomcat but cant find serv let

2003-05-31 Thread Eric fiedler
psexcuse that...wrong reply. -Original Message- From: Eric fiedler [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 12:12 PM To: 'Tomcat Users List' Subject: RE: apache serving as a proxy server to tomcat but cant find serv let damn thats gonna suck...Sat. night Im hanging

JAAS LoginModule ?

2003-05-30 Thread Eric Chow
, the following is my login.jsp. form action=j_security_check method=post name=fm input name=j_username input name=j_password input type=submit value=Login /form When the above submit, it will pass to my LoginModule, how can I implement that part? Best regards, Eric == If you

Precompiled JSP not work if JSP locates under /WEB-INF/

2003-05-30 Thread Eric Chow
Hello, I tried to precompiled all the JSPs before deployment. All worked fine if those JSPs in the context root directory. If some of the JSPs located in the /WEB-INF/?, it not worked. Eric == If you know what you are doing, it is not called RESEARCH

Re: JAAS LoginModule ?

2003-05-30 Thread Eric Chow
How can I do if I want to implmenet an Authenicator that can use in any other application servers.(JBoss, WebLogic, etc) ? Eric - Original Message - From: Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 30, 2003 11:50 AM Subject: Re: JAAS LoginModule

RE: CharConversionException: isHexDigit

2003-05-29 Thread Roberts, Eric
I bet it could be a rare browser. Closed environments are very rarely closed - in our company we are only provided with our own in-house modified version of IE6 - but we work in IT and Telecoms, so Netscape, Opera, etc can be found all over the place - because we can :) -Original

Forwarding an Apache request to a seperate machine running Tomcat....newbie here1

2003-05-29 Thread Eric fiedler
Hi - I have been all over the net trying to find examples of how to do this and am having a really hard time finding good documentation I have machine 'A', running Apache, hosting a website. I have machine 'B', running Tomcat, running a separate site consisting of jsp's and servlets. I

building mod_proxy Apache 1.3

2003-05-29 Thread Eric fiedler
Has anyone who has integrated Apache and Tomcat built mod_proxy by any chance? My documentation on the Jakarta tomcat proxy hot-two document says to run the following command. I am on a Solaris machine: ./configure --enable-module=proxy This creates a file called mod_proxy.o; not

Re: Tomcat with LDAP

2003-04-02 Thread Jonathan Eric Miller
JNDIRealm is broken and unusable. Jon - Original Message - From: Karamat Adil IHMD [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 2:08 PM Subject: Tomcat with LDAP Hello everyone, Can any one give me an example of a LDIF file that I can

RE: JNDI resources

2003-03-31 Thread Roberts, Eric
Hi, What is in your web.xml relating to the datasource? If the datasource is correctly defined in server.xml, there is no need to define it in web.xml, but if you do, web.xml will supersede server.xml, and if web.xml does not have all the correct parameters, you will get this problem. HTH

RE: Http Session Replication : State of the Art

2003-03-28 Thread Roberts, Eric
Try http://www.filip.net/tomcat-clustering.html Session replication is a standard feature of Tomcat 5. -Original Message- From: jerome moliere [mailto:[EMAIL PROTECTED] Sent: 28 March 2003 13:06 To: [EMAIL PROTECTED] Subject: Http Session Replication : State of the Art Hi all,

Re: Xvfb and tomcat - how?

2003-03-27 Thread Eric Weidner
1.4.1_02 Eric Oliver Meyn wrote: Hi Paul, hiya: Yip: I've been using JFreeChart with huge success on a headless linux box: You do not need Tomcat and xvfb to communicate as such, xvfb just needs to be running. I start mine with Xvfb :0 -screen 0 1600x1200x32 Did you have to do any

RE: determining which jdk tomcat is using

2003-03-24 Thread Roberts, Eric
Run the manager application - it lists the JVM version. -Original Message- From: KIESEL,JEFF (HP-NewJersey,ex2) [mailto:[EMAIL PROTECTED] Sent: 24 March 2003 15:15 To: '[EMAIL PROTECTED]' Subject: determining which jdk tomcat is using hi all, i have multiple jdks installed on my

RE : Lb_factor didn't work as expected

2003-03-22 Thread LAGALISSE Eric
Yes, we are using the worker MPM and the behavior mentionned in my initial mail if we use the same lb_factor value 1. Eric LAGALISSE -Message d'origine- De : Bill Barker [mailto:[EMAIL PROTECTED] Envoyé : samedi 22 mars 2003 09:59 À : [EMAIL PROTECTED] Objet : Re: Lb_factor didn't work

Lb_factor didn't work as expected

2003-03-21 Thread LAGALISSE Eric
. # Note: # If a worker dies, the load balancer will check its state # once in a while. Until then all work is redirected to peer # worker. worker.infonetworker.type=lb worker.infonetworker.balanced_workers=tomcat1, tomcat2 # # END workers.properties # Eric LAGALISSE

Re: Problems with tomcat 4.0.1 and 4.1.18

2003-03-21 Thread Jonathan Eric Miller
I think I may be having the same problem as well. I'm running Tomcat in standalone mode and I have it configured only for HTTPS. The error message that I'm receiving is. INFO: All threads are busy, waiting. Please increase maxThreads or check the servlet status75 75 This is the second time I've

Re: tomcat 4.1.18, apache 2.0.43, mod_jk 2.0.43

2003-03-21 Thread Jonathan Eric Miller
I'm running in standalone mode and I'm receiving the same error, so, I don't think the problem is with regard to what version of Apache you're running or mod_jk. Jon - Original Message - From: Ivan F. Martinez [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, March

Tomcat Config Problem

2003-03-19 Thread Barthmaier, Eric
Trying to get 4.1.18 running under W2K Server and j2re-1.4.1_02. Getting the following error on startup... Eric Barthmaier Systems Engineer Pennsylvania State University 814-865-4073

Re: application scope question Please help

2003-03-17 Thread Eric Larson
computers have logged on too? in other words, can a person from a browser see if other people have logged on too? how can i get information about the different instances of a bean that different people instantiated? mike From: Eric Larson [EMAIL PROTECTED] Reply-To: Tomcat Users

RE: Web developer's problem

2003-03-17 Thread Eric Gauthier
. Hope it helps regards Eric At 16:20 2003-03-17 +0100, you wrote: Hi, I used to have that problem, and I solved it restarting Tomcat each time it didn't show the new code. But this was in my own PC. I don't know if you can be restarting your server this way. Anyway, try this other solution

mod_jk2 with Apache 1.3 on OS X?

2003-03-16 Thread Eric Jacobson
this to work or can offer some pointers, I would appreciate the help. Thanks, Eric Jacobson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: application scope question

2003-03-16 Thread Eric Larson
The session bean doesn't actually expire when the browser window is closed. It times out at some point in the future when it hasn't been accessed for some number of minutes that you can configure. Theoretically you could manipulate session beans using Listeners to gain access to the beans after

First simple questions

2003-03-14 Thread LAGALISSE Eric
Hi, We try to configure load balancing using JK2 and our first question is about the syntax used. Should we use lb_factor OR lbfactor? Second question: what is the range of this factor? from 1 to??? Thanks for your help. Eric LAGALISSE Coordinateur de production CASDEN

RE: javax.servlet.ServletException: ClassNotFoundException: org.postgresql.Driver

2003-03-14 Thread Roberts, Eric
The key word is link - place the file physically in the common/lib directory. HTH -Original Message- From: Jason S. Friedman [mailto:[EMAIL PROTECTED] Sent: 14 March 2003 06:17 To: [EMAIL PROTECTED] Subject: javax.servlet.ServletException: ClassNotFoundException: org.postgresql.Driver

RE : First simple questions

2003-03-14 Thread LAGALISSE Eric
: LAGALISSE Eric [mailto:[EMAIL PROTECTED] Sent: March 14, 2003 5:18 AM To: [EMAIL PROTECTED] Subject: First simple questions Hi, We try to configure load balancing using JK2 and our first question is about the syntax used. Should we use lb_factor OR lbfactor ? Second question : what

RE: KEEP-ALIVE

2003-03-14 Thread Roberts, Eric
Er.. Why is this attribute nowhere in the TC docs?? -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: 14 March 2003 07:51 To: [EMAIL PROTECTED] Subject: Re: KEEP-ALIVE If you are using the CoyoteConnector (the default for 4.1.x), then set the maxKeepAliveRequests=1

RE : Apache - Tomcat connectors

2003-03-14 Thread LAGALISSE Eric
of people are waiting for this build method. Eric LAGALISSE -Message d'origine- De : apachep2 [mailto:[EMAIL PROTECTED] Envoyé : vendredi 14 mars 2003 17:43 À : 'Tomcat Users List' Objet : RE: Apache - Tomcat connectors Disagree. I think the simplicity of jk2 configuration (not building of jk2

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Roberts, Eric
Filip's memory is correct. In server.xml you need an entry on the engine element: Engine jvmRoute=tomcat1 . then on the next instance Engine jvmRoute=tomcat2 etc. and your workers.properties file should declare workers tomcat1, tomcat2, etc Regards Eric -Original

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Roberts, Eric
using jk or jk2? Eric -Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: 10 March 2003 10:14 To: Tomcat Users List Subject: RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector. Hi I check out in the server.xml

RE: Loading one host or web-app before others

2003-03-10 Thread Roberts, Eric
Hi, You could set up two Service elements, because Tomcat does guarantee that Services will be initialized in the order they are listed in server.xml HTH Eric -Original Message- From: Neale Rudd [mailto:[EMAIL PROTECTED] Sent: 10 March 2003 10:10 To: Tomcat Users List Subject: Loading

RE: Problem with sticky session in Tomcat4.1.18 and Apache 2.0.43 using mod_JK Connector.

2003-03-10 Thread Roberts, Eric
debug=0 name=Standalone defaultHost=myhost mapperClass=org.apache.catalina.core.StandardEngineMapper HTH Eric -Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: 10 March 2003 10:45 To: Tomcat Users List Subject: RE: Problem with sticky session

RE: Problems with JMX Bean in Tomcat4.1.18

2003-03-10 Thread Roberts, Eric
-Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: 10 March 2003 14:54 To: Tomcat Users List Subject: Problems with JMX Bean in Tomcat4.1.18 Hi I have a problem with JMX Bean it was giving the following error ServerLifecycleListener: Creating MBean for

RE: Problems with JMX Bean in Tomcat4.1.18

2003-03-10 Thread Roberts, Eric
Hi Joshua, Do not use the ajp13 connector - use the CoyoteConnector. Then you can use your JMX Beans. The error means that there is no entry in mbeans_decriptor.xml for ajp13. Regards Eric -Original Message- From: Joshua Sunil Kumar [mailto:[EMAIL PROTECTED] Sent: 10 March 2003 14:54

Re: Passing a Collection object from 1 JSP to another without scopingit to session

2003-03-09 Thread Eric Larson
I think that you will find the answer to this to be no. The scope of a request object is the servlet service method, so if you are processing a different request, you are automatically going to have a different request object. On Sun, 2003-03-09 at 21:02, Andrew Latham wrote: Hope someone has

TOMCAT configuration

2003-03-07 Thread eric . monteiro
Hi, I'm brazilian. I like know how configure the Tomcat Web Application Manager tk's Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Share Java resources between two (or more) servlets

2003-03-07 Thread Roberts, Eric
You could use a GlobalNamingResources datasource db connection pool which would be available to all your servlets via a ResourceLink, rather than a servlet. -Original Message- From: Bill Lunnon [mailto:[EMAIL PROTECTED] Sent: 07 March 2003 11:52 To: Tomcat Users List Subject: RE: Share

RE: can't connect to my Datasource Oracle

2003-03-07 Thread Roberts, Eric
Your server.xml looks OK - try classes12.zip (renamed to classes12.jar) instead of classes111.jar -Original Message- From: Yannick Monclin [mailto:[EMAIL PROTECTED] Sent: 07 March 2003 15:24 To: [EMAIL PROTECTED] Subject: can't connect to my Datasource Oracle hi, i try to configure my

RE: DBCP problems connection does not return

2003-03-06 Thread Roberts, Eric
Try removing the maxIdle and maxActive parameters so that defaults are used - these are much lower than the 30 and 100 in your configuration. I had the same problem with Oracle. HTH Eric -Original Message- From: Gerlinde Fischer [mailto:[EMAIL PROTECTED] Sent: 06 March 2003 12:06

Re: Internationalization question

2003-02-22 Thread Eric H
On Sat, 2003-02-22 at 17:45, THG wrote: with request.getParameter(test) you get the iso-8859-1 encoded utf-8 data (which is encoded with us_ascii) - an double encoded string. Ok, I think I'm beginning to get it. I did this in a JSP (with charset=UTF-8): String parameter =

RE: 403 Forbidden - you don't have permission ... I'M STUCK!!

2003-02-21 Thread Roberts, Eric
Sorry - didn't get your attachments - but think the problem is in httpd.conf Is your listen directive set? # # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, in addition to the default. See also the VirtualHost # directive. # # Change this to Listen on specific IP

RE: 403 Forbidden - you don't have permission ... I'M STUCK!!

2003-02-21 Thread Roberts, Eric
- From: Roberts, Eric [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, February 21, 2003 9:50 AM Subject: RE: 403 Forbidden - you don't have permission ... I'M STUCK!! Sorry - didn't get your attachments - but think the problem is in httpd.conf Is your listen directive set

RE: Tomcat 4.1.18-LE re-writes tomcat-users.xml file; why?

2003-02-21 Thread Roberts, Eric
Yoav is correct - you can create users in the Admin webapp. ...and you could use the Fullname field for your comments. HTH -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: Freitag, 21. Februar 2003 16:56 To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: RE:

RE: error opening tomcat admin login page

2003-02-20 Thread Roberts, Eric
a simple gunzip, tar -xf then run tomcat. Would you elaborate on this too? TIA, Mark Roberts, Eric wrote: Hi, Its a case sensitivity issue - when you installed either message got translated to MESSAGE or the other way round. Two solutions - 1) re-install from another souce or 2) go down

RE: Error 500 when trying to run /manager app.

2003-02-20 Thread Roberts, Eric
Add the role as well ?xml version='1.0' encoding='utf-8'? tomcat-users role rolename=tomcat/ role rolename=role1/ role rolename=manager/ role rolename=admin/ user username=tomcat password=tomcat roles=tomcat/ user username=both password=tomcat roles=tomcat,role1/ user username=role1

Re: Tomcat on Solaris 8

2003-02-19 Thread Eric J. Kropf
at $CATALINA_HOME/logs for errors on StartUp. Eduardo Jaunez S. -Mensaje original- De: Eric J. Kropf [mailto:[EMAIL PROTECTED]] Enviado el: Martes, 18 de Febrero de 2003 23:54 Para: [EMAIL PROTECTED] Asunto: Tomcat on Solaris 8 Hello: A recent post by me asked for help

RE: error opening tomcat admin login page

2003-02-19 Thread Roberts, Eric
Hi, Its a case sensitivity issue - when you installed either message got translated to MESSAGE or the other way round. Two solutions - 1) re-install from another souce or 2) go down into the admin app directories and change the names of the properties files manually HTH -Original

Jasper2

2003-02-18 Thread Eric J. Kropf
Greets: Does anyone knowwhere to download the source for Jasper2? I am building Tomcat on Solaris and ran into a problem requiring the source. I looked all over the Jakarta web site, but no luck. Thanks, Eric Kropf Systems Administrator Engineous Software, Inc

Tomcat on Solaris 8

2003-02-18 Thread Eric J. Kropf
) Anyone know whats going on? Anyone build this on a Solaris 8 machine? Thanks, Eric Kropf - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-12 Thread Eric L. Wittle
Tomcat 4.1.18 conf directory, my jk2.properties files contains the folloing: handler.list=apr,channelSocket,request channelSocket.port=8009 Hope this works for you... -Eric - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Setting classpath for tomcat 4.1.18 - where to??

2003-02-12 Thread Roberts, Eric
Hi, Put your drivers in common/lib. Tomcat uses it's own classpath - read the Class Loader HOW TO in the docs. HTH :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 12. Februar 2003 12:39 To: [EMAIL PROTECTED] Subject: Setting classpath for

RE: Admin Webapp Error

2003-02-12 Thread Roberts, Eric
Hi Roberto, I had a similar experience, but on a unix platform. We had downloaded Tomcat as a .zip to W2K box (we run HP/UX and the tar.gz files are no good to us). The file was unzipped, then transferred to the unix box. The file transfer mechanism did not work correctly, and did not convert

RE: loadbalancing with tomcat only and unable to bring admin and manager pages

2003-02-12 Thread Roberts, Eric
Another answer on monitoring: We run a shell script on cron which invokes Ant to monitor which servlets are running in Tomcat (using the list target), and then compare the results with a properties file containing the names of our servlets - any discrepancy and an alarm is automatically

RE: Question

2003-02-12 Thread Roberts, Eric
[EMAIL PROTECTED] -Original Message- From: Luc Foisy [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 12. Februar 2003 15:48 To: Tomcat User List (E-mail) Subject: Question is there an apache html server list? Luc Foisy -

<    1   2   3   4   5   6   7   8   9   10   >