Fw: Tomcat on Windows: advantages of running as a service?

2005-10-12 Thread Tom Burke
Thanks to Peter and other who made this, in retrospect, obvious suggestion! I'm pleased to say it works perfectly. Tom Burke - Original Message - From: Peter Crowther [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, October 12, 2005 11:49 AM

FW: Apache and IIS

2005-09-30 Thread Raghupathy,Gurumoorthy
Proxy is may be on of the solution http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#proxypass http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#proxypassreverse Regards Guru -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 30 September 2005 11:59 To:

Fw: How to force the Tomcat manager app to run in SSL only?

2005-09-08 Thread Augmentin
Hi All, I have looked into docs about manager.xml, Context, Valves etc but still find no clues. Since manager does not actually exist under /webapps I can't put a security-constraint in a web.xml file. Thanks for help! Raymond

FW: Unable to access application if I am on VPN

2005-08-20 Thread Hayes, Wes
-Original Message- From: Brian Cook [mailto:[EMAIL PROTECTED] Sent: Saturday, August 20, 2005 10:04 AM To: Tomcat Users List Subject: Re: Unable to access application if I am on VPN Hm Could you configure the firewall to reroute the JVM request thought the proxy? Len Popp

Re: FW: URLConnection.getOutputStream().write() fails

2005-08-03 Thread julian
Hi Wade :) Not sure what you are trying to do here, but what you are doing is attempting to POST to a text file. Correct. One your TC server is probably only allowing a GET on the .txt file as it will not process the .txt file, So, as a Tomcat newbie, is there a configuration I need to

Re: FW: URLConnection.getOutputStream().write() fails

2005-08-03 Thread julian
Hi Wade :) Not sure what you are trying to do here, but what you are doing is attempting to POST to a text file. Correct. One your TC server is probably only allowing a GET on the .txt file as it will not process the .txt file, So, as a Tomcat newbie, is there a configuration I need to

Re: FW: URLConnection.getOutputStream().write() fails

2005-08-03 Thread Wade Chandler
Yes this is a PUT actually. A POST will simply send parameters to the server as a stream with the server some how making a process operate on the POST info (usually the file POST to such as a .jsp or a .php file) unless you have a special servlet for taking a POST and dumping the input stream to

Re: FW: URLConnection.getOutputStream().write() fails

2005-08-03 Thread Wade Chandler
You can also learn more about the default servlet here: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/funcspecs/fs-default.html Hope it helps, Wade --- [EMAIL PROTECTED] wrote: Hi Wade :) Not sure what you are trying to do here, but what you are doing is attempting to POST

FW: How to do authentication and secure line HTTPS (SSL)

2005-07-21 Thread Abdullah Abdullah
From: Abdullah Abdullah [EMAIL PROTECTED] Reply-To: Tomcat Developers List tomcat-dev@jakarta.apache.org To: tomcat-dev@jakarta.apache.org Subject: How to do authentication and secure line HTTPS (SSL) Date: Wed, 20 Jul 2005 10:50:01 +0100 Dear all Actually, I would like to ask you that how

FW: OutOfMemoryError WebappClassLoader.openJARs(WebappClassLoader.java:1544)

2005-07-20 Thread Arup Vidyerthy
Guys, I have been experiencing an interesting problem lately with our production servers. We are running Tomcat 5.5.9 with 1.4.2_08 on Gentoo box. We have around 15 contexts (identical web application for 15 separate clients) inside weapps. Our application is very XML/XSLT oriented. Our main

Fw: Connection Pool problem...........

2005-07-19 Thread Sridhar
Hi, How to configure connection pools for Oracle in Tomcat. follwing code included in the server.xml file even connection pool in not configured.copied the Oracle driver into lib directory. Resource name=XYZDS auth=Container type=javax.sql.DataSource

FW: Tomcat security realms question

2005-07-18 Thread Akoulov, Alexandre [IT]
Thanks Mark. I agree, but they are the security people and I have to at least try to comply. Do you think it would be feasible for us to change the org.apache.catalina.authenticator.AuthenticatorBase for Tomcat 4.1.18 to change the session ID post logging in? We'd obviously have to recompile

Fw: How to creating concurrent call in batch file

2005-07-08 Thread feilong
Hallo, I want to write a batch file under windows to call 6 instances concurrently to test whether the program is thread-safe. Below is the shell script for linux to create parallel call, it works. But if I use the same syntax, i.e. to connect java call in batch file under windows, it only

FW: Blocking urls

2005-06-23 Thread Jim Henderson
-Original Message- From: Scott Waldner [mailto:[EMAIL PROTECTED] Sent: Thursday, June 23, 2005 4:00 PM To: tomcat-user@jakarta.apache.org Subject: RE: Blocking urls Here is how we solved this problem using filters. This was tested on Tomcat 5.5.9 and WebSphere 6.0. A 404 error is the

FW: Tomcat 5.5 and IIS 6.0 connecter problem.

2005-05-03 Thread charles doweary
From: charles doweary [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org CC: [EMAIL PROTECTED] Subject: Tomcat 5.5 and IIS 6.0 connecter problem. Date: Sat, 30 Apr 2005 11:21:12 -0400 I've configured the following on my Windows Server 2003 operations system: JDK1.5.0_01, Tomcat-5.5.9,

Re: FW: Tomcat 5.5 and IIS 6.0 connecter problem.

2005-05-03 Thread Jess Holle
Don't use isapi_redirector2 -- development on it has ceased and it is unsupported. Instead use the latest isapi_redirect. charles doweary wrote: From: charles doweary [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org CC: [EMAIL PROTECTED] Subject: Tomcat 5.5 and IIS 6.0 connecter problem.

FW: Tomcat 5.5 and IIS 6.0 connecter problem.

2005-04-30 Thread charles doweary
From: charles doweary [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: CC: [EMAIL PROTECTED] Subject: Tomcat 5.5 and IIS 6.0 connecter problem. Date: Sat, 30 Apr 2005 11:21:12 -0400 I've configured the following on my Windows Server 2003 operations system:

FW: Tomcat 5.5 and IIS 6.0 connecter problem.

2005-04-30 Thread charles doweary
From: charles doweary [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: tomcat-user@jakarta.apache.org Subject: FW: Tomcat 5.5 and IIS 6.0 connecter problem. Date: Sat, 30 Apr 2005 11:55:48 -0400 From: charles doweary [EMAIL PROTECTED] Reply-To: Tomcat Users List

Re: FW: RE: Tomcat 5.5.7+JRockit = windows service won't start

2005-03-23 Thread Brad Baynes
From: Caldarale, Charles R [EMAIL PROTECTED] Subject: RE: Tomcat 5.5.7+JRockit = windows service won't start Date: Tue, 15 Mar 2005 14:40:33 -0600 That's odd, since the -Xrs is in my registry entry, albeit this is with an older Tomcat level. - Chuck No, the -Xrs is not available in

Fw: Request for example of use of Sun's FtpClient or Apache's FTPClient

2005-02-24 Thread Susan Hoddinott
Hello, Does anyone have an example of how to use these classes which includes how the client destination file name must be specified? I have tried both from within servlets and in both cases it finds the source file correctly but then writes the ftp get to the server. Should they not be

RE: FW: challenging JK connector problem: java.net.SocketException

2005-02-24 Thread Guernsey, Byron \(GE Consumer Industrial\)
To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: FW: challenging JK connector problem: java.net.SocketException hi Patrick, i've just tried your suggestion and unfortunately i still get the java.net.SocketExceptions. i installed Tomcat 5.0.25, upgraded my JDK to 1.4.2_07, reinstalled the JK

RE: FW: challenging JK connector problem: java.net.SocketException

2005-02-24 Thread Woodchuck
Recoverable. Why bother logging them as errors if they are recoverable and have no impact. Byron -Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 12:02 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: FW: challenging JK

FW: challenging JK connector problem: java.net.SocketException

2005-02-23 Thread Patrick . King
-Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: February 22, 2005 5:20 PM To: [EMAIL PROTECTED] Subject: RE: challenging JK connector problem: java.net.SocketException hello Patrick! thank you for your help, i really appreciate it as i'm at a total loss at the

Re: FW: challenging JK connector problem: java.net.SocketException

2005-02-23 Thread Woodchuck
hi Patrick, i've just tried your suggestion and unfortunately i still get the java.net.SocketExceptions. i installed Tomcat 5.0.25, upgraded my JDK to 1.4.2_07, reinstalled the JK connector (setupJK204.exe). the only real difference it seems is that i'm using Windows XP. how do you install

FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Reshma Bhatia
-Original Message- From: Reshma Bhatia [mailto:[EMAIL PROTECTED] Sent: Thursday, February 17, 2005 7:36 PM To: '[EMAIL PROTECTED]' Subject:Please help for a query in Tomcat. - Problem : Tomcat gets hanged Hi, We have designed an

Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Antony Paul
You can try modifiying the maxProcessors in the connector element in conf/server.xml to a higher value to test whether increasing no of threads solve the problem. Post Tomcat , Java VM and OS versions. rgds Antony Paul On Fri, 18 Feb 2005 10:14:15 +0530, Reshma Bhatia [EMAIL PROTECTED] wrote:

RE: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Reshma Bhatia
Is there a way to kill the Tomcat threads which have gone into infinite loop / hang state. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 10:26 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: FW: Please help for a query in Tomcat

Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Antony Paul
. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Friday, February 18, 2005 10:26 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged You can try modifiying the maxProcessors

RE: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged

2005-02-17 Thread Caldarale, Charles R
From: Antony Paul [mailto:[EMAIL PROTECTED] Subject: Re: FW: Please help for a query in Tomcat. - Problem : Tomcat gets hanged To best of my knowledge you can't. Even if you shutdown Tomcat it will wait till the threads finish their work. Not quite true. You can use the kill command

RE: FW: Re: Missing application web.xml Tomcat 5.5.7

2005-02-15 Thread Joe Reger, Jr.
Subject: RE: FW: Re: Missing application web.xml Tomcat 5.5.7 Hi, Using $CATALINA_HOME and or $CATALINA_BASE is the more proper way to describe those directory references. No I am not having trouble with web.xml file when deploying a WAR file. I'm trying to assist you troubleshoot

FW: Re: Missing application web.xml Tomcat 5.5.7

2005-02-14 Thread Joe Reger, Jr.
Hi All. I'm still having trouble with this issue. I'm not able to upload a .WAR file through the html web application manager but the same war manually exploded and placed into the /webapps directory works fine. I've included the web.xml to see if anybody can determine why Tomcat's

Re: FW: Re: Missing application web.xml Tomcat 5.5.7

2005-02-14 Thread sven morales
Hi, Where are you getting this $CatalinaRoot ? I don't see this env var set in catalina.sh. aka_sergio --- Joe Reger, Jr. [EMAIL PROTECTED] wrote: Hi All. I'm still having trouble with this issue. I'm not able to upload a .WAR file through the html web application manager but

RE: FW: Re: Missing application web.xml Tomcat 5.5.7

2005-02-14 Thread Joe Reger, Jr.
[mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 1:12 PM To: Tomcat Users List Subject: Re: FW: Re: Missing application web.xml Tomcat 5.5.7 Hi, Where are you getting this $CatalinaRoot ? I don't see this env var set in catalina.sh. aka_sergio --- Joe Reger, Jr. [EMAIL PROTECTED] wrote

RE: FW: Re: Missing application web.xml Tomcat 5.5.7

2005-02-14 Thread sven morales
PROTECTED] Sent: Monday, February 14, 2005 1:12 PM To: Tomcat Users List Subject: Re: FW: Re: Missing application web.xml Tomcat 5.5.7 Hi, Where are you getting this $CatalinaRoot ? I don't see this env var set in catalina.sh. aka_sergio --- Joe Reger, Jr. [EMAIL PROTECTED

FW: i solved the problem

2005-02-11 Thread Gustavo Ringel
_ From: Gusti y Viky [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 12:28 PM To: 'tomcat-user@jakarta.apache.org' Subject: i solved the problem I solved the problem, after changing the name of the directory I checked on the Catalina.out log and saw that some

FW: IE converts file.jpg to file_jpg when saving

2005-02-07 Thread Brad Hafichuk
Update. I've found something interesting out. If I attempt to download a file (say, http://www.example.com/mywebapp/images/x.jpg) without any security constraint in the web.xml file, I can correctly get the filename to show up in the save as drop down for both IE and Mozilla (right-click on

Fw: can't deploy Cocoon DependencyCheck Failed

2005-02-05 Thread Tom Sparks
- Original Message - From: Tom Sparks [EMAIL PROTECTED] To: users@cocoon.apache.org Sent: Saturday, February 05, 2005 1:40 PM Subject: can't deploy Cocoon DependencyCheck Failed help me Can't deploy Cocoon on tomcat 5.5 5/02/2005 13:12:18

FW: My very first servlet cannot be run

2005-01-28 Thread Van Den Bemt, Patrick \(P.\)
Hi there, I have got an issue running a very first servlet on tomcat5. The valid Servlet code for Log4jTester : package test; public class Log4jTester { public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { } } The

Re: FW: My very first servlet cannot be run

2005-01-28 Thread Kwok Peng Tuck
Hi Patrick, You use should use the servlet name you specified rather than the class name. Do you need the servlet-mapping as well ? Here's a example from tomcat: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/webapps/admin/WEB-INF/web.xml?view=markup Van

Re: FW: My very first servlet cannot be run

2005-01-28 Thread Caroline Jen
Hi Patrick, I suppose that your compiled Log4jTester in the test package is under this directory: C:\tomcat-5.x/webapps/ROOT/WEB-INF/classes The mapping in the web.xml file should be: servlet servlet-namelog4j/servlet-name servlet-classtest.Log4jTester/servlet-class

FW: having only one application running using Tomcat 5.x

2005-01-18 Thread Pirabu Pathmasenan
hey, I just wanted to know .. when we set clientauth = true' .. it will make sure for each application using Tomcat 5.x .. if the person requesting the appliation is really who he/she is. But, with this in mind, and when clientauth =true .. i just want to have one particular application to

RE: FW: j2sdk problems

2004-12-30 Thread Warron French
#400 Vienna, VA 22182 Desk: 703-821-6110 Main: 703-821-6000 Fax: 703-827-0374 -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 3:52 PM To: Tomcat Users List Subject: Re: FW: j2sdk problems Warron French wrote: That's the problem

RE: FW: j2sdk problems

2004-12-30 Thread Warron French
Ben, thanks for your input. Merry Christmas Happy New Year! Warron French Sr. Network Engineer Xtria, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 3:57 PM To: tomcat-user@jakarta.apache.org Subject: RE: FW: j2sdk problems

FW: j2sdk problems

2004-12-29 Thread Warron French
Can anyone help me on this issue please? I have reviewed the log files to no end on this issue. I see nothing at all in terms of errors. The problem is we are running jboss-3.2.5 in conjunction with j2sdk-1.4.1_04 on a Red Hat Linux 9 system with the 2.4.20-31.9smp kernel and I have had to

Re: FW: j2sdk problems

2004-12-29 Thread bricker
You probably have not had help because there is no PROBLEM listed. What is the issue? Your question is hoplessly vague as presented. If you see no errors, then what is the problem? :] Ben Ricker Can anyone help me on this issue please? I have reviewed the log files to no end on this issue.

RE: FW: j2sdk problems

2004-12-29 Thread Warron French
, VA 22182 Desk: 703-821-6110 Main: 703-821-6000 Fax: 703-827-0374 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 3:26 PM To: tomcat-user@jakarta.apache.org Subject: Re: FW: j2sdk problems You probably have not had help because

Re: FW: j2sdk problems

2004-12-29 Thread Wade Chandler
Warron French wrote: That's the problem, the j2sdk/jboss services fail after about a week and there is no log entries in the /var/log/mod_jk.log file. Or anywhere else I mentioned in my original email. Merry Christmas Happy New Year! Warron French Sr. Network Engineer Xtria, LLC 8045 Leesburg

Re: FW: j2sdk problems

2004-12-29 Thread Ben Souther
Also, what happens when the user tries to access the app? A 404 Error? Can not connect error? A frozen browser? Dies can mean a lot of things. On Wed, 2004-12-29 at 15:52, Wade Chandler wrote: Warron French wrote: That's the problem, the j2sdk/jboss services fail after about a week and

RE: FW: j2sdk problems

2004-12-29 Thread bricker
@jakarta.apache.org Subject: Re: FW: j2sdk problems You probably have not had help because there is no PROBLEM listed. What is the issue? Your question is hoplessly vague as presented. If you see no errors, then what is the problem? :] Ben Ricker Can anyone help me on this issue please? I have

FW: Tomcat JK2 Connector/IIS Slowdown

2004-12-12 Thread Robert Walther
For those of you who saw my original posting of this issue, you may remember that my IIS6/Tomcat 5.028 server was very slow at downloading files from an online cart to a Windows 2000, IE6 browser. But the same IIS6/Tomcat server would download files very quickly to all Netscape / Mozilla and

Re: FW: [Ticket System] Invalid Email

2004-12-07 Thread Alain Gaeremynck
i think every one who post get one of those. it's probable someone who subscribe a ticket system address to the list Phillip Qin wrote: What the heck is this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: December 6, 2004 4:15 PM To: [EMAIL PROTECTED]

FW: [Ticket System] Invalid Email

2004-12-06 Thread Phillip Qin
What the heck is this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: December 6, 2004 4:15 PM To: [EMAIL PROTECTED] Subject: [Ticket System] Invalid Email You recently attempted to send an email to the Ticket-System. Sadly it failed. The reasons may

FW: Help: Windows Server on Linux Client

2004-12-05 Thread Aris Javier
Please Help! thanks very much! aris _ From: Aris Javier Sent: Friday, December 03, 2004 4:48 PM To: 'Tomcat Users List' Subject: Help: Windows Server on Linux Client Good Afternoon! I have this problem on linux clients... My web apps simply won't run on linux client... http:

Re: FW: Help: Windows Server on Linux Client

2004-12-05 Thread QM
On Mon, Dec 06, 2004 at 09:20:26AM +0800, Aris Javier wrote: : http: 401 authorization problem always shows up on mozilla in linux. : : The server is Windows 2k (development pc) running tomcat 5.0.27 : using jk2 connector to run on IIS... my web apps don't have problems : on windows client...

Re: FW: Tomcat 5 notably slower than tomcat 4

2004-12-03 Thread David Stevenson
Try JDK 1.4.2_06. It has less bugs. Might be faster. David Stevenson On Thu, 2004-12-02 at 22:25, Dan Foreman wrote: Hi, While upgrading application servers from Tomcat 4.0.5 to Tomcat 5.0.29 I am noticing slower browser response when hitting the tomcat 5 servers. We use tomcat as an

RES: [java] Re: FW: Tomcat 5 notably slower than tomcat 4

2004-12-03 Thread Paulo Alvim
problems... -Mensagem original- De: David Stevenson [mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 3 de dezembro de 2004 09:36 Para: Tomcat Users List Assunto: [java] Re: FW: Tomcat 5 notably slower than tomcat 4 Try JDK 1.4.2_06. It has less bugs. Might be faster. David Stevenson

Re: FW: Tomcat 5 notably slower than tomcat 4

2004-12-03 Thread Navneet Karnani
Do you see this speed problem when you hit the application for the first time. Remember, the jsps need to be compiled. Try visiting each page atleast once and then compare the speeds. Check if there are any errors being logged in the log file. Also, 5.0.29 is a pre-beta release. 5.0.28 was

FW: Tomcat 5 notably slower than tomcat 4

2004-12-02 Thread Dan Foreman
Hi, While upgrading application servers from Tomcat 4.0.5 to Tomcat 5.0.29 I am noticing slower browser response when hitting the tomcat 5 servers. We use tomcat as an application server for a data collection application. In one of our larger installs where there are 10 application servers,

Fw: [tomcat 5.5] Reference a JNDI env resource from another env-resource

2004-11-29 Thread Alexandre Borgoltz
Hi, I have developed my own BeanFactory as explained in your JNDI-RESOURCE-HOWTO. Everything works fine and I can use the corresponding factory successfully. But when I try to upgrade it a bit, I'm facing a problem: I'd like my factory to access a database to update the bean it returns. So

Fw: WebDav behavior

2004-11-19 Thread Brian K Bonner
My mind was playing tricks on me. My last reply wasn't accurate. I'll do more research. Thanks for the clarification. Brian - Forwarded by Brian K Bonner/paraware on 11/19/2004 03:40 PM - Brian K Bonner/paraware wrote on 11/19/2004 03:37:01 PM: That sounds like what I'm seeing. IE

FW: IIS 6.0, SSL and Tomcat 5.0.28 set up problems.

2004-11-12 Thread charles doweary
From: charles doweary [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: IIS 6.0, SSL and Tomcat 5.0.28 set up problems. Date: Fri, 12 Nov 2004 13:29:52 -0500 Dear Sir, I am running IIS 6.0 with Tomcat 5.0.28 on Windows Server 2003, and I am having a problem getting SSL to

Fw: Login over ssl

2004-11-12 Thread Roland Carlsson
Hi! I am using that for my login pages. The problem is that tomcat doesn't honor that. So, must I put my whole web-app as CONFIDENTIAL when I only need the login to be performed in a (relative) safe way. Thanks in advance Roland Carlsson - Original Message - From: Michal Kwiatek [EMAIL

RE: FW: Configuring JAAS realm for a web appplication (Catalina c lass loader bug)

2004-11-08 Thread Jacob Kjome
List Subject: Re: FW: Configuring JAAS realm for a web appplication (Catalina class loader bug) Well, the short answer is, move it to common/lib, not server/lib. server/lib is for stuff that *only* Tomcat itself should see. common/lib is for stuff that both the server and applications should

FW: Configuring JAAS realm for a web appplication (Catalina class loader bug)

2004-11-07 Thread Reingold Genna
Title: FW: Configuring JAAS realm for a web appplication (Catalina classloader bug) Hi, My company isusing Tomcat 4.1.29 and I'm investigating a transition to version 5.0.28. We use JAAS for authentication. The realm is decleared inside the web application context. The authentication code

Re: FW: Configuring JAAS realm for a web appplication (Catalina class loader bug)

2004-11-07 Thread Jacob Kjome
Well, the short answer is, move it to common/lib, not server/lib. server/lib is for stuff that *only* Tomcat itself should see. common/lib is for stuff that both the server and applications should see (and shared/lib is the converse of server/lib, but different from WEB-INF/lib since it is

RE: FW: Configuring JAAS realm for a web appplication (Catalina c lass loader bug)

2004-11-07 Thread Reingold Genna
Title: RE: FW: Configuring JAAS realm for a web appplication (Catalina class loader bug) Jake, Thanks for our reply. I have tried common/lib scenario. As a matter of fact I have started with that option. However it produces the same result. I have tried to move ejb-client jar out

Fw: Re: Problem with Tomcat 4.1 Charset - Resolved!

2004-11-04 Thread Mathias Payer
Hi List! My problem with the appended charset is resolved, thanks to Mark Sutton who sent me his solution and told me to share it with the list if it worked out! So after I deinstalled Tomcat 4.1.30 and turned to the new production release 5.0 everyhting worked fine! And I can definitly say

Re: FW: Virtual host (JSP) in Apache+Tomcat+Mod_jk

2004-11-02 Thread Nikola Milutinovic
Batpurev wrote: Dear all, I am sure the list is always talking and discussing about Virtual host (JSP) in Apache+Tomcat+Mod_jk problems. Though I need some advices from experts or experienced people in this list. There are three (sometimes complex) steps to take: 1. Setup Tomcat VHost 2. Setup

FW: Virtual host (JSP) in Apache+Tomcat+Mod_jk

2004-11-01 Thread Batpurev
Dear all, I am sure the list is always talking and discussing about Virtual host (JSP) in Apache+Tomcat+Mod_jk problems. Though I need some advices from experts or experienced people in this list. I have Apache 2.0.49 Tomcat - 4.1.30 Mod2_jk Need to do some JSP virtual hosts. I have read

FW: Failed to install Tomcat5 service

2004-10-29 Thread Sharma_Ashutosh
No one is providing answer to my very basic question-which is a show stopper for me. Please help me -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 3:01 PM To: [EMAIL PROTECTED] Subject: Failed to install Tomcat5 service Hi, I'm

FW: JK2 Errors

2004-10-27 Thread James McGovern
Think I have a solution to the errors I have been experiencing. I found a configuration that was causing problems for another user in the tomcat forum and figured I would be silly and try it myself. Suprisingly, it worked. Get a couple deprecated errors on startup of apache but hasn't returned a

Fw: Windows 2000 Pro

2004-10-20 Thread David Williams
Windows 2000 ProAll, This procedure was the closest I got to working.. and seems most accurate but.. It's still jacked up for my Directory.. I've recieve Socket erros.. and just all kinds of Fun! Cheer David - Original Message - From: David Williams To: David Williams Sent:

Fw: Windows 2000 Pro

2004-10-20 Thread Dave Been
Return Receipt Your Fw: Windows 2000 Pro document

Re: Fw: Internet Explorer Bug under SSL Connection

2004-10-19 Thread Edouard Dalla-Costa
Thank you very much for the information. However, I also had to to change Cache-Control value (no-cache = cache) too. Anyway thank you for your answer On Mon, 18 Oct 2004 15:03:10 +0100, Jon Wingfield [EMAIL PROTECTED] wrote: Tomcat adds (or at least did in the 4.1 branch) certain response

Re: Fw: Internet Explorer Bug under SSL Connection

2004-10-18 Thread Jon Wingfield
Tomcat adds (or at least did in the 4.1 branch) certain response headers, directives to clients and proxy caches to not cache the data, when it is to serve something within a security-constraint. (log examples at end of post) [It seems that] When IE downloads something with a mime-type it

Fw: Internet Explorer Bug under SSL Connection

2004-10-15 Thread David Wall
Our web site is entirely SSL. Most users have IE. Our application is used to securely transfer and digitally sign attached files that must be downloaded. Yet, we've never seen this problem. Who is putting in the Pragma header in the response in the first place that you have to change it this

Fw: Realm for Admin tool?

2004-10-11 Thread Andoni
Hello, I have just changed over from Tocmat 4.0.4 to Tomcat 4.1.24 and now I want to get the Admin tool working. The error message I am getting is No Realm has been configured to authenticate against but there is no Realm in my Windows version of Admin tool either and it seems to work fine!

RE: FW: is reloading the web context sufficient ?

2004-09-08 Thread Quinten Verheyen
What version of Tomcat are you referring to? Tomcat 4.1.x or Tomcat 5.0.x? Tomcat 5.0.25 to be exact ;) -Original Message- From: David Rees [mailto:[EMAIL PROTECTED] Sent: 07 September 2004 21:48 To: Tomcat Users List Subject: Re: FW: is reloading the web context sufficient ? Quinten

FW: is reloading the web context sufficient ?

2004-09-07 Thread Quinten Verheyen
To clarify and remove the confusion I'm making ;) webapp.root / WEB-INF / classes / [package] I would simply like to know how on-going HTTP traffic is handled when the classes get reloaded, either by the reloadable attribute in the context or by the Manager webapp reload function. Quinten

Re: FW: is reloading the web context sufficient ?

2004-09-07 Thread David Rees
Quinten Verheyen wrote: I would simply like to know how on-going HTTP traffic is handled when the classes get reloaded, either by the reloadable attribute in the context or by the Manager webapp reload function. What version of Tomcat are you referring to? Tomcat 4.1.x or Tomcat 5.0.x?

Fw: Tomcat Servlet.init() error

2004-09-02 Thread missioncoder
After much reading and some trial and errors I finally upgraded to Tomcat 5.0.27. For some strange reason I'm having the same problem as before, I keep getting - Root Cause - java.lang.NoClassDefFoundError: org/apache/tomcat/logging/Logger errors in my catalina.out file. I'm not sure

Fw: The value for the useBean class attribute com.company.product.thing is invalid.

2004-08-21 Thread Kenneth Ho \(IT Department Ltd\)
Hi, I have an application running on Tomcat 4.1.24 with JapserReport 0.5.0. When I try to print JasperReport with large amount of data, there is a OutofMemoryError there. The tomcat will then shutdown unexpectedly. I search on google and set java -Xms256m -Xmx512m, but it doesn't help. I find

Re: Fw: The value for the useBean class attribute com.company.product.thing is invalid.

2004-08-21 Thread mlist
ATTENTION: THIS IS AN AUTOMATED RESPONSE. DO NOT REPLY TO THIS MESSAGE. If you want to end your subscription, please use this link: http://www.nethugs.com/unsubscribe.shtml If you want to subscribe, please use this link: http://www.nethugs.com/whysubscribe.shtml If you need to contact a live

Re: Fw: The value for the useBean class attribute com.company.product.thing is invalid.

2004-08-21 Thread Kok Wei, Koh
Hi Kenneth, A while ago I ran into the same problem. I specified a larger heap size like what you did and it helped. I can't think of a way you could control how Tomcat uses memory, but I suppose you should increase your heap size even further. At its worst, you'd just notice that your java

Re: Fw: The value for the useBean class attribute com.company.product.thing is invalid.

2004-08-21 Thread QM
1/ please post a *new* message when writing to the list. Replying to an old (unrelated) message confuses thread-aware mailers, which makes your question harder to find (and thus answer). Doubly so when you don't even change the subject. : I search on google and set java -Xms256m -Xmx512m, but

FW: server port and shutdown

2004-08-19 Thread Diego, Emil
You could just install a firewall, like firestarter and then block that port so nobody can connect to it. Emil Diego Website Administrator University of Miami School of Business 305.284.5449 -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19,

Re: FW: server port and shutdown

2004-08-19 Thread QM
On Thu, Aug 19, 2004 at 09:12:03AM -0400, Diego, Emil wrote: : You could just install a firewall, like firestarter and then block that port : so nobody can connect to it. That, and promise pain and suffering to any of your users you catch doing this. Sometimes a technical issue requires a

FW: Tomcat 4.1.27-13 Context Configuration problems on fedora core 2 install

2004-08-19 Thread Diego, Emil
How do I tell which URIs/file extensions are mapped to Tomcat ?? Emil Diego Website Administrator University of Miami School of Business 305.284.5449 -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 9:29 AM To: Tomcat Users List Subject: Re:

Re: FW: Tomcat 4.1.27-13 Context Configuration problems on fedora core 2 install

2004-08-19 Thread QM
On Thu, Aug 19, 2004 at 09:31:01AM -0400, Diego, Emil wrote: : How do I tell which URIs/file extensions are mapped to Tomcat ?? Please review my last e-mail, and all shall be revealed: : You should also read up on mod_jk or mod_jk2 which connect Apache to Tomcat. (Check your apache config to

Re: FW: server port and shutdown... off topic

2004-08-19 Thread John Villar
Sometimes a technical issue requires a policy solution. =) That's completely true almost every security issue nowadays involves someone doing (or not doing) *regularly* what (s)he isn't (or is) supossed to do, due to lack of policy on that matter.

RE: FW: Memory Usage - Tomcat 5.0.25

2004-08-12 Thread Nandish Rudra
ECI Conference Call Services, LLC -Original Message- From: Joseph Shraibman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 11, 2004 8:54 PM To: Tomcat Users List Subject: Re: FW: Memory Usage - Tomcat 5.0.25 Nandish Rudra wrote: Hello Everyone, I am writing about this error

Re: FW: Memory Usage - Tomcat 5.0.25

2004-08-12 Thread Joseph Shraibman
Users List Subject: Re: FW: Memory Usage - Tomcat 5.0.25 Nandish Rudra wrote: Hello Everyone, I am writing about this error from yesterday. I used JProfiler to monitor my memory usage. And am now sure that each and every static object is trashed when the application is undeployed and the profiler shows

RE: FW: Memory Usage - Tomcat 5.0.25

2004-08-11 Thread Nandish Rudra
-Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 10, 2004 8:38 PM To: Tomcat Users List Subject: Re: FW: Memory Usage - Tomcat 5.0.25 On Tue, Aug 10, 2004 at 04:54:26PM -0400, Nandish Rudra wrote: : I am writing about this error from yesterday. I used JProfiler

RE: FW: Memory Usage - Tomcat 5.0.25

2004-08-11 Thread Nandish Rudra
To: 'Tomcat Users List' Subject: RE: FW: Memory Usage - Tomcat 5.0.25 Hello QM, Thanks for your reply, it really cleared some things. First, tomcat has two levels for memory - allocated vs. used. While allocated increases with every spike by some amout and stays there, the used memor fluctuates

Re: FW: Memory Usage - Tomcat 5.0.25

2004-08-11 Thread Joseph Shraibman
Nandish Rudra wrote: Hello Everyone, I am writing about this error from yesterday. I used JProfiler to monitor my memory usage. And am now sure that each and every static object is trashed when the application is undeployed and the profiler shows that memory is free and all instance of the

FW: Memory Usage - Tomcat 5.0.25

2004-08-10 Thread Nandish Rudra
Hello Everyone, I am writing about this error from yesterday. I used JProfiler to monitor my memory usage. And am now sure that each and every static object is trashed when the application is undeployed and the profiler shows that memory is free and all instance of the objects are GC'd. This

Re: FW: Memory Usage - Tomcat 5.0.25

2004-08-10 Thread QM
On Tue, Aug 10, 2004 at 04:54:26PM -0400, Nandish Rudra wrote: : I am writing about this error from yesterday. I used JProfiler to monitor my : memory usage. And am now sure that each and every static object is trashed : when the application is undeployed and the profiler shows that memory is :

FW: Help!! -uncaught CharConversionException ?

2004-08-04 Thread Yoav Niderman
Hiya All, We have some standard JSP page that gets some parameters URLEncoded the usual way, (using GET) Once you take the URL and add the percent % character at the end of the URL (just after a parameter) - the entire page crashes throwing java.io.CharConversionException We tried

FW: Understanding tomcat web administration tool.

2004-08-04 Thread Shapira, Yoav
Hi, I'm just forwarding your reply to the mailing list so it's in the archives. That way I can refer to it in the future when updating Tomcat docs, and I don't have to keep it in my personal inbox. Thanks ;) Yoav Shapira Millennium Research Informatics -Original Message- From:

Fw: Migration to TOMCAT 5

2004-08-04 Thread Bhaskar Jyoti Phukan
- Original Message - From: Bhaskar Jyoti Phukan To: [EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 7:00 PM Subject: Migration to TOMCAT 5 Hi! We have an application which was installed in TOMCAT 3. The database is IBM DB2. We want to migrate to TOMCAT 5. We have installed

  1   2   3   4   5   6   >