RE: https 5.0.28-30

2008-02-17 Thread Chris Pat
Hi Charles I believe you are correct as I realize that I am actually starting this from my IDE. Do you have any suggestions on how to configure TC for Win32 command line startup with the Adminstrator permission? Also would a file permissions adduce to the type of error I received? Could it kno

RE: https 5.0.28-30

2008-02-17 Thread Caldarale, Charles R
> From: Chris Pat [mailto:[EMAIL PROTECTED] > Subject: RE: https 5.0.28-30 > > The server is running as Administrator from its > services startup, but nothing more. That sounds like you're running on a Windows box, and services normally run under the local system account, which is *not* Admin

RE: https 5.0.28-30

2008-02-17 Thread Chris Pat
Hi Charles I am not doing anything specific, just the defaults and below is the connector element. The server is running as Administrator from its services startup, but nothing more. "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote: > From: Chris Pat [mailto:[EMAIL PROTECTED] > Subject:

RE: https 5.0.28-30

2008-02-17 Thread Caldarale, Charles R
> From: Chris Pat [mailto:[EMAIL PROTECTED] > Subject: https 5.0.28-30 > > I keep getting "java.io.IOException: Cannot recover key" for > a .keystore that I am pathing to correctly and in which I > have created the tomcat cert with the default password for > both it and the keystore. Access p

https 5.0.28-30

2008-02-17 Thread Chris Pat
Hello I know I should upgrade, just not now, grin. I keep getting "java.io.IOException: Cannot recover key" for a .keystore that I am pathing to correctly and in which I have created the tomcat cert with the default password for both it and the keystore. I can confirm this with portecle. I h

Re: Why Tomcat take about 15 minutes to start?

2008-02-17 Thread Leon Rosenberg
t receive it...dont know why? > > > > This is what Christopher pointed you to: > > http://readlist.com/lists/tomcat.apache.org/users/9/46003.html > > > > Regards > > mks > > > > ---

Re: running different versions of the same app

2008-02-17 Thread Pid
John Pedersen wrote: 'how easy do you need development to be?' How easy can it get? Yes, I can switch the css easy enough, but the changes are more than just styles. And I want to test the app with real customers. I don't want them using subdirectories. What I would like is webapps/version1/ <

Re: How to make Tomcat do not use /dev/random?

2008-02-17 Thread Juha Laiho
Mohamed Mohamedin wrote: I am facing a problem with tomcat which make it start very slowly. I found while searching that Tomcat reading from /dev/random to get random numbers may be the cause. So I am asking How to prevent that? Or if there is another cause please tell me. Is this just Tomcat,

RE: Why Tomcat take about 15 minutes to start?

2008-02-17 Thread Mohamed Mohamedin
hy? > > This is what Christopher pointed you to: > http://readlist.com/lists/tomcat.apache.org/users/9/46003.html > > Regards > mks > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubsc

Re: deploy/undeploy probs with 6.0.14

2008-02-17 Thread Alan Chaney
I've seen the following causes: 1. Application not shutting down properly because threads still running. 2. Application holding on to system resources (files, database) (really another version of 1.) Try stopping the app using the manager and checking that the log says that the app is undeplo

Interaction between Standalone Tomcat Web application and Jboss EJB application

2008-02-17 Thread Denis Cossutta
I have the following situation (I try to simplify it): 1. I have a standalone Apache Tomcat server (5.5.26), on which is running a web application: - A Welcome jsp page (Welcome.jsp) and 2 Servlets: CalculatorServlet and MyProtectedServlet - The CalculatorSevlet servlet has to acc

RE: Why Tomcat take about 15 minutes to start?

2008-02-17 Thread Caldarale, Charles R
> From: Markus Schönhaber [mailto:[EMAIL PROTECTED] > Subject: Re: Why Tomcat take about 15 minutes to start? > > - Hope that Chuck chimes in and comes up with his > insightful advice how to track down what's happening > and how to solve the problem. Can't say much other than find out what's go

Re: Why Tomcat take about 15 minutes to start?

2008-02-17 Thread Leon Rosenberg
dont know why? > > This is what Christopher pointed you to: > http://readlist.com/lists/tomcat.apache.org/users/9/46003.html > > Regards > mks > > - > To start a new topic, e-mail: users@to

Re: Why Tomcat take about 15 minutes to start?

2008-02-17 Thread Markus Schönhaber
Mohamed Mohamedin wrote: > This message "http://readlist.com/lists/tomcat.apache.org/users/9/46003.html"; > talked about APR. Which I don't use. > > But I found in the last these lines > " Anyway: since you've not configured an HTTPS Connector in Tomcat, I > don't really have an explanation for

deploy/undeploy probs with 6.0.14

2008-02-17 Thread Holger Burde
Hi; I have some problems to deploy/undeploy a jsf 1.2 application to tomcat 6.0.15. The usual way does not work. To undelpoy i have to 1 from tomcat manager stop the app 2 undeploy (if i use list apps after that step the app is still listed - the myapp dir in webapps is still there) 3 re

RE: Why Tomcat take about 15 minutes to start?

2008-02-17 Thread Mohamed Mohamedin
--- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __ NOD32 2881 (20080217) Information __ This message was checked by NOD32

How to make Tomcat do not use /dev/random?

2008-02-17 Thread Mohamed Mohamedin
Dear All, I am facing a problem with tomcat which make it start very slowly. I found while searching that Tomcat reading from /dev/random to get random numbers may be the cause. So I am asking How to prevent that? Or if there is another cause please tell me. Thanks a lot

Re: running different versions of the same app

2008-02-17 Thread John Pedersen
'how easy do you need development to be?' How easy can it get? Yes, I can switch the css easy enough, but the changes are more than just styles. And I want to test the app with real customers. I don't want them using subdirectories. What I would like is webapps/version1/

Re: running different versions of the same app

2008-02-17 Thread Pid
John Pedersen wrote: Hi, I want to experiment on using different styles and layouts in my pages. use a javascript CSS style switcher, or select a different CSS sheet based on a URL parameter. In order to get www.appName.com pointing at my app, I have had to put the app into the ROOT folder