Applets & SSL

2006-09-19 Thread Z.M.Karbhari
Hello I seem to be having a problem loading an applet using HTTPS. I get a class not found error. It runs OK on simple HTTP. Any help would be appreciated. Regards Karbhari - To start a new topic, e-mail: users@tomcat.apache

Re: Upgrade from 2000 to 2003

2006-09-19 Thread Steven Bell
I use the redirector version 1.2.15 or 1.2.14, with a binary installer (msi.) 1.2.18 does not appear to have a .msi installer yet. I have Tomcat 5.5.17 running on several windows servers, some with IIS 6, some with 5 and one with 5.1 (my windows xp system.) On all, I used the .msi installer.

Re: JSessionId and Google

2006-09-19 Thread Simon Pink
Thanks, I could try this, but I was kind of hoping for a more general Tomcat solution (if there is one). I know Resin has a 'enable-url-rewriting' flag that you can set in it's config. I guess the question still is, does anyone definitively know if jsessionid does have negative impact on Google r

Re: Down to a single error

2006-09-19 Thread David Smith
Don't forget 8005 -- the shutdown port. That has to be clear as well. --David Kevin Mullin wrote: Thank to all who have been watching the problems I encountered. Thanks to a recent reply, I determined that I had bad copy of tomcat in the tar.gz download from apache. I download the .zip ve

Down to a single error

2006-09-19 Thread Kevin Mullin
Thank to all who have been watching the problems I encountered.  Thanks to a recent reply, I determined that I had bad copy of tomcat in the tar.gz download from apache.  I download the .zip version and everything was fine.  Well, almost everything.  I no longer got the class not found exceptions

Re: [REPOST] Can't get apache and Tomcat to talk

2006-09-19 Thread brian bay
sorry I failed to mention that I was running tomcat5.5.17... minor details. On 9/15/06, Rob Tanner <[EMAIL PROTECTED]> wrote: Mark, Thank you. That took care of the problem. -- Rob On 09/15/2006 05:28 PM, Mark Thomas wrote: Rob Tanner wrote: Brian, Adding the parameter you suggest

Re: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Martin Gainty
David-- The connection-pool is a series of preallocated Connection Resources which the ConnectionPoolManager dispatches to registered clients on as needed basis..The more sophisticated ConnectionPoolManagers have thread starvation metrics and monitoring built in so if there is no activity on a

Re: Problems in TOMCAT

2006-09-19 Thread Martin Gainty
Kevin- When you deploy Tomcat 5.5 you should have jsp-examples webapp in your webapps folder e.g. $TOMCAT_HOME/webapps/jsp-examples/WEB-INF/classes/compressionFilters 01/19/2005 04:40 PM 4,025 CompressionFilter.class 01/19/2005 04:40 PM 7,412 CompressionFilter.java 01/1

Problems in TOMCAT

2006-09-19 Thread Kevin Mullin
I am seeing this in the log that tracks the start of Tomcat: SEVERE: End event threw exception                                   java.lang.reflect.InvocationTargetException                         .at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)     ...a host of java trace messa

RE: INFO: XML validation disabled

2006-09-19 Thread Caldarale, Charles R
> From: Kevin Mullin [mailto:[EMAIL PROTECTED] > Subject: INFO: XML validation disabled > > I'm seeing this message from the started task the starts > TOMCAT, is it something to be concerned about? What does it mean? Perfectly normal, which is why it's an INFO message. It's an attribute of th

INFO: XML validation disabled

2006-09-19 Thread Kevin Mullin
I'm seeing this message from the started task the starts TOMCAT, is it something to be concerned about?  What does it mean? Kevin Mullin Sr. Analyst IBM Corporation (206) 345-7068 [EMAIL PROTECTED]

RE: Tomcat 5.5 won't auto-deploy my web app

2006-09-19 Thread Peter Ries
Martin, After a few moments of working on it, that works just fine. What does that tell you? Thanks for thinking about this. ~Peter -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 11:36 AM To: Tomcat Users List Subject: Re: Tomcat 5.

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Darren Hall
> Which is why I suggested Ethereal to see what was really going over the > wire between your Windows box and the DB machine. Yep. I think you're right. I'll get that set up and take a look. Be back in a while. Thanks for the help.

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Caldarale, Charles R
> From: Darren Hall [mailto:[EMAIL PROTECTED] > Subject: RE: Database connection pooling in Tomcat 5.5 > > I don't know where to go from here. I'm stumped. Which is why I suggested Ethereal to see what was really going over the wire between your Windows box and the DB machine. - Chuck THIS C

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Darren Hall
> They are, you just don't know it. From the doc: > > "These libraries are located in a single JAR at > $CATALINA_HOME/common/lib/naming-factory-dbcp.jar. Gotcha. Thanks, Chuck. The naming-factory-dbcp.jar is in my /commons/lib dir. The bizarre thing about all of this is that A) I can connect

Re: Database connection pooling in Tomcat 5.5

2006-09-19 Thread David Smith
Don't think so you need the commons-*.jar files. Tomcat 5.5 refactored the commons-dbcp package internally so it wouldn't collide with webapps using the release version from http://jakarta.apache.org/commons/dbcp. I don't have those and I've been using mysql without issue. --David Darren Hal

Re: 5.5.17 cluster doesn't sync sessions on startup

2006-09-19 Thread Ronald Klop
They are in sync. We are using ntp for decades. (And I checked that it is still working.) Ronald. On Thu Sep 07 20:59:16 CEST 2006 Tomcat Users List wrote: Check that your server times are all synchronised. Ronald Klop wrote: > Thanks for your anser. I'm going to look into this. > > I h

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Caldarale, Charles R
> From: Darren Hall [mailto:[EMAIL PROTECTED] > Subject: RE: Database connection pooling in Tomcat 5.5 > > > make SURE commons-pooling.jar, commons-dbcp.jar and > > commons-collections.jar are in your ./WEB-INF/lib folder > > None of these jar files are in either my /WEB-INF/lib folder or my >

Re: mod_jk 1.2.19 release candidate: ready to test

2006-09-19 Thread Jim Jagielski
+1 for release: Tested OS X, Sol8 and Suse 10.0 - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Darren Hall
(In reverse order) > have you used a DB utility such as tora/toad/sqlplus to successfully > authenticate to your Database with the values for username and password? Yes > Inside struts-config.xml can you show us what you have supplied for each > value associated with the following properties >

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Caldarale, Charles R
> From: Darren Hall [mailto:[EMAIL PROTECTED] > Subject: RE: Database connection pooling in Tomcat 5.5 > > Well, yes and no. I've actually hard coded the username and > password into my code when I've tested *not* using connection > pooling, so I know what they are in that case. Have you tried

RE: cannot load jdbc driver??

2006-09-19 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: Re: cannot load jdbc driver?? > > I would advise to not place app jars in common as it is used > by TC Internals No one has suggested putting app jars in common/lib; why did you bring this up? He has to put the JDBC driver jar there in

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Darren Hall
> did you try printing out the username and password variables to see what > credentials are coming through? Well, yes and no. I've actually hard coded the username and password into my code when I've tested *not* using connection pooling, so I know what they are in that case. When using connecti

Re: cannot load jdbc driver??

2006-09-19 Thread Martin Gainty
I would advise to not place app jars in common as it is used by TC Internals here is why (straight from TC5.5. Doc) a.. Common - This class loader contains additional classes that are made visible to both Tomcat internal classes and to all web applications. Normally, application classes should N

Re: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Martin Gainty
1) make SURE commons-pooling.jar, commons-dbcp.jar and commons-collections.jar are in your ./WEB-INF/lib folder 2) Inside struts-config.xml can you show us what you have supplied for each value associated with the following properties To: "'Tomcat Users List'" Sent: Tuesday, September 19, 20

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Propes, Barry L
did you try printing out the username and password variables to see what credentials are coming through? -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 1:37 PM To: 'Tomcat Users List' Subject: RE: Database connection pooling in Tomcat 5.5

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Darren Hall
> That SQL Nested Exception thing in general looks like the root cause...any > way to try going to the DOS prompt and connecting to SQL Plus with that > username/pwd combo? Yes, using that username and password works fine through SQL Plus, and I've connected to the database several times through

Re: Tomcat 5.5 won't auto-deploy my web app

2006-09-19 Thread Martin Gainty
yes what happens when you specifically deploy the generated war i.e. go to MANAGER GO TO bottom of page Browse for your NameOfWebapp.war and click Deploy ? * This email message and any files transmitted with it contain confidentia

Re: configuration setting to disable URL sessions?

2006-09-19 Thread phishery
Did anyone ever find a easy/clean way to disable JSESSIONID on a standalone tomcat server (so not using apache url rewriting)? Thanks, R Chetan Sabnis wrote: > > Is there a way to disable the Tomcat server (5.5) from accepting > sessions that are sent in the URL using jsessionid? This would b

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Propes, Barry L
I wonder, Darren, have you tried authenticating at all thru the JDBC realm? I know you're ultimately wanting and needing to use the JNDI connection, but I'm just wondering if there was some other misconfiguration problem you could either rule out or in as a possibility. That SQL Nested Exception

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Darren Hall
> does your XP box give you any application log errors anywhere? I see no errors in the event viewer in any of the logs that are related to this issue, but it was a good idea. (I didn't think of it.) > I wonder if Windows is looking for a domain authentication, that is a > domain name stapled on

Re: JK 1.2.18 win32 dll not working

2006-09-19 Thread Julie Szmyd
Finally solved this. There is now a note at the bottom of the downloads page [not all mirrors show the readme notes right on the page, so if you don't see the note check the README.html :( ] that gives the resolution: There is an error in 1.2.18 that requires the new feature rewrite_rule_fi

How do I install custom protocol handler in my Tomcat (4.1.31)?

2006-09-19 Thread Aaron . Kats
Title: How do I install custom protocol handler in my Tomcat (4.1.31)? Hi, I have a need for a custom URLConnection class in my application. I have written a Handler class that returns one. I also set -Djava.protocol.handler.pkgs=com.ubs.fi.confine.networking in my startup script for Tomcat

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Propes, Barry L
does your XP box give you any application log errors anywhere? I wonder if Windows is looking for a domain authentication, that is a domain name stapled on to the user acct prior to authenticating the user? Can you print out to the Tomcat logs the errors? -Original Message- From: Darren

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Darren Hall
More progress with this issue. It seems that on our development server (solaris box running solaris 10) the connection pool connects properly. However on my local box (a Windows XP SP2 box where I'm doing my development before I move it to dev) the connection pool returns to me an "invalid username

RE: additional URL redirect question

2006-09-19 Thread Caldarale, Charles R
> From: Steacy, Christina [mailto:[EMAIL PROTECTED] > Subject: additional URL redirect question > > How can I get http://events.mycompany.com > to bring up the homepage of > my astraweb hompage? 1) Install your astraweb app in webapps/ROOT (or webapps/ROOT.war, i

Re: Tomcat 5.0.28: ROOT.Context Error - application listeners issue.

2006-09-19 Thread Todd Patrick
Martin: Thanks for the response. Your example helped me realized that my install was really messed up. Thanks, --Todd On 9/19/06, Martin Gainty <[EMAIL PROTECTED]> wrote: Todd Here is the web.xml from my root webapp http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XML

RE: cannot load jdbc driver??

2006-09-19 Thread Propes, Barry L
shouldn't it deploy automatically within your WAR file? I think it does. -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 11:09 AM To: 'Tomcat Users List' Subject: RE: cannot load jdbc driver?? > They will be accessible by your war file cod

Re: cannot load jdbc driver??

2006-09-19 Thread David Smith
You can, but you'll have to handle database pooling on your own. It's easy enough to do with a number of pooling projects out there -- c3p0 and commons-dbcp to name a couple. Just write the code in a ServletContextListener and store the resulting DataSource in the ServletContext. It won't be

RE: cannot load jdbc driver??

2006-09-19 Thread Darren Hall
In any case, moving the ojdbc14.jar file to the common/lib directory worked. Thanks. -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 12:09 PM To: 'Tomcat Users List' Subject: RE: cannot load jdbc driver?? > They will be accessible by your

RE: cannot load jdbc driver??

2006-09-19 Thread Darren Hall
> They will be accessible by your war file code. You do not need the jar > in both places. Only common/lib No no. I understand that it will be available to my code (since the app server will put the jar in my classpath), but it means I can't deploy ojdbc14.jar with my war any longer. Correct?

additional URL redirect question

2006-09-19 Thread Steacy, Christina
Hello, I have just recently installed an application (astraweb) that uses tomcat for its' web client. I'm trying to setup events.mycompany.com to bring up the astraweb client. I already have one web server on the network which is the main website (www.mycompany.com) and astraweb is a secondar

RE: cannot load jdbc driver??

2006-09-19 Thread Derrick Koes
They will be accessible by your war file code. You do not need the jar in both places. Only common/lib -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 12:03 PM To: 'Tomcat Users List' Subject: RE: cannot load jdbc driver?? > did you not

RE: cannot load jdbc driver??

2006-09-19 Thread Darren Hall
> did you not specify a JDBC connection in the Realm? server.xml in the conf > file? I have no Realm specified in server.xml, however I'm attempting to get connection pooling set-up (see my connection pool thread) so I've created a context.xml file and specified my connection information inside a

Re: cannot load jdbc driver??

2006-09-19 Thread David Smith
ojdbc14.jar needs to be in common/lib to be visible to tomcat's database pooling mechanism. --David Darren Hall wrote: Great - not only is the connection pool not working locally, but the drivers cannot be loaded in my production environment. I've packaged ojdbc14.jar into my war and it depl

RE: cannot load jdbc driver??

2006-09-19 Thread Propes, Barry L
did you not specify a JDBC connection in the Realm? server.xml in the conf file? -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 10:38 AM To: 'Tomcat Users List' Subject: cannot load jdbc driver?? Great - not only is the connection pool n

RE: cannot load jdbc driver??

2006-09-19 Thread Derrick Koes
These jars must be accessible by tomcat to create the pool. They should be in common/lib. -Original Message- From: Darren Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 11:38 AM To: 'Tomcat Users List' Subject: cannot load jdbc driver?? Great - not only is the connec

No response from server

2006-09-19 Thread SSL
Hello there, we experience the situation that our Tomcat server does not respond anymore after some time. We already tried a few things to track the problem, like lambdaProbe, the latest tomcat version, memory seetings, ... but to no avail. Do you have an idea what the problem could be? Thanks

cannot load jdbc driver??

2006-09-19 Thread Darren Hall
Great - not only is the connection pool not working locally, but the drivers cannot be loaded in my production environment. I've packaged ojdbc14.jar into my war and it deploys into my WEB-INF/lib directory. When Tomcat 5.5 starts up and I point a browser at my application, I get a "Cannot load JD

Solution suggestion for Invalid direct reference to form login page

2006-09-19 Thread Homer, Brad
Just some feedback for a new configurable feature which would solve a common issue - you can take it or leave it. Problem Description: It's very easy to bookmark the form login page of a protected Tomcat application. Most users (even experienced ones) automatically assume som

Re: Apache httpd + (internal) Tomcat + virtual hosts

2006-09-19 Thread ben short
Hi, I have used virtual hosts configured as below on a Apache 1.3 server to proxy to Tomcat. Maybe of interest to you. ServerName www.domain1.com ProxyPass / http://192.168.100.20:8080/app1/ ProxyPassReverse / http://192.168.100.20:8080/app1/ ProxyRequests off ErrorLog logs/domain1-error_log Tr

Re: URL Redirection

2006-09-19 Thread Markus Schönhaber
Ashirvad Uniyal wrote: > There is an application made in Tomcat in the webapps\Mondrian > directory, the application is already being used by the clients, > the problem is the client has to always type > http://abc.com/Mondrian/index.jsp in the address bar, rather than typing > only > http://abc.co

Re: Apache httpd + (internal) Tomcat + virtual hosts

2006-09-19 Thread Mikolaj Rydzewski
Carlos A. Carnero Delgado wrote: We will install Apache 2.2.x if we can't find a solution within 48 hours ;) Part of the problem is that it was decided, from on-high, that the production HTTP server would be Apache 2.0.x, which does not have neither the built-in ajp proxy nor the cookie-handling

RE: URL Redirection

2006-09-19 Thread Caldarale, Charles R
> From: Ashirvad Uniyal [mailto:[EMAIL PROTECTED] > Subject: URL Redirection > > the problem is the client has to always type > http://abc.com/Mondrian/index.jsp in the address bar, rather > than typing only > http://abc.com/index.jsp. Rename your application to ROOT (case sensitive). Apps de

Re: Apache httpd + (internal) Tomcat + virtual hosts

2006-09-19 Thread Carlos A. Carnero Delgado
I'd use mod_proxy_ajp included in apache 2.2.x with AJP connector. There would no cookie problems. We will install Apache 2.2.x if we can't find a solution within 48 hours ;) Part of the problem is that it was decided, from on-high, that the production HTTP server would be Apache 2.0.x, which do

Re: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Martin Gainty
Please display the contents of your context.xml so we may assist you M- * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed

Re: Apache httpd + (internal) Tomcat + virtual hosts

2006-09-19 Thread Mikolaj Rydzewski
Carlos A. Carnero Delgado wrote: (1) We have seen that it is capable of proxying, not just URL rewriting. If we using its proxying capabilites, do we still need mod-jk? I'd use mod_proxy_ajp included in apache 2.2.x with AJP connector. There would no cookie problems. (2) When we tried u

Re: Database connection pooling in Tomcat 5.5

2006-09-19 Thread David Smith
As the subject title implies, we are looking at 5.5. In 5.5, the parameters on a resource are expressed as attributes on the Resource element. --David Martin Gainty wrote: As it appears you may be missing the parameter(s) username PutYourUsernameHere

Re: Apache httpd + (internal) Tomcat + virtual hosts

2006-09-19 Thread Carlos A. Carnero Delgado
Hi, Have a look at mod- rewrite We have looked into it (not in depth, granted.) But: (1) We have seen that it is capable of proxying, not just URL rewriting. If we using its proxying capabilites, do we still need mod-jk? (2) When we tried using it, some stuff worked all right, b

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Darren Hall
> can you print the contents of context.xml? Absolutely Martin, The parameters are there, but they are included as attributes instead of contained as the body of an element. I'm not sure if this matters or not, but I have it implemented a way I saw it done in a "JNDI Datasource How-To" on Apache'

Re: URL Redirection

2006-09-19 Thread Mikolaj Rydzewski
Ashirvad Uniyal wrote: There is a bug that i have to fix, please help. Is there a bug? You can deploy your app in the root context. -- Mikolaj Rydzewski <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: Tomcat 5.0.28: ROOT.Context Error - application listeners issue.

2006-09-19 Thread Martin Gainty
Todd Here is the web.xml from my root webapp http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4"> Welcome to Tomcat Welc

Re: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Martin Gainty
As it appears you may be missing the parameter(s) username PutYourUsernameHere password PutYourPasswordHere can you print the contents of context.xml? M- *

URL Redirection

2006-09-19 Thread Ashirvad Uniyal
Hello All, There is a bug that i have to fix, please help. There is an application made in Tomcat in the webapps\Mondrian directory, the application is already being used by the clients, the problem is the client has to always type http://abc.com/Mondrian/index.jsp in the address bar, rather t

Re: Apache httpd + (internal) Tomcat + virtual hosts

2006-09-19 Thread Bruno Georges
Have a look at mod- rewrite Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 - Original Message - From: "Carlos A. Carnero Delgado" [EMAIL PROTECTED] Sent: 19.09.2006 15:50 To: users@tomcat.apache.org Subject: Apache httpd + (internal) Tom

Re: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Martin Grogan
Hi Darren, See below for some code that I recently sent to the list in relation to this problem. It helped with the other person, might work for you too. Regards, Martin -- // fragment from web.xml DB Connection jdbc/dbname javax.sql.DataSource Container // context.xml prefix

Tomcat 5.0.28: ROOT.Context Error - application listeners issue.

2006-09-19 Thread Todd Patrick
Tomcat 5.0.28 Eclipse Version: 3.2.0 When I start Tomcat from within Eclipse, I receive the following in my Console. My application still works fine, but I have no clue on what could be causing this error to be displayed? 2006-09-19 08:46:20,079 INFO [org.apache.catalina.core.StandardHostDeploye

Apache httpd + (internal) Tomcat + virtual hosts

2006-09-19 Thread Carlos A. Carnero Delgado
Hello, I have a Tomcat box (running 5.0.30) for production code. There, our dev team deploys applications as they finish them, under different contexts. We want these applications to be available under an Apache httpd (2.0.55) Internet-facing server, each on a virtual host: http://dev.box:8180/

problem with path

2006-09-19 Thread Raffaele Viola
Hi all, I have Apache/2.0.54 mod_jk/1.2.18 and tomcat 5.5.9 installed on Sun Solaris8. I've inserted the rows JkAutoAlias /usr/local/tomcat/webapps and JkMount /My_application default JkMount /My_application/* default in the httpd.conf and workers.tomcat_home=$CATALINA_HOME workers.catalina_home

Re: JSessionId and Google

2006-09-19 Thread Filip Hanik - Dev Lists
couldn't you simply create a HttpServletResponseWrapper object in a filter, this object could overwrite the method that encodes the URL and remove the JSESSIONID from it Filip Simon wrote: Hi, According to the Google "Information for Webmasters" page, it appears that Google will not index/

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Darren Hall
> Have you tried > username="myuserid" password="mypassword" > instead username="(myuserid)" password="(mypassword)" Yes Jean-Claude. In fact, I don't use the parenthesis around the username and password in my context.xml file. I just listed it that way here in the list so people would understand

Re: Tomcat and multiple IP addresses

2006-09-19 Thread Martin Gainty
server.xml Host spec for Standalone configuration Host for top level Catalina container HTH Martin -- * This email message and any files transmitted with it contain confidential information intended only for the person

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Serlet Jean-Claude
Have you tried username="myuserid" password="mypassword" instead username="(myuserid)" password="(mypassword)" Jean-Claude -Message d'origine- De : Sameer Acharya [mailto:[EMAIL PROTECTED] Envoyé : mardi 19 septembre 2006 08:49 À : Tomcat Users List Objet : Re: Database connection pool

RE: System requirements

2006-09-19 Thread Peter Crowther
> From: DEMESY Nicolas [mailto:[EMAIL PROTECTED] > I have one context for a web portal with servlet pages and > one context for an axis web server . OK... you still need more information here, I'm afraid. Axis is pretty small and pretty quick, but the web services that are running in it could b

Re: System requirements

2006-09-19 Thread DEMESY Nicolas
Thank you for yours answers. I have one context for a web portal with servlet pages and one context for an axis web server . Sorry for the missing information . Nicolas DEMESY Mikolaj Rydzewski a écrit: DEMESY Nicolas wrote: I would like to know what are the system requirements for using

Re: System requirements

2006-09-19 Thread David Kerber
Andrew Miehs wrote: Hi Nicolas, Tomcat works best with large hardware. I have found that using a Sun Enterprise 15K with 1 processor per online user gives me the best performance. Don't forget the 1GB of RAM per user... That combination would giive terrific performance ;-) Regards

Re: System requirements

2006-09-19 Thread Martin Gainty
Nicolas- I found a link which displays the 'upper limits' (at the bottom of the page are Required Minimums) http://www.redhat.com/rhel/details/limits/ HTH, M- * This email message and any files transmitted with it contain confident

Re: System requirements

2006-09-19 Thread Andrew Miehs
Hi Nicolas, Tomcat works best with large hardware. I have found that using a Sun Enterprise 15K with 1 processor per online user gives me the best performance. Regards Andrew PS: Maybe you should give us slightly more detailed information about your requirements if you want someone to b

RE: System requirements

2006-09-19 Thread Peter Crowther
> From: DEMESY Nicolas [mailto:[EMAIL PROTECTED] > I would like to know what are the system requirements for > using Tomcat > in a production server, with 50-100 users, on a Red Hat > Advanced Server 3. > Where can I find benchmarks ? It depends. I have a webapp (almost entirely static conten

Re: System requirements

2006-09-19 Thread Mikolaj Rydzewski
DEMESY Nicolas wrote: I would like to know what are the system requirements for using Tomcat in a production server, with 50-100 users, on a Red Hat Advanced Server 3. Where can I find benchmarks ? It depends. Mostly on the application you want to use. But you didn't bother to tell it. -- Mi

System requirements

2006-09-19 Thread DEMESY Nicolas
Hi, I would like to know what are the system requirements for using Tomcat in a production server, with 50-100 users, on a Red Hat Advanced Server 3. Where can I find benchmarks ? Thank you for your advices, Nicolas DEMESY -

Re: Any DST issue

2006-09-19 Thread advait samant
Thanks for the reply David, Java 1.4.2_11 has support for new DST. I just want to make sure that there is no issue with DST changes in tomcat. If tomcat is using JVM for zone/time/date processing entirely then there shouldn't be any issue. ~Advait - Original Message From: David Sm

Re: Tomcat and multiple IP addresses

2006-09-19 Thread David Smith
So let's see if I read your message correctly: You want to upload a file from Machine A to Machine B. Machine A has several IP addresses and you aren't sure which one Tomcat will use to attempt contact with Machine B. I think from the receiving end, you can use request.getRemoteAddr() to kno

RE: Any DST issue

2006-09-19 Thread Caldarale, Charles R
> From: David Smith [mailto:[EMAIL PROTECTED] > Subject: Re: Any DST issue > > Somehow I doubt this is an issue with tomcat. Date processing is > handled by the underlying JVM. Correct. See the following article: http://java.sun.com/developer/technicalArticles/Intl/USDST/ - Chuck THIS COM

Re: Any DST issue

2006-09-19 Thread David Smith
Somehow I doubt this is an issue with tomcat. Date processing is handled by the underlying JVM. --David advait samant wrote: Hello, We are using Tomcat 5.x. We would like to know if there are any known/fixed issues with DST changes for US timezone from 2007 to Tomcat. Is there a Tomcat ver

RE: Tomcat and multiple IP addresses

2006-09-19 Thread Peter Crowther
> From: Ping Yu [mailto:[EMAIL PROTECTED] > I would like to transfer a file from Machine A to Machine > B. In Machine A, there are several IP addresses. However, the > IP address launched by Tomcat might be different from the IP > address I choose to transfer the file. Are there any ways > t

Re: a noob question : Eclipse & Tomcat Ant tasks

2006-09-19 Thread Pierre Goupil
Hi ! No, sorry, it makes no difference... Regards, Pierre -- "Rien de grand ne s'est accompli dans le monde sans passion." (G.W.F. Hegel, philosophe Allemand)

change cookie domain

2006-09-19 Thread Rafal Zawadzki
Hi. I need to set cookie domain in my application to .example.com (not example.com). How can I do it deploying under tomcat? Thanks, -- Rafał Zawadzki Release Manager pgpeUY14BifEg.pgp Description: PGP signature

Re: JSessionId and Google

2006-09-19 Thread Mikolaj Rydzewski
Simon wrote: According to the Google "Information for Webmasters" page, it appears that Google will not index/crawl pages correctly with the JSessionId appended to the You don't get it. They say, that your site should work correctly (i.e. the navigation should work, the content should be correc

Re: How to trim Catalina.out ?

2006-09-19 Thread Peter Rossbach
Use rotatelogs from apache or cronlog at catalina.sh|bat Regards Peter Am 19.09.2006 um 10:01 schrieb <[EMAIL PROTECTED]>: Hi, I have my application running on tomcat for quite a long time. I discovered a large amount of space taken up by the tomcat logs like catalina.out. Is there any

JSessionId and Google

2006-09-19 Thread Simon
Hi, According to the Google "Information for Webmasters" page, it appears that Google will not index/crawl pages correctly with the JSessionId appended to the URL, ie.: http://www.stroke-education.com/product/ProductList.do;jsessionid=A2F6590DAC37E55651060DE6922B972D.tomcat36 The guidelines c

Re: a noob question : Eclipse & Tomcat Ant tasks

2006-09-19 Thread Alex Hepp
Hi! Pierre Goupil schrieb: I am not sure, but try using slashes instead of backslashes... HTH regds. alex - To start a new topic, e-mail: users@tomcat.apache.org To unsubscri

How to trim Catalina.out ?

2006-09-19 Thread shashidhar.vutukuru
Hi, I have my application running on tomcat for quite a long time. I discovered a large amount of space taken up by the tomcat logs like catalina.out. Is there any way to trim catalina.out..? I am quite new to this and was not able to go further on how to trim. Please let me know if you have

RE: Database connection pooling in Tomcat 5.5

2006-09-19 Thread Bob Hall
--- Darren Hall <[EMAIL PROTECTED]> wrote: > Further progress... > When I connect to the database directly (not using a > connection pool) and > specify the same username and password below, the > code executes fine. When I > try to do the context lookup and connect to the > database via the conne