RE: tomcat CPU utilization pegged...total CPU only 50%

2005-02-01 Thread Kevin Williams
Charles, My client has installed two instances of tomcat (each as a service). I'm not really sure how they did it (they have the standard C:/Program Files/Apache Group/Tomcat 4.1 folder, but the apps and conf files are in D:/instances/instance1/conf, D:/instances/instance1/app, D:/instances/instan

Hello

2005-02-01 Thread remm
I hope the patch works. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANN] JK 1.2.8 Released

2005-02-01 Thread Mladen Turk
Ellen Blank wrote: Hello, wondering how soon jk-1.2.8 binaries will become available for Solaris platform, and whether it makes sense to wait or go ahead with the jk-1.2.6 in a mean while. Well, I don't have Solaris box to make a build :). Also there are couple versions of them that are binary i

Re: Failed JDBC connection hangs Tomcat

2005-02-01 Thread Igor
Hello! I sent answer to tomcat users yesterday, but it seems not to be accepted ... So I am sending it once more ... I am referring to JTDS 1.0. I think, that the problem is in net.sourceforge.jtds.jdbc.SharedSocket class: it should set timeout for socket, otherwise methods getNetPacket and sendNet

Re: Proof of concept

2005-02-01 Thread remm
The sample is attached! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: tomcat CPU utilization pegged...total CPU only 50%

2005-02-01 Thread Caldarale, Charles R
> From: Kevin Williams [mailto:[EMAIL PROTECTED] > Subject: RE: tomcat CPU utilization pegged...total CPU only 50% > > 1. Yes, tomcat is running as a service. You might want to shutdown that service and run it from a command-line window, at least for testing purposes. Easier to fiddle with hea

RE: tomcat CPU utilization pegged...total CPU only 50%

2005-02-01 Thread Kevin Williams
Charles, Thanks for the help, here are your answers: I am using perfmon to monitor the % CPU Utilization (total and for the tomcat process). I added the tomcat process % CPU Utilization by doing the following: a. Within perfmon, Add an additional monitor. b. In the popup drop down list select

RE: Java / Tomcat Job Abroad

2005-02-01 Thread Aris Javier
Thanks Rhino for info. Yeah, big adjustment in climate... but that's one sacrifice I'm willing to take to make a living. =) -Original Message- From: Rhino [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 1:13 PM To: Tomcat Users List Subject: Re: Java / Tomcat Job Abroad I

timestamp protocol (RFC 3161)

2005-02-01 Thread Joel
This is kind of a long shot, but I was wondering if anyone here has any (Bexperience with bouncy castle's timestamp protocol stuff that they'd (Bcare to share. (B (BI need to implement a tsa server and client, and I'd just feel more (Bcomfortable if I weren't depending solely on my own poor i

Re: Java / Tomcat Job Abroad

2005-02-01 Thread Rhino
I think you'll find that there are Java jobs in Canada. I've seen some at monster.ca and workopolis.ca. I don't know about Tomcat jobs; I've never looked for Tomcat jobs. I hope you like living in large cities in a climate that is sometimes miserable (-40C in winter in Winnipeg for example) ;-) R

RE: tomcat CPU utilization pegged...total CPU only 50%

2005-02-01 Thread Caldarale, Charles R
> From: Kevin Williams [mailto:[EMAIL PROTECTED] > Subject: tomcat CPU utilization pegged...total CPU only 50% > Using performance monitor, the Tomcat % Processor Time pegs out > at 100% for the duration that total CPU utilization is at 50%. I'm confused. What tool or monitoring mechanism is tel

RE: tomcat CPU utilization pegged...total CPU only 50%

2005-02-01 Thread Kevin Williams
Doug, Here you go: Tomcat Version: 4.1 JVM Version: 1.4.1_07 2 processors: P4 Xeon 3.06 Ghz Thanks, Kevin Williams -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 8:38 PM To: Tomcat Users List Subject: Re: tomcat CPU utili

Re: tomcat CPU utilization pegged...total CPU only 50%

2005-02-01 Thread Parsons Technical Services
Is this on a dual processor machine? What version of Tomcat and JVM? Doug - Original Message - From: "Kevin Williams" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 01, 2005 11:25 PM Subject: tomcat CPU utilization pegged...total CPU only 50% Hello, I am trying to performance test an a

tomcat CPU utilization pegged...total CPU only 50%

2005-02-01 Thread Kevin Williams
Hello, I am trying to performance test an application running Tomcat with Apache w/SSL (connected using mod_proxy). The OS is Windows Server 2003. The test I am running is simulating a user logging into the application (using JMeter for the testing framework). Increasing the number of use

Re: SystemThreadList.java update?

2005-02-01 Thread Bob Feretich
Thanks Ronald. I made a couple mods. I added the below to the Group fields: Comparator threadComparitor = new Comparator() { public int compare(Object o1, Object o2) { return (((Thread) o1).getName()).compareTo (((Threa

Re: Include Native DLL in Tomcat application

2005-02-01 Thread KwonNam Son
> Where can I place the DLL so it can be seen within the application? > Try adding the directory which has the DLLs to the global PATH environment variable. regards, KwonNam. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

OT: Java / Tomcat Job Abroad

2005-02-01 Thread Aris Javier
Hello! This is an out of topic question... Sorry, but since all of you guys are using Java and Tomcat, and are from different countries... im just wondering if i can land a job abroad? I'm planning to migrate to Canada, US, or New Zealand from here in Philippines... My skill is java programmi

Re: SocketException: Too many open files

2005-02-01 Thread QM
On Tue, Feb 01, 2005 at 05:29:51PM -0600, Stephen Charles Huey wrote: : java.net.SocketException: Too many open files : [snip] : We're opening lots of these, and it appears we're opening more than a : maximum number of connections to the internet. Is there a way to bump : this up? Or maybe we're

Re: getAttribute returning null

2005-02-01 Thread QM
On Tue, Feb 01, 2005 at 08:56:14PM +, Didier McGillis wrote: : Having problem with a context parm. I have a servlet that queries for 300+ : list of names, it then builds a select list. This list changes : infrequently, the jsp page is supposed to display the data from the : servlet, so bei

Re: Deny access to a JSP page

2005-02-01 Thread QM
On Tue, Feb 01, 2005 at 08:22:45PM +0100, apuerta.foros wrote: : I'd like Tomcat to deny access to some JSPs with internal information. : : I can configure Apache to deny access depending on the user IP, : transparently. : : I'd like to do the same in Tomcat, but i don't now how. Have you se

Re: Performance of different Tomcat Releases

2005-02-01 Thread QM
On Tue, Feb 01, 2005 at 11:52:37AM -0600, sudip shrestha wrote: : I would like to know if there is significant performance improvement : from 5.0.x to 5.5.x. Is there some sort of relative performance study : done by anybody? Tomcat 5.5 is supposed to include several performance enhancements, and

Re: Tomcat Includes?

2005-02-01 Thread QM
On Tue, Feb 01, 2005 at 09:59:30AM -0600, Curt LeCaptain wrote: : Currently I'm running Tomcat 5 and I am looking to be able to take the : virtual hosts section of my server.xml file and move it to it's own : file, to be included in server.xml. Sounds like you've gotten tunnel vision from digging

Re: SocketException: Too many open files

2005-02-01 Thread Stephen Charles Huey
Do other Tomcat users often need to raise this limit on Linux? In addition to talking to website users, our Tomcat also has to talk to another web server elsewhere on the internet to verify a lot of stuff... - Original message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat User

Re: Slow HTTP upload of POST content

2005-02-01 Thread Michael Merkulovich
Thanks for helping out. I'm accessing Tomcat directly. The 3 servers on which the problem occurs have different network cards and also differnet from the NIC on the one workstation where everything works fine. The hardware is all fairly recent. I didn't do any packet analysis. I'll get Etherea

Re: SocketException: Too many open files

2005-02-01 Thread Remy Maucherat
On Tue, 01 Feb 2005 17:29:51 -0600, Stephen Charles Huey <[EMAIL PROTECTED]> wrote: > I'm running some simple but fast-pounding test programs against our > Tomcat server from a machine on the same network, and we've been tuning > our database, etc, based on this. But right now, I'm seeing a new on

virtualhost and deployment applications

2005-02-01 Thread Carlos Gabriel Arce
Good Day Please help me with a question. I have a Tomcat 5 server running with jdk in a linux box (red hat 9). This server have many virtualhosts configured by host directive. I have a trouble when a hosting deploys an application because the war gets deployed in the catalina home. The problem

SocketException: Too many open files

2005-02-01 Thread Stephen Charles Huey
I'm running some simple but fast-pounding test programs against our Tomcat server from a machine on the same network, and we've been tuning our database, etc, based on this. But right now, I'm seeing a new one coming out of our Java code whenever we try to open a URL: java.net.SocketException: T

Enforce ISO-8859-1

2005-02-01 Thread Mieke Banderas
I have a form on a HTML page with the meta attribute 'content="text/html; charset=iso-8859-1" ' and also the attribute 'accept-charset="ISO-8859-1" ' in the form tag. Yet I get Mac-Roman in the resulting email that I utilize with Suns mail.jar via a bean. What can I do at the servercode or in the

Re: article draft - Summary of benchmark

2005-02-01 Thread Remy Maucherat
On Tue, 1 Feb 2005 15:18:59 -0500, Peter Lin <[EMAIL PROTECTED]> wrote: > I've updated the document with more charts from the excel spreadsheet > and tried to make the explanations more clear. I'm really interested in the part of your tests which show certain new CPU architectures showing a big im

RE: [ANN] JK 1.2.8 Released

2005-02-01 Thread Ellen Blank
Hello, wondering how soon jk-1.2.8 binaries will become available for Solaris platform, and whether it makes sense to wait or go ahead with the jk-1.2.6 in a mean while. thank you, Ellen - Original Message - Mladen Turk Fri, 24 Dec 2004 04:39:01 -0800 The Apache Jakarta Tomcat team is p

Re: separate log4j configurations

2005-02-01 Thread Jacob Kjome
Quoting Roberto Cosenza <[EMAIL PROTECTED]>: > >No, Tomcat will continue to log just as it was configured at the server > level. > >And, actually, his log4j.properties file in WEB-INF/classes wouldn't even > get > >picked up by log4j at all because the default logger repository has already > >been

Include Native DLL in Tomcat application

2005-02-01 Thread Matt_Dunnerstick
Hello, Need some help. I have a 3rd party DLL that I 3rd party JAR references. I keep getting "access violation" errors on the DLL. I am running Tomcat 5 on win 2000. Where can I place the DLL so it can be seen within the application? Many thanks-- Matt

Re: getAttribute returning null

2005-02-01 Thread Tim Funk
No idea. But since you are using application (aka the servlet context), try this to see whats in your ServletContext ... <% /* Yes - this is about to produce tables */ out.println(""); out.println("KeyValue"); for (java.util.Enumeration e = application.getAttributeNames(); e.hasMoreElements(

Re: Slow HTTP upload of POST content

2005-02-01 Thread Parsons Technical Services
Well for the life of me I can't find it either. I know I read it somewhere. The idea was an issue with IE causing a fragmentation of the packets and retransmits. It boiled down to a bug in IE for certain versions. I don't remember a solution. So with that lets go after your setup. Are the machi

Re: separate log4j configurations

2005-02-01 Thread Roberto Cosenza
>No, Tomcat will continue to log just as it was configured at the server level. >And, actually, his log4j.properties file in WEB-INF/classes wouldn't even get >picked up by log4j at all because the default logger repository has already >been configured (assuming no manual configuration) so there wo

Re: separate log4j configurations

2005-02-01 Thread Jacob Kjome
Quoting Roberto Cosenza <[EMAIL PROTECTED]>: > If you will configure log4j instances which are in the same classloader, > they will conflict. > >Bootstrap > | >System > | >Common > / \ > Catalina Shared > / \ > We

RE: Tomcat's Java parameters

2005-02-01 Thread Jerry Jalenak
Jerry Jalenak Senior Programmer / Analyst, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 4:10 PM To: Tomcat Users List Subject: Re: Tomc

Re: Tomcat's Java parameters

2005-02-01 Thread Larry Meadors
The $JAVA_OPTS variable is ignored by the service, you have to add them in the registry. On Tue, 1 Feb 2005 16:45:15 -0500, Jared Ingersoll <[EMAIL PROTECTED]> wrote: > No takers? Should I take this question to the Dev list? > > jared > > -Original Message- > From: Jared Ingersoll [mail

RE: Tomcat's Java parameters

2005-02-01 Thread Jared Ingersoll
No takers? Should I take this question to the Dev list? jared -Original Message- From: Jared Ingersoll [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 11:19 AM To: 'tomcat-user@jakarta.apache.org' Subject: Tomcat's Java parameters Hi, I am running Tomcat 4.1.X with Java 1.4

RE: How to map client certificate to user or group?

2005-02-01 Thread Heinälä Petri
I'll try to do that. Thanks! Petri -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 1. helmikuuta 2005 23:11 To: Tomcat Users List Subject: Re: How to map client certificate to user or group? I think you would need to write a custom realm implementation. Mark Heinäl

Re: How to map client certificate to user or group?

2005-02-01 Thread Mark Thomas
I think you would need to write a custom realm implementation. Mark Heinälä Petri wrote: Thanks! That works with listed entries, but how I can map all certificates to one role? I have plans to do further certificate checking in my application. Petri -Original Message- From: Mark Thomas [ma

getAttribute returning null

2005-02-01 Thread Didier McGillis
Having problem with a context parm. I have a servlet that queries for 300+ list of names, it then builds a select list. This list changes infrequently, the jsp page is supposed to display the data from the servlet, so being the absolutly brilliant person that I am I wanted that option list bu

Re: separate log4j configurations

2005-02-01 Thread Roberto Cosenza
If you will configure log4j instances which are in the same classloader, they will conflict. Bootstrap | System | Common / \ Catalina Shared / \ Webapp1 Webapp2 ... http://jakarta.apache.org/tomcat/tomcat-5.5-doc/

Re: article draft - Summary of benchmark

2005-02-01 Thread Peter Lin
I've updated the document with more charts from the excel spreadsheet and tried to make the explanations more clear. peter On Mon, 31 Jan 2005 14:20:11 -0500, Peter Lin <[EMAIL PROTECTED]> wrote: > http://cvs.apache.org/~woolfel/benchmark_summary.doc > http://cvs.apache.org/~woolfel/benchmark_su

RE: How to map client certificate to user or group?

2005-02-01 Thread Heinälä Petri
Thanks! That works with listed entries, but how I can map all certificates to one role? I have plans to do further certificate checking in my application. Petri -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 1. helmikuuta 2005 20:37 To: Tomcat Users List Subject: R

separate log4j configurations

2005-02-01 Thread Tony Tomcat
Is it safe to have 1 log4j.properties setup for all of tomcat and then override it for a webapp that might need slightly different logging? For example.. I place log4j.jar and the Jakarta commons-logging.jar into the $TOMCAT_HOME/common/lib directory and have a log4j properties file in $TOMCAT_HO

Deny access to a JSP page

2005-02-01 Thread apuerta.foros
Hi all. I'd like Tomcat to deny access to some JSPs with internal information. I can configure Apache to deny access depending on the user IP, transparently. I'd like to do the same in Tomcat, but i don't now how. Any idea? Thanks.

Re: Using native and ld_library_path

2005-02-01 Thread Andreas Andersson
Caldarale, Charles R wrote: Take a look at: http://java.sun.com/docs/books/tutorial/native1.1/stepbystep/step1.html Hi again. I did take a look but nothing helped me there and I still need help. My guess is that tomcat has some restrictions when it comes to loading native code. I have several

Re: SystemThreadList.java update?

2005-02-01 Thread Ronald Klop
Hello, I use the attached .jsp to view all the threads. Ronald. On Fri Jan 28 12:33:10 CET 2005 Tomcat Users List wrote: There is a June 2002 mail thread that discusses "How to list all Threads in the JVM?". It includes a handy Java class that is supposed to return all sorts of information on thes

RE: I guess this is a BUG!!!

2005-02-01 Thread Joe Miller
Here is a monitor request doc for both boxes. -Original Message- From: PA [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 11:37 AM To: Tomcat Users List Subject: Re: I guess this is a BUG!!! On Feb 01, 2005, at 19:36, micky none wrote: > Can anyone please tell me if it's a B

Re: How to map client certificate to user or group?

2005-02-01 Thread Mark Thomas
What realm are you using? If you are using the memory realm you will need something like the following in tomcat-users.xml Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I guess this is a BUG!!!

2005-02-01 Thread PA
On Feb 01, 2005, at 19:36, micky none wrote: Can anyone please tell me if it's a BUGi think it is one. Then... your faith is sealed. Repent. Cheers -- PA, Onnay Equitursay http://alt.textdrive.com/ - To unsubscribe, e-mail: [EM

I guess this is a BUG!!!

2005-02-01 Thread micky none
Can anyone please tell me if it's a BUGi think it is one. I'm using Tomcat5.5.7 and i am not able to undeploy the file,it shows that the file is undeployed and loads the new file.But it still keeps showing the old file contents.Can anyone tell me what's the fix?? Secondly,the server does no

Re: How to map client certificate to user or group?

2005-02-01 Thread karjera
Laba diena. Dėkojame, kad mums parašėte. Jūsų atsiųsta žinutė išsaugota mūsų duomenų bazėje. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to map client certificate to user or group?

2005-02-01 Thread Heinälä Petri
Hi, I add to the web.xml Secure Application Secure Application /app/cert/* tomcat CLIENT-CERT Secure Application tomcat ...and SSL client authentication works until Tomcat try to map cli

Re: Performance of different Tomcat Releases

2005-02-01 Thread Peter Lin
look here http://cvs.apache.org/~woolfel/tc_results.html http://cvs.apache.org/~woolfel/benchmark_summary.doc peter On Tue, 1 Feb 2005 11:52:37 -0600, sudip shrestha <[EMAIL PROTECTED]> wrote: > I would like to know if there is significant performance improvement > from 5.0.x to 5.5.x. Is ther

Performance of different Tomcat Releases

2005-02-01 Thread sudip shrestha
I would like to know if there is significant performance improvement from 5.0.x to 5.5.x. Is there some sort of relative performance study done by anybody? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Tomcat 5 & Apache Authentication

2005-02-01 Thread Arantza Lozano
Hi, I´m having problems getting Tomcat 5 to use Apache authentication. I´am using: apache 2.0.49 + tomcat 5.0.19 + mod_jk2 2.0.4 I have added tomcatAuthentication="false" to server.xml and request.tomcatAuthentication=false to jk2.properties. I´am using the AllowOverride AuthConfig

[HOWTO] JAASRealm Implementation in Tomcat 5.0.x

2005-02-01 Thread Jerry Jalenak
Does anyone have a working example of using the JAASRealm with Tomcat 5? I'm not getting how to use the CallbackHandler to retrieve the username / password from the client Thanks. Jerry Jalenak Senior Programmer / Analyst, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913)

Tomcat's Java parameters

2005-02-01 Thread Jared Ingersoll
Hi, I am running Tomcat 4.1.X with Java 1.4 as a service on a Win2K box. A software provider has instructed us to change an environment variable in the system tab, which is to add the JAVA_OPTS variable with 3 parameters. However, another document provided by the same company instructs us to make

Tomcat Includes?

2005-02-01 Thread Curt LeCaptain
Hello everyone, Currently I'm running Tomcat 5 and I am looking to be able to take the virtual hosts section of my server.xml file and move it to it's own file, to be included in server.xml. I've been searching for the last few days on a way to do this, but I'm having no luck. Any help would be

jspc taglib handling different between 5.5.4 and 5.5.7

2005-02-01 Thread Jason Schuchert
i upgraded to 5.5.7 this weekend and noticed that my ant jsp precompile task was failing for .jsp files that were referencing taglibs. it gave a message like: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/sql cannot be resolved in either web.xml or the jar

RE: Tomcat connector for AIX 5.2

2005-02-01 Thread Hausmann, Tobias
Tony, I had to use the connector source code http://archive.apache.org/dist/jakarta/tomcat-connectors/jk/v1.2.4/src/. I had some compiler issues with the version v1.2.3. Otherwise it worked great. Thanks for your help. Tobias -Original Message- From: Fan, Tony [mailto:[EMAIL PROTE

AW: AW: Type mismatch: cannot convert from long to Long

2005-02-01 Thread CHRISTOPH.EMMERSBERGER
try it with the server.xml there is a host tag, and behind him, write the attribute -- BMW Group Herr Christoph Emmersberger Praktikant mailto: [EMAIL PROTECTED] Url: http://www.bmwgroup.de -- >-Ursprüngli

Re: AW: Type mismatch: cannot convert from long to Long

2005-02-01 Thread micky none
thanks christoph, I think the casting is fine...coz i have shown the code to the java guys.And even if i restart the server,the entries still remains there and works fine...i.e its not undeploying it,thought it shows the message "OK - Undeployed application at context path /xxx" And the other thi

AW: Type mismatch: cannot convert from long to Long

2005-02-01 Thread CHRISTOPH.EMMERSBERGER
autodeploying war files has to be configured in the webserver. It seems that it isn't. Perhaps you have an acces to the configurationfile of your productive tomcat, than you can add the host element an attribute like autoDeploy="true", else, try to restart the server. The other thing, the exeption

Type mismatch: cannot convert from long to Long

2005-02-01 Thread micky none
Hi Friends, I went for help in the java forums,but I think you might help me better with this.I have a jsp that runs fine on my system,but when i upload it on the server it starts throwing this error: Generated servlet error: Type mismatch: cannot convert from long to Long And the other thing i

Re: Failed JDBC connection hangs Tomcat

2005-02-01 Thread Igor
Hello! I am referring to JTDS 1.0. I think, that the problem is in net.sourceforge.jtds.jdbc.SharedSocket class: it should set timeout for socket, otherwise methods getNetPacket and sendNetPacket may hang. Igor - Original Message - From: "Arthur D'Alessandro" <[EMAIL PROTECTED]> To: "Tom

AW: Slow HTTP upload of POST content

2005-02-01 Thread CHRISTOPH.EMMERSBERGER
Sorry i did'nt find the thread, althoug I searched for somthing like this. If you know exactly, where the thread is, send me the adress, cause I dont know where it is, and it would help me a lot of, not to loose more time on this search. thx -- BMW Group

Re: Failed JDBC connection hangs Tomcat

2005-02-01 Thread Arthur D'Alessandro
What version of the JTDS are you referring to, I know they recently released 1.0 code... On Sun, 30 Jan 2005 20:06:07 -0800, Hari Mailvaganam <[EMAIL PROTECTED]> wrote: > The JTDS driver can cause the hanging you described - this has occured > in a test we did on Win 2k, SQL Server 2k, 1.5 JDK. >

Re: Slow HTTP upload of POST content

2005-02-01 Thread Parsons Technical Services
Search the archives. There is a thread on this and the cause. http://mail-archives.apache.org/eyebrowse/[EMAIL PROTECTED] Doug - Original Message - From: "Michael Merkulovich" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, February 01, 2005 2:14 AM Subject: Slow HTTP upload of

Re: Notify

2005-02-01 Thread craigmcc
Protected Mail System Test. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Log for Web site Stats view

2005-02-01 Thread Omar Adobati
take a look here to understand the way you can use to divide the logs for the access on yours sites: - http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/logger.html - http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/valve.html#Access%20Log%20Valve If you can find a good access-log anal

Problem with context path in TOMCAT 5.5.7

2005-02-01 Thread Martin Burgsmüller
Hi, i have a problem with the Path attribute! When i write it Path the application running but not appears in in the manager application! It´s only appers in Application list! Thanks for help! Martin Burgsmüller - To unsu

Re: Problems connecting to Tomcat from remote machine

2005-02-01 Thread KwonNam Son
Have you checked Fedora's firewall? As I know, Fedora's default firewall setting is to block 8080 port. regards, KwonNam. On Tue, 1 Feb 2005 11:19:48 +0530, Debayan <[EMAIL PROTECTED]> wrote: > Hi all, > > I recently installed Tomcat 4.1.31 on Linux Fedora Core 3. I downloaded > the gzipped

Mail Delivery (failure)

2005-02-01 Thread craigmcc
Message has been sent as a binary attachment. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Ream authentication + Apache Web Server Authentication

2005-02-01 Thread SAG - Jose Antonio Tarifa
That's my configuration, Apache serves static pages and tomcat dynamic ones. My problem is authenticate the user with servlets FORM mechanism, and at the same time, be authenticated in Apache. Like a Single-Sign-On. Is that posible? Is there a mechanism to do that with JK2 connector? José Anto