RE: Manager app authentication not working with JDBCRealm

2008-03-21 Thread Caldarale, Charles R
> From: Mark Leone [mailto:[EMAIL PROTECTED] > Subject: Re: Manager app authentication not working with JDBCRealm > > So it seems to me that it is not correct for the realm name > to be overriden by the error page. Actually, I think it is. The reason the is cosmetic in the case of the manager

Tomcat deletes ROOT.xml for several contextes when redeploying a WAR-file

2008-03-21 Thread frode
Hello I have set up tomcat 6.0.13 with several virtual hosts, and uses mainly the root-context on each. for some of the hosts, I have created context-files in the corresponding directory. hosts-part of server.xml : jira.fritid.as

Re: Manager app authentication not working with JDBCRealm

2008-03-21 Thread Mark Leone
Mark Leone wrote: Perhaps since I used DIGEST authentication, it was necessary to put the proper name of the realm in , despite what you said above. I know I had in this element at first the same realm name I used for generating the digested password in my datastore; but perhaps I had somet

Refreshing Tomcat After Replacing Webapp Classes

2008-03-21 Thread Rick Strong
Setup: Tomcat 5.5, server OS is Red Hat; development/client environment is Eclipse on Mac OS X 10.4.11. I've been noting that when I make changes to my webapp code and export the classes to the server, changes take quite a while to take effect. The amount of refreshing I have to do is more tha

Re: RE: Manager app authentication not working with JDBCRealm

2008-03-21 Thread Mark Leone
>> >> But why does my custom app display "JDBCRealm" in the credentials >> prompt? > >Because the 401.jsp file in the manager webapp overrides the default >dialog box; since your custom webapp has no such error page, the > is used. Note that is purely cosmetic; you >can put anything you want t

Tomcat Log Error on app deployment - NullPointer Exception, META-INF?

2008-03-21 Thread micah7
Hi, When I build and deploy my new Java web application war file (using ant on Linux command-line), I get the application showing and working. However the error below is in the logs. There seems to be something wrong with TLD files but I don't reference any standard or custom tag libraries in th

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Rainer Jung
Christopher Schultz schrieb: Rainer, Rainer Jung wrote: | Although that's a good hint, I would expect the original error messages | | client denied by server configuration: | E:/server/apache-tomcat-6.0/temp/0-sw-builder/images/blank.gif, ... | | client denied by server configuration: | E:/serve

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, Rainer Jung wrote: | Although that's a good hint, I would expect the original error messages | | client denied by server configuration: | E:/server/apache-tomcat-6.0/temp/0-sw-builder/images/blank.gif, ... | | client denied by server configur

more info Re: cluster problem (sessions lost)

2008-03-21 Thread Ronald Klop
Hi, I am using the FastAsyncSocketSender. Ngrep show me it sends a session and than receives 3 bytes (ack?). These 3 bytes are never read by the FastAsyncSocketSender, so the recv buffer of Linux is filling up. If the recv buffer is full. The send buffer on the other side is filled up after wh

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Rainer Jung
Christopher Schultz schrieb: Andreas, Andreas Schneider wrote: | I am trying to use my tomcat 6 over Apache 2.2 [using mod_jk]. Your problem is more likely the addition of ";jsessionid=..." to the URLs on your login page (because the server doesn't yet know if the client supports cookies). You

Re: lock wait endless in FastAsyncSocketSender

2008-03-21 Thread Rainer Jung
Ronald Klop schrieb: On Fri Mar 21 14:46:03 CET 2008 Tomcat Users List wrote: Hello Ronald, Ronald Klop schrieb: > Hello, > > I have this on one of my cluster nodes. Is this normal? > We are running Tomcat 5.5.26 on linux 2.6.22.1. On all nodes netstat > gives full send and receive buffers on

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas, Andreas Schneider wrote: | I am trying to use my tomcat 6 over Apache 2.2 [using mod_jk]. Your problem is more likely the addition of ";jsessionid=..." to the URLs on your login page (because the server doesn't yet know if the client suppor

Re: displaying an image from outside the webapps directory

2008-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lars, Lars Nielsen Lind wrote: | You can do that with a Servlet. Here are some sample code. Replace | content of <> with your own data. This would be a much better class if it: * Did not have extraneous class members. * Used a buffer for reading an

RE: Apache TomCat 6.x

2008-03-21 Thread joseph . ctr . herold
I will try this. Thank you. Hey at least I didn't title it "TomKat". Thank You, Joseph Herold Voice: 202-267-3768 Fax: 202-267-5532 E-Mail: [EMAIL PROTECTED] "NOTICE: This communication may contain privileged or other confidential information. If you are not the intended recipient or bel

RE: Apache TomCat 6.x

2008-03-21 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Apache TomCat 6.x > > Because of a security issue with Apache TomCat 4.x, our > office was required to upgrade to version 6.x. It's "Tomcat", not "TomCat". > [2008-03-21 09:42:20] [174 javajni.c] [error] The specified > module co

Re: lock wait endless in FastAsyncSocketSender

2008-03-21 Thread Ronald Klop
On Fri Mar 21 14:46:03 CET 2008 Tomcat Users List wrote: Hello Ronald, Ronald Klop schrieb: > Hello, > > I have this on one of my cluster nodes. Is this normal? > We are running Tomcat 5.5.26 on linux 2.6.22.1. On all nodes netstat > gives full send and receive buffers on the tcp connections

Apache TomCat 6.x

2008-03-21 Thread joseph . ctr . herold
Because of a security issue with Apache TomCat 4.x, our office was required to upgrade to version 6.x. The software was loaded and installed on a Windows 2003 server. I see in the bottom right block the icon for Apache TomCat 6.x but when I click on it, it shows that the service needs to be star

Re: lock wait endless in FastAsyncSocketSender

2008-03-21 Thread Rainer Jung
Hello Ronald, Ronald Klop schrieb: Hello, I have this on one of my cluster nodes. Is this normal? We are running Tomcat 5.5.26 on linux 2.6.22.1. On all nodes netstat gives full send and receive buffers on the tcp connections of the replication. "Cluster-FastAsyncSocketSender-6" daemon prio

RE: Manager app authentication not working with JDBCRealm

2008-03-21 Thread Caldarale, Charles R
> From: Mark Leone [mailto:[EMAIL PROTECTED] > Subject: Re: Manager app authentication not working with JDBCRealm > > But why does my custom app display "JDBCRealm" in the credentials > prompt? Because the 401.jsp file in the manager webapp overrides the default dialog box; since your custom we

Re: Having problem deploy a simple webapp

2008-03-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 to whom it may concern, Guest1234 wrote: | You were right, the problem occurred because Tomcat couldn't find | WSServletContextListener. | I checked and the above class comes with "Sun Java Server" which I don't | have. | Does Tomcat comes with a lis

Re: Regarding installation of Tomcat service wrapper

2008-03-21 Thread David Smith
Hi. error.docx is a MS Word 2007 format file, unreadable by older Office products (thank you Microsoft!) and probably most third party readers without updates or extra software. Could you repost this as a plain old text file? --David radhika123 wrote: Hi I want to know the details how to

Re: issue:reading the constant variables from txt/properties file

2008-03-21 Thread Mark Thomas
Nilesh Yadav wrote: can anyone suggest me regarding the following issue. it's urgent. You only need to post your message once. We all saw it the first time and don't want/need the spam of a duplicate message. environmental situation: I am working on the hyperion portal HS9; here on this serve

Re: Regarding installation of Tomcat service wrapper

2008-03-21 Thread Mark Thomas
adhika123 wrote: Hi I want to know the details how to run Tomcat as service wrapper. http://www.nabble.com/file/p16194942/error.docx error.docx I am getting the above mentioned error. Could anybody please resolve this error ASAP. Given that the file you point to is unreadable - no. It would

lock wait endless in FastAsyncSocketSender

2008-03-21 Thread Ronald Klop
Hello, I have this on one of my cluster nodes. Is this normal? We are running Tomcat 5.5.26 on linux 2.6.22.1. On all nodes netstat gives full send and receive buffers on the tcp connections of the replication. "Cluster-FastAsyncSocketSender-6" daemon prio=1 tid=0x08d16af0 nid=0x78d7 in Object

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Mark Thomas
Andreas Schneider wrote: Hi, I am trying to use my tomcat 6 over Apache 2.2. I have deployed a war called sw-builder.war into the webapps folder of the tomcat instance. Since you are using Apache 2.2 I'd use mod_proxy_ajp. Configuration is as simple as: 1. Make sure AJP connector is enable

Re: displaying an image from outside the webapps directory

2008-03-21 Thread Kimberly Begley
Wow - great - thanks for the fast response - I will try it out. Have a great weekend! Kimberly On Fri, Mar 21, 2008 at 9:12 PM, Lars Nielsen Lind <[EMAIL PROTECTED]> wrote: > Kimberly Begley skrev: > > > > Hi, > > I'm trying to make a jsp display a plot that is a jpeg in a directory > > outside

Re: displaying an image from outside the webapps directory

2008-03-21 Thread Lars Nielsen Lind
Kimberly Begley skrev: Hi, I'm trying to make a jsp display a plot that is a jpeg in a directory outside the catalina_home directory - I do not have the option of putting it in the webapp directory (there's 1000's of them - my page will just display one of them as selected by the user - along wit

displaying an image from outside the webapps directory

2008-03-21 Thread Kimberly Begley
Hi, I'm trying to make a jsp display a plot that is a jpeg in a directory outside the catalina_home directory - I do not have the option of putting it in the webapp directory (there's 1000's of them - my page will just display one of them as selected by the user - along with some other info) - how

jmx gives ConcurrentModificationException

2008-03-21 Thread Ronald Klop
Hi, I'm doing listSessionIds by JMX on Tomcat 5.5.26. Sometimes I get this exception. Is this only harmful to my jmx client or can it also harm the running Tomcat? Caused by: java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:841) at

issue:reading the constant variables from txt/properties file

2008-03-21 Thread Nilesh Yadav
Hi All ; can anyone suggest me regarding the following issue. it's urgent. environmental situation: I am working on the hyperion portal HS9; here on this server Two tomcats(both of :5.0.28) are present; one is used to run this portal & another one is used to run the 6 java applications present(pu

Re: sessionListener.sessionDestroyed is called on shutdown of a node in the cluster

2008-03-21 Thread Ronald Klop
In sessionDestroyed I register the user as logged out. How can I know if sessionDestroyed is called from session.invalidate() from the real expiration of the session or shutdown of one cluster node? Ronald. On Thu Mar 20 17:40:26 CET 2008 Tomcat Users List wrote: It's expected behavior, ses

Regarding installation of Tomcat service wrapper

2008-03-21 Thread radhika123
Hi I want to know the details how to run Tomcat as service wrapper. http://www.nabble.com/file/p16194942/error.docx error.docx I am getting the above mentioned error. Could anybody please resolve this error ASAP. -- View this message in context: http://www.nabble.com/Regarding-installation-o

Re: Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Andreas Schneider
The other thing why the auto generated mod_jk.conf is using the extracted webapp in the temp folder. If I would configure it by myself, why I shouldn't use the folder in catalina_home/webapps/sw-builder? - To start a new topic