java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap

2008-11-10 Thread Stefan Sigfried
I get this error when trying to start Tomcat using catalina.bat. Using JRE_HOME:C:\Program Files\Java\jdk1.6.0_07 Exception in thread main java.lang.NoClassDefFoundError: org/apache/catalina/s tartup/Bootstrap Caused by: java.lang.ClassNotFoundException:

Re: migrating from Tomcat 5.5.x to Tomcat 6.0.x

2008-11-10 Thread rajesh202023
In Tomcat 6, the common, shared and server directories have been merged to produce the /lib directory. But in the /lib directory all the *.jar files present in the 3 directories are not present. Some are there. Does the /lib directory take care of all the *.jar files, so that we can modify just

Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap

2008-11-10 Thread André Warnier
I believe that this only a problem of documentation. If you followed the on-line instructions (tomcat.apache.org, 6.0, documentation, download etc..), you probably downloaded and installed the Windows Service version. That version works a bit differently from the usual version under

RE: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap

2008-11-10 Thread Caldarale, Charles R
From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap I believe that this only a problem of documentation. Nope. If you followed the on-line instructions (tomcat.apache.org, 6.0, documentation, download etc..),

RE: migrating from Tomcat 5.5.x to Tomcat 6.0.x

2008-11-10 Thread Caldarale, Charles R
From: rajesh202023 [mailto:[EMAIL PROTECTED] Subject: Re: migrating from Tomcat 5.5.x to Tomcat 6.0.x But in the /lib directory all the *.jar files present in the 3 directories are not present. Some are there. What do you think is missing? Have you tried running 6.0 with your webapps yet?

Re: Context level logging

2008-11-10 Thread blacksheep
I wonder you came up with a solution ? Jonathan Mast-2 wrote: OK, i have a webapp which has it's own context element. I want all the System.out and System.err stuff from this webapp to go to it's own special log file as opposed to catalina.out. My reading of the Tomcat docs (version

Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap

2008-11-10 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap I believe that this only a problem of documentation. Nope. I think maybe yep still. I believe it is really not clear what you get

Re: Tomcat Performance

2008-11-10 Thread Ronald Klop
2 Instances don't compete for locking between threads. So possibly your application depends a lot on locking? Ronald. Op maandag, 10 november 2008 om 7:26 uur schreef Tomcat Users List users@tomcat.apache.org: Subject: Tomcat Performance Date: Mon Nov 10 07:26:21 CET 2008 From: Nishi Kant

Re: absolute url only working - urget hel p needed

2008-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Srinivas, Srinivas Jonnalagadda wrote: For Example: http://serverhostname.ebiz.com:8080/kanaCallBack/ssoCallback.jsp then i am able to access. If i give http://stg.ebiz.com/kanaCallBack/ssoCallback.jsp. I get a page not found error in my IE.

RE: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap

2008-11-10 Thread Caldarale, Charles R
From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap I think maybe yep still. I'm not saying the doc is perfect (far from it), but the OP downloaded the source, not the binary. I believe it is really not clear

RE: Tomcat Performance

2008-11-10 Thread Nishi Kant
Hi Ronald, Thanks for the response. With in the server, there is not much of a locking issues. Just to give you more insight, server is like a proxy for some of the request. All such request are delegated to an external server which may or may HTTP protocol to handle the request. Thanks,

Re: a cookie question of one Server with two tomcat server

2008-11-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bon, Bon wrote: I've monitored the value of cookies with debug mode at server running, and the cookie values were be set to the new values. I'm not sure what effect of setting the session as invalidate and setting new cookie values, I think set

Configuring tomcat to log authentication events

2008-11-10 Thread Brian Gillan
We're using Rational Team Concert with Tomcat and authenticating with LDAP. I want to log authentication events for users accessing RTC so we can see who's authenticating, and if unsuccessfully, who they're trying to authenticate as. Is this just a matter of configuration? I did some poking

Re: Clustering in tomcat

2008-11-10 Thread kashif_tomcat
Thanks filip... sessions are replicating now but still there are some issues. can u please tell me sometimes it doesn't replicate session and i get session not found error in logs and screen crashes. 2008-11-10 13:45:50,703 INFO [com.vopium.interceptors.SecurityInterceptor - preHandle] -

RE: Custom Error Messages (5xx and 4xx)

2008-11-10 Thread Kirchhoff, Florian
Rob, I feel for you, I experienced the frustrations of the zero size response/blank page several times, each times with a different root cause. I have used several approaches in the past: 1) first make sure the 500 page itself isn't causing the problem. Use a plain JSP instead to see if you

Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap

2008-11-10 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap I think maybe yep still. I'm not saying the doc is perfect (far from it), but the OP downloaded the source, not the binary. I

Re: Deployment Web App on Debian

2008-11-10 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Zaki Akhmad wrote: java.security.AccessControlException: access denied (java.util.PropertyPermission org.apache.tapestry.enable-reset-service read) As already noted you have the security manager enabled (which is the default on Debian). Edit

RE: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap

2008-11-10 Thread Caldarale, Charles R
From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap why are there two versions for Windows, and what would be the best usage of the one or the other version ? Now that's a good question. Since I'm not privy to

Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap

2008-11-10 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap why are there two versions for Windows, and what would be the best usage of the one or the other version ? Now that's a good

RE: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap

2008-11-10 Thread Caldarale, Charles R
From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap Not everyone who drives a car is, or wants to be, a mechanic. It only very seldom helps. True; but if you're at the point where you're installing Tomcat, I

Re: Apache / Tomcat Cluster Worker Fails and Entire Cluster becomes Unavailable

2008-11-10 Thread DHM
Hi - Based on your suggestion which I do appreciate we added timeouts for connect, pre_post and connection_pool so now the workers looks like: worker.list=loadbalancer worker.loadbalancer.type=lb worker.loadbalancer.balance_workers=cbap1,cbap2 worker.loadbalancer.sticky_session=1

URL Mapping behind a router

2008-11-10 Thread David.Meldrum
I am deploying my tomcat server behind a router. I have the router port forwarding working and I can hit the top index.html page fine. My problem is that when I try to redirect to a JSP's or html page. Tomcat changes the url address from the original which was really the routers name to the

Re: URL Mapping behind a router

2008-11-10 Thread David.Meldrum
As Gilda Radner would say NEVER MIND! I had some absolute paths in my hrefs instead of relative paths. Shame on me! -d David.Meldrum wrote: I am deploying my tomcat server behind a router. I have the router port forwarding working and I can hit the top index.html page fine. My problem is

Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap

2008-11-10 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap Not everyone who drives a car is, or wants to be, a mechanic. It only very seldom helps. True; but if you're at the point where

Setting up context.xml for an application

2008-11-10 Thread Tim Dean
I have an application that requires some settings in a Context configuration element. For a variety of reasons, I do not want to include the context.xml in my app's META-INF path within the WAR file. Based on the Tomcat 6 documentation, it seems like I should be able to define a

RE: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap

2008-11-10 Thread Caldarale, Charles R
From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap Anyway, to wrap this up, how do we get the official Tomcat download and setup pages to say all this more clearly than they do at present ? Submit a bugzilla

RE: Setting up context.xml for an application

2008-11-10 Thread Caldarale, Charles R
From: Tim Dean [mailto:[EMAIL PROTECTED] Subject: Setting up context.xml for an application Is there something I'm missing? Is there a way to define app-specific context that does not get deleted every time I redeploy the app? Don't think so. Why don't you modify your deployment script to

Re: Context level logging

2008-11-10 Thread Jonathan Mast
Well I did everything I said I would above and Catalina.out kept on receiving the System errors and the specified file didn't receive anything. So I guess it was a failure. I do believe you can specify in the web app deployment descriptor more detailed logging, but I haven't had time to test it

RE: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstr,ap

2008-11-10 Thread Martin Gainty
i always thought garrison keiler should run for political office..at least to represent the norwegian bachelors Takk/ Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of

Tomcat Error V 5.5

2008-11-10 Thread deepak a.l
Hi All, I'm facing the below error while starting the Tomcat Server V5.5, It gives me the below pop up message. Please help me to resolve the error. quote: Server Tomcat v5.5 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the