Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Walter Lee
Hi Jim, I thought this was going to be the answer, but alas I don't have an option exactly like that. The Internet Options/LAN setting states that it does not apply to dialup. I looked at the setting anyway and it is not checked where they ask if I am using a proxy server. I couldn't find any o

Re: JVM' sperm size always increase after hot deploy to tomcat 5.0.28

2005-04-07 Thread edencane
Hi, I'm afraid the subject of this post caused it to go to my spam box, :-> L. On Apr 8, 2005 6:18 AM, Paulo Alvim <[EMAIL PROTECTED]> wrote: > Hi, > > We had a "war" file with about 30MB using JSP pre-compilation and hot deploy > as suggested in the Tomcat web-site. But after using the hot depl

RE: Can you use Tomcat when you are not on line?

2005-04-07 Thread Sng Wee Jim
Wally, Did you set your Internet Explorer to "Bypass proxy server for local addresses" (Internet Options | Local Area Network (LAN) Settings)? Jim -Original Message- From: Walter Lee [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 3:06 AM To: Tomcat Users List; Jason Bainbridge

RE: slow tomcat

2005-04-07 Thread Rolf Zelder
Which version of tomcat are you using ? -Original Message- From: Haluk Durmus [mailto:[EMAIL PROTECTED] Sent: 8/04/05 6:42 AM To: tomcat-user@jakarta.apache.org Subject: slow tomcat Hello, my tomcat some times very slow. Most time I think, when it is a long time idle. Is think it could

Re: RES: JVM's perm size always increase after hot deploy to tomcat 5.0.28

2005-04-07 Thread Rob Ross
On Apr 7, 2005, at 3:34 PM, Paulo Alvim wrote: But is this really an official "known issue"? Do you know more links about the problem? Well I just did a google search for "tomcat undeploy memory leak". Here's three references: http://66.102.7.104/search?q=cache:UhbMR4dZfhoJ:www.jroller.com/pa

RE: Some JVM settings not working in my Tomcat Windows service

2005-04-07 Thread Barnett, Brian W.
I stumbled across -Xloggc: and that seems to work, but I still wish I could get those other options to work, or at least understand why they are not working. Sample Java Options: -Dcatalina.home=C:\Tomcat 5.0 -Djava.endorsed.dirs=C:\Tomcat 5.0\common\endorsed -Djava.io.tmpdir=C:\Tomcat 5.0 -Xloggc

RES: JVM's perm size always increase after hot deploy to tomcat 5.0.28

2005-04-07 Thread Paulo Alvim
But is this really an official "known issue"? Do you know more links about the problem? -Mensagem original- De: Rob Ross [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 7 de abril de 2005 17:53 Para: Tomcat Users List Assunto: Re: JVM's perm size always increase after hot deploy to tom

RE: Nested tag problem in tomcat 5.0.29..Please help

2005-04-07 Thread Folashade Adeyosoye
Can you post a sample code -Original Message- From: Narayan, Satya [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 2:10 AM To: tomcat-user@jakarta.apache.org Subject: Nested tag problem in tomcat 5.0.29..Please help > Hi all, > I am having problem compiling jsp

problem with unpackWARs="false"

2005-04-07 Thread News Updates
Hello list, I have tomcat 5.5.7, and JDK/JRE 1.5 (update 2?) and would like to know after hours of searching and trying if there is a simple way to get the "storefront" webapp (from the O'reilly book programming jakarta struts) to NOT extract the storefront.war file (but still run) in the webapp

jndi for tomcat containing axis

2005-04-07 Thread MKW
Please can someone confirm that, if I'm deploying a web service inside Axis inside Tomcat 5.5.7, using a database, the context docBase should be "axis" and the path "/axis" because axis is the actual webapp, even though my service comes lower down the tree? Axis doesn't have a META-INF so the

Re: OT: special characters in property files

2005-04-07 Thread Markus Schönhaber
Am Donnerstag, 7. April 2005 20:13 schrieb Robert Harper: > I need to retrieve a value from a property file with a ‘$’ as part of the > data. How do I decorate this character so that the value will be loaded > when I call ResourceBundle.getString() ? I am not having much success > googling for it.

Re: JVM's perm size always increase after hot deploy to tomcat 5.0.28

2005-04-07 Thread Rob Ross
Yes, this is a well known problem with redeploying wars in Tomcat. We have to shutdown and restart the Tomcat server periodically after redeploying a number of times. It's a memory leak. On Apr 7, 2005, at 1:48 PM, Paulo Alvim wrote: Hi, We had a "war" file with about 30MB using JSP pre-compilat

JVM's perm size always increase after hot deploy to tomcat 5.0.28

2005-04-07 Thread Paulo Alvim
Hi, We had a "war" file with about 30MB using JSP pre-compilation and hot deploy as suggested in the Tomcat web-site. But after using the hot deploy a few times we received "out of memory" messages - in the JVM permanent area (perm). After migrating to 1.5.0_02 - to get better JVM information - w

slow tomcat

2005-04-07 Thread Haluk Durmus
Hello, my tomcat some times very slow. Most time I think, when it is a long time idle. Is think it could be, that processe that are idle needs a log time to weake up. Is there a way to change this behavior. Greetings, Haluk-- Haluk Durmus QualiGO GmbH Bleicherstrass

Some JVM settings not working in my Tomcat Windows service

2005-04-07 Thread Barnett, Brian W.
Using Tomcat 5.0.28. On the Java tab of the Configure Tomcat dialog, I have the following in Java Options: -Dcatalina.home=C:\Tomcat 5.0 -Djava.endorsed.dirs=C:\Tomcat 5.0\common\endorsed -Djava.io.tmpdir=C:\Tomcat 5.0 -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xms128m -Xmx512m I wan

web resources in jar

2005-04-07 Thread Don Hill
I have a war that has folder like /images and /content, is there a way to config tomcat so that I can package these in jar, I know I can write a custom servlet todo this but I would like this to be handled by the servers servlet container. Thanks ---

Virtual host configuration

2005-04-07 Thread Darryl Wilburn
Greetins all, New to Tomcat/Apache Implemented Tomcat 4.1.29 to support an application that required an application server. I'm migrating the application from an existing NT 4.0 system and would like to implement it as a virtual host on the Win2003 server running Tomcat. (Unfortunately,

Re: Authenticated user home folders with WebDAV

2005-04-07 Thread Mark Thomas
Much of this is beyond the simple webdav servlet provided with Tomcat. Try Apache Slide. Mark Martin Lidgard wrote: Hello. I would like to achieve the following using Tomcat 4.1: 1. use a JDBCRealm to access a mysql database containing users, passwords, and roles 2. grant WebDAV access to aut

RE: special characters in property files

2005-04-07 Thread David Owens
I didn't it was trial and error... I couldn't get \$ to work. I had this problem in my realm configuration. |)ave -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 1:18 PM To: 'Tomcat Users List' Subject: RE: special characters in property

RE: special characters in property files

2005-04-07 Thread Robert Harper
I ended up finding that \$ would work too. Where to I find a doc that explains all this? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: special characters in property files

2005-04-07 Thread David Owens
I know on Tomcat 5.0.x I had to escape the '$' by doing '$$' |)ave -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: Thursday, April 07, 2005 12:14 PM To: Tomcat Users Subject: OT: special characters in property files I need to retrieve a value from a property file

Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Walter Lee
Thanks for responding. My IE is totally up to date. I have changed and re-changed all the options for connecting and it does not seem to make any difference. I cannot go to Firefox because the company does not want to. So I will keep playing around and see what happens. It does not seem to be a

Re: How to unsunscribe ?

2005-04-07 Thread David Rees
On Apr 7, 2005 11:47 AM, Krishna Gunturu <[EMAIL PROTECTED]> wrote: > How to unsubscribe from Tomcat Users List? > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] ^^^

How to unsunscribe ?

2005-04-07 Thread Krishna Gunturu
How to unsubscribe from Tomcat Users List? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Jason Bainbridge
On Apr 6, 2005 10:44 AM, Walter Lee <[EMAIL PROTECTED]> wrote: > I have Tomcat installed on W2K and it says it is installed correctly. When I > try the examples it tells me that I must be on line. If I am using > localhost:8080 why does it need to be on line? > This is just Internet Explorer b

OT: special characters in property files

2005-04-07 Thread Robert Harper
I need to retrieve a value from a property file with a ‘$’ as part of the data. How do I decorate this character so that the value will be loaded when I call ResourceBundle.getString() ? I am not having much success googling for it. Thanks in advance. Robert S. Harper Senior Engineer

RE: calling ejb on another app server

2005-04-07 Thread Eric J Kaplan
Neil I'll give it a try, though note that we have been using jboss for a few years and have plenty of standalone apps communicating fine with jboss through the same api as that used by the servlet. Regards Eric -Original Message- From: Neil Upfalow [mailto:[EMAIL PROTECTED] Sent: Thurs

RE: calling ejb on another app server

2005-04-07 Thread Eric J Kaplan
That's the strange thing because I print out the environment of the context being used at the time the failure occurs and it does seem to be taking it from my jndi.properties file! Of course, simply printing out the context is different than what the context may ACTUALLY be doing. Regards Eric -

Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Walter Lee
I really meant to say I pinged localhost in my last message To: Tomcat Users List Sent: Thursday, April 07, 2005 10:32 AM Subject: Re: Can you use Tomcat when you are not on line? Do you have a 'hosts' file? It should be located in $WINDOWS/syste

Re: calling ejb on another app server

2005-04-07 Thread N G
If you are not getting some communication exception when you change the port number to the wrong port, it tells me that your jndi.properties are being ignored. As you pointed out, it's probably returning an instance of Tomcat readonly JNDI. I suggest you load your jndi.properties explicitely use

RE: calling ejb on another app server

2005-04-07 Thread Neil Upfalow
Another critical jboss element is setting jnp rmi port to something, here it's 34159 I set it in jboss/server/default/conf/jboss-service.xml invokerServletPath=http://localhost:8080/invoker/JMXInvokerServlet jnp.rmiPort=34159 like that. You may also need to make jboss bind to

RE: calling ejb on another app server

2005-04-07 Thread Eric J Kaplan
Yes it is. I changed it in my jndi.properties file to see if I would get a different error. It was originally 1099. Given that, and the fact that you have this working (we are also using jboss) do you have any other ideas? I assume you are on tomcat 5x or greater? My setup is pretty vanilla. I'm

Re: Unlimited session timeout

2005-04-07 Thread David Causse
It is not my problem. I need to change it for only one servlet. Thanks. fed fin wrote: you can set timeout from Tomcat Admin => Connections. --- David Causse <[EMAIL PROTECTED]> wrote: Hi, I need in some exceptionnal condition to disable the session timeout for one request. Is there some conven

RE: calling ejb on another app server

2005-04-07 Thread Neil Upfalow
We do tomcat (servlet) to remote jboss (EJB). Isn't JNDI usually bound to 1099 ? Also, is usually a critical port. Some ISPs block it. Remapping to usually solves this problem. Hope it helps. Sincerely, Neil Upfalow -Original Message- From: Eric J Kaplan [mailto:[EMAIL PROTEC

calling ejb on another app server

2005-04-07 Thread Eric J Kaplan
Does anyone have any experience getting a servlet that calls an ejb on a different application server to work, running tomcat 5.0.28? I know we got this to work under 3.x a while ago. At this point I feel like we've tried everything but we always get that name "ejb" is not bound in this contex

Re: Unlimited session timeout

2005-04-07 Thread fed fin
you can set timeout from Tomcat Admin => Connections. --- David Causse <[EMAIL PROTECTED]> wrote: > Hi, > > I need in some exceptionnal condition to disable the > session timeout for > one request. > Is there some convenient way to do so? > > My idea is to do this but I'm unsure : > In the excep

Re: Tomcat Timers/threads?

2005-04-07 Thread fed fin
Thank you. Ted. --- "Jesper B. Kiær" <[EMAIL PROTECTED]> wrote: > > HI > > Take a look at Quartz. > > Link: > http://www.opensymphony.com/quartz/ > > regards > Jesper B. Kiaer > > http://www.jezzper.com > > > > -Charl Gerber <[EMAIL PROTECTED]> wrote: > - > > >To: tomcat-user@jaka

Unlimited session timeout

2005-04-07 Thread David Causse
Hi, I need in some exceptionnal condition to disable the session timeout for one request. Is there some convenient way to do so? My idea is to do this but I'm unsure : In the exceptionnal servlet (at the beginning): session.setAttribute("OLD_TIMEOUT", new Integer(session.getMaxInactiveInterva

RE: Tomcat and JBuilder 2005 (And Java 1.5?)

2005-04-07 Thread Dola Woolfe
Hi Mark, I don't want JBuilder to run tomcat. All I want it to do is compile. I heard that with Java 1.5 the package classification of apache classes changed. Could that be my problem. This problem occurs on my colleague's machine. On my personal machine with Java 1.4 and an older version of JBu

RE: tomcat as Windows service - access to resources

2005-04-07 Thread Jiang, Peiyun
(1) a property is set: cops.monitoredDirectory.win=dove\\copsxml\\Final (2) It's then loaded into a Configuration class (3) It's then passed as a parameter: pathname and the following code is run: try { File file = new File(pathname);

Re: tomcat as Windows service - access to resources

2005-04-07 Thread Jason Bainbridge
On Apr 7, 2005 11:11 AM, Jiang, Peiyun <[EMAIL PROTECTED]> wrote: > I escaped them. It's working if tomcat started from a script. The servlet > cannot see the directory as a java File. > Testing for file.exist() returns false. So your path within your servlet looks like: computer\\dir\\mydir

RE: tomcat as Windows service - access to resources

2005-04-07 Thread Jiang, Peiyun
I escaped them. It's working if tomcat started from a script. The servlet cannot see the directory as a java File. Testing for file.exist() returns false. Peiyun -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: April 7, 2005 12:03 PM To: Tomcat Users List Subject

Re: tomcat as Windows service - access to resources

2005-04-07 Thread Jason Bainbridge
On Apr 7, 2005 10:59 AM, Jiang, Peiyun <[EMAIL PROTECTED]> wrote: > I did a test using \\computer\dir\mydir instead of a mapping G:. I still have > the same behavior. Silly question but did you escape your backslashes? What errors are you getting? More details would help. Regards, -- Jason Bain

RE: tomcat as Windows service - access to resources

2005-04-07 Thread Jiang, Peiyun
I did a test using \\computer\dir\mydir instead of a mapping G:. I still have the same behavior. Is there any other reason? Peiyun -Original Message- From: Peter Crowther [mailto:[EMAIL PROTECTED] Sent: April 7, 2005 10:11 AM To: Tomcat Users List Subject: RE: tomcat as Windows service

Re: R: Using Tomcat 5.5.x with Mysql

2005-04-07 Thread David Smith
Ok. Your code should look more like: Context ctx = new InitialContext(); if(ctx == null ) throw new Exception("Boom - No Context"); ds = (DataSource)ctx.lookup("java:com/env/jdbc/TestDB"); jdbc/TestDB is correct for the resource definition and th

Re: creating a BBS with tomcat - how secure is it?

2005-04-07 Thread Folashade Adeyosoye
I currently run mvnForum on tomcat, no problems nice software On Apr 7, 2005 11:14 AM, Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Christoph Kukulies [mailto:[EMAIL PROTECTED] > > Anyone knowing of a BBS (Bulletin Board System) based on tomcat? > > mvnForum will run on Tomcat, and I k

RE: creating a BBS with tomcat - how secure is it?

2005-04-07 Thread Peter Crowther
> From: Christoph Kukulies [mailto:[EMAIL PROTECTED] > Anyone knowing of a BBS (Bulletin Board System) based on tomcat? mvnForum will run on Tomcat, and I know a couple of universities doing exactly that. - Peter --

Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Walter Lee
I have that file already. I have pinged tomcat online and offline and they both work. I am new enough to tomcat that I don't know if this is a problem or not. I just thought it was strange that the demonstration programs had a problem. Wally - Original Message - From: Robert Koberg<

Re: Tomcat + Apache Web Server

2005-04-07 Thread Mike Millson
> Well the Coyote connector for one definitely has compression available > and compresses content nicely, even dynamic content. OK, I see this now. And I see that you can configure the MIME types you want to compress. Very good. > I'm not sure of > the specifics of the caching mechanisms used in

Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Robert Koberg
Do you have a 'hosts' file? It should be located in $WINDOWS/system32/drivers/etc If you don't have one, create it and put in a line like: 127.0.0.1 localhost Note, you can also use this file for dev purposes. For example, say you are working on 127.0.0.1 tomcat.apache.org best, -Rob Walter Lee w

RE: tomcat as Windows service - access to resources

2005-04-07 Thread Peter Crowther
> From: Jiang, Peiyun [mailto:[EMAIL PROTECTED] > I'm running Tomcat 5.0 on Windows 2000. I logon to Windows as > user1 and I have a mapped drive G: that requires separate > login (I user the same user name and password, so it > automatically logs in). > (1) If I login as user1 and start Tomca

R: Using Tomcat 5.5.x with Mysql

2005-04-07 Thread Marchioni Francesco
Here it is: Context ctx = new InitialContext(); if(ctx == null ) throw new Exception("Boom - No Context"); ds = (DataSource)ctx.lookup("jdbc/TestDB"); Francesco -Messaggio originale- Da: David Smith [mailto:[

CoyoteConnector

2005-04-07 Thread Simon Zeng
Hi, I am in the process of changing my JK connector from Ajp13Connector to CoyoteConnector. I have encountered some weird behaviors with the new Connector that never happens with the old one. Since I do a lot of Applet-Servlet communication via HttpURLConnection, I've getting StreamCorruptedExce

RE: java.library.path - DLL - Domino ..why not use CORBA?

2005-04-07 Thread Jesper B. Kiær
Hi Bernard If you're running on the same machine you do not need to have a Domino session but can call the Domino classes as local. Actually it may be faster to access Domino with CORBA. Take a look at http://www.advisor.com/doc/07472 I must admit i have never heard of anyone tring to access Dom

Re: Using Tomcat 5.5.x with Mysql

2005-04-07 Thread David Smith
Could you post the code used in doing the lookup? What I see here appears to imply you are using jdbc: as the jndi name to look up. As posted earlier, your jndi should look more like java:comp/env/jdbc/TestDB in the code where you do the lookup. --David Marchioni Francesco wrote: Hi all, I'm

tomcat as Windows service - access to resources

2005-04-07 Thread Jiang, Peiyun
I'm running Tomcat 5.0 on Windows 2000. I logon to Windows as user1 and I have a mapped drive G: that requires separate login (I user the same user name and password, so it automatically logs in). (1) If I login as user1 and start Tomcat from the start script, I can access drive G: from a servl

R: Using Tomcat 5.5.x with Mysql

2005-04-07 Thread Marchioni Francesco
Hi ! Thanks for your answer. I have "mysql-connector-java-3.1.6-bin.jar" in $CATALINA_HOME/common/lib dir. I'll give it a try with your JNDI configuration. Thanks Francesco -Messaggio originale- Da: David Owens [mailto:[EMAIL PROTECTED] Inviato: giovedì 7 aprile 2005 14.32 A: Tomcat U

RE: Using Tomcat 5.5.x with Mysql

2005-04-07 Thread David Owens
I am using mysql 4.1 and Tomcat 5.5.x successfully. My context looks the same as yours, but I do not have a resource-ref in my web.xml as you do. I simple reference it like this: "java:comp/env/jdbc/TestDB" in my hibernate configuration file. You may not be using hibernate, but the concept should

RE: java.library.path - DLL - Domino ..why not use CORBA?

2005-04-07 Thread Durfee, Bernard
Jesper, I seemed to me that there would be a performance increase in using the DLL, since the servlet is running on the same machine as Domino. Using the CORBA method to connect to the same machine seemed like extra overhead. Bernard Durfee -Original Message- From: Jesper B. Kiær [mail

Using Tomcat 5.5.x with Mysql

2005-04-07 Thread Marchioni Francesco
Hi all, I'm trying to configure a Connection Pool with Tomcat 5.5.x and MySql 4.1. Unfortunately I cannot lookup from JNDI context the Datasource. JNDI lookup failed : javax.naming.NameNotFoundException: Name jdbc: is not bound in this Context javax.naming.NameNotFoundException: Name jdbc is not b

tomcat and pkcs#11

2005-04-07 Thread Lapo TIN
Hello, I would like to use TOMCAT as HTTPS server on linux machine, with a USB token that stores key for SSL criptography. I know that I 'll not have good performances, but I don't care. what I did: I have installed correctly PKCS#11 support library of my usb token on Linux machine. I have install

Re: problem configuring context resource in Tomcat 5.0 for mysql connector/j

2005-04-07 Thread Parsons Technical Services
You need to setup the user in the database. If you log into the database and switch to the mysql database. The do a select * from users you will see the users are defined with either localhost, %, or an IP. You will need to have the javauser setup to use the % (anywhere) or better the IP of the

Re: Tomcat scalability

2005-04-07 Thread Peter Lin
before you can answer that question, you need to know what the average and peak concurrent requests is. without that 300-400 concurrent users doesn't mean much. If those 400 users hit the site once per minute average over 30 minutes, it would mean 12,000 requests in 30 minutes. Even if the user h

problem configuring context resource in Tomcat 5.0 for mysql connector/j

2005-04-07 Thread junker
Im having problems with setting up a database connection pool with mysql connector/j. I follow the example code in the how-twos. My problem is that Tomcat seems to pickup my resource and its parameters (kind of)! I would like to connect to a database that is not on localhost. So in the url parem

Mod_proxy problems

2005-04-07 Thread Sels Wannes
Hi, I'm using Apache 2 & Tomcat 5.0 . Below is relevant info from the config files: Tomcat server.xml - http://www.publicwebserver.com/tomcat/"; proxyPort="80" /> Apache httpd.conf - #Simple proxy for tomcat LoadModule proxy_module modules/mod_prox

Re: Tomcat scalability

2005-04-07 Thread Tim Funk
1a) It depends on your code. TOmcat can handle it but only if your code can also scale. 1b) Free: Jmeter, seige, apache ab - it depends on the type of test 2) See the faq or wiki http://jakarta.apache.org/tomcat/faq/performance.html http://wiki.apache.org/jakarta-tomcat/UsefulLinks 3) Maybe. T

Re: How to read JNDI resources?

2005-04-07 Thread Andrew Watters
Have found a couple of solutions. Set the docbase to point to the WAR. OR manually unpack the WAR after upload. And the JNDI part works fine now :) Andrew Watters wrote: Hi Vaneet Thanks for the reference. I'm a little confused though, what are you referring to in this page that I should read?

Re: Tomcat 5.5.x and Java 1.5

2005-04-07 Thread Remy Maucherat
On Apr 7, 2005 11:15 AM, Steiner, Stephan <[EMAIL PROTECTED]> wrote: > Hi > > I'm trying to compile a couple of jsp pages that use Java 1.5 syntax. I > followed the Jasper how-to and replaced the jdt jar with the latest ant.jar > (taken from the Ant 1.6.2 distribution). After a restart of Tomcat,

Tomcat 5.5.x and Java 1.5

2005-04-07 Thread Steiner, Stephan
Hi I'm trying to compile a couple of jsp pages that use Java 1.5 syntax. I followed the Jasper how-to and replaced the jdt jar with the latest ant.jar (taken from the Ant 1.6.2 distribution). After a restart of Tomcat, Tomcat now uses the JDK compiler (I see different error message for my Java 1.5

RE: SSL configuration question

2005-04-07 Thread Mustafa BÖLÜKBAŞ
Hi Mark, Have you achived to configure ssl on tomcat? If yes, can you please tell me the documentation that you read? I tried to configure it with the information on this link http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html. but i couldn't do it. -Original Message- From:

RE: Custom 404 page when a webapp is stopped by the manager

2005-04-07 Thread Pawson, David
-Original Message- From: Pascal Gauthier we have a tomcat webapp that needs to be down if we are doing a maintenance to the database. The manager seems to be the perfect solution to make the application unavailable but we found out that the 404 error-pag

Re: Tomcat scalability

2005-04-07 Thread Lionel Farbos
Hi, If you want to use Tomcat for high loads, I suggest you to use apache/mod_jk and a cluster of Tomcat instances. With this solution you'll have load-balancing and failover for a lot of users. I don't use a HP very powerful, so, for the performances, I don't know if it is better to have one in

RE: tomcat ssl configuration

2005-04-07 Thread Mustafa BÖLÜKBAŞ
No i created it with the user which i installed tomcat on the machine, does it make difference? -Original Message- From: James T. Studebaker [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 05, 2005 5:00 AM To: Tomcat Users List Subject: Re: tomcat ssl configuration Did you create the key

Re: How to read JNDI resources?

2005-04-07 Thread Andrew Watters
Hi Vaneet Thanks for the reference. I'm a little confused though, what are you referring to in this page that I should read? I can't see anything that explains how the context element is used. Thanks Andrew Vaneet Sharma wrote: U need to read this page http://jakarta.apache.org/tomcat/tomcat-5.5

Re: [Slightly OT] CLASSPATH variable in catalina.sh

2005-04-07 Thread Jon Wingfield
Sorry. Didn't see your previous post relating to the use of the -security flag. I'm not sure why it should make a difference in this case but in the past I've found that using CATALINA_OPTS=-Djava.security.debug=access,failure and starting tomcat at the command line with: catalina run -security 2

Re: Custom 404 page when a webapp is stopped by the manager

2005-04-07 Thread Lionel Farbos
Hi, If you use apache and mod_jk, an issue could be : when you stop your Context, you change your JkMount towards a custom Tomcat Context that display your desired error-page. If you use a Tomcat standalone, I don't kown how to ... :-( Regards. On Wed, 6 Apr 2005 13:08:30 -0400 "Pascal Gauthier

Re: Moving jsp from development environment (v 5.0.28) to production environment (5.5.7) leads to complilation problems

2005-04-07 Thread Navneet Karnani
Note however, that the error message is wrong. If I strip a lot of the code at the bottom of the jsp file, it'll compile with the exact same first couple of lines. I figure this to be the problem with the compilet that Tomcat is using. Try and make the JDK (sun compiler) as the default for tomcat.

Re: [Slightly OT] CLASSPATH variable in catalina.sh

2005-04-07 Thread Jon Wingfield
I don't think ${catalina.home}/common/classes/log4j.properties is a valid classpath element. An excerpt from the java tools doc says: "How the Java Launcher Finds User Classes: User classes are classes which build on the Java platform. To find user classes, the launcher refers to the user class pa

Moving jsp from development environment (v 5.0.28) to production environment (5.5.7) leads to complilation problems

2005-04-07 Thread Steiner, Stephan
Hi I'm developing JSP applications on Netbeans 4.0, running on JDK 1.5.0_02-b09. I have no problem running my applications inside Netbeans on my development Box (WinXP), yet when I move them to the productive environment (W2K3 server with the latest Tomcat), some of the scripts can no longer be co

RE Tomcat 5.0.x and IIS 5

2005-04-07 Thread samuel . goblet
Hi, Here, you'll find some link : http://www.unlimitedftp.ca/support/resources/tomcat-iis.html http://www.ozibug.com/doc/howto/iis-integration-howto.html http://cephas.net/blog/2004/06/25/getting_iis_5x_tomcat_5x_to_play_nice.html http://web.archive.org/web/20040324133706/http://www.rit.edu/~ack5

RE: error-page in web.xml and cache-control

2005-04-07 Thread Pawson, David
-Original Message- From: Jason Bainbridge > Hence I'm looking for a means of trapping that error for either a > re-direct, or to an error page. HTTP 1.1 seems not to class that as an > error, hence I'm looking for another way to access that 'bad' stat

Re: java.library.path - DLL - Domino ..why not use CORBA?

2005-04-07 Thread Jesper B. Kiær
Hi I'm wondering why you're using the Domino DLLs to access Domino? Domino has a Corba interface which enables you to access all the Domino classes (exept the Notes UI) This whould be the "normal" way to do it. What makes you choose the other way? regards Jesper B. Kiaer http://www.jezzper.c

Re: Tomcat Timers/threads?

2005-04-07 Thread Jesper B. Kiær
HI Take a look at Quartz. Link: http://www.opensymphony.com/quartz/ regards Jesper B. Kiaer http://www.jezzper.com -Charl Gerber <[EMAIL PROTECTED]> wrote: - >To: tomcat-user@jakarta.apache.org >From: Charl Gerber >Date: 04/06/2005 15:11 >Subject: Tomcat Timers/threads? > >Does Tom