Slow HTTP upload of POST content

2005-01-31 Thread Michael Merkulovich
We are experiencing a very strange problem with HTTP uploads on tomcat5. When uploading large files from IE over the network, upload speed is capped at about 70kbytes/sec even though the network allows for much higher speeds. Neither CPU nor disk access appears to be the bottleneck. When using Fire

Tomcat Log for Web site Stats view

2005-01-31 Thread Rajesh
Hai all I am using Tomcat5 i have 3 webapps. I know tomcat stores all its access logs of each site in logs folder . i want to display a WebSite Stats for thest 3 sites individuallin in there site .. Can anybody tell me how to do this ?? its very urgent please help me if any free tool is available

Problems connecting to Tomcat from remote machine

2005-01-31 Thread Debayan
Hi all, I recently installed Tomcat 4.1.31 on Linux Fedora Core 3. I downloaded the gzipped tar file from http://jakarta.apache.org and extracted it on a suitable directory. I also started it in the usual way and did not see any errors in the catalina.out file. I am also able to connect to the

Re: Tomcat datasource not persisting across restarts

2005-01-31 Thread Parsons Technical Services
Johnny wrote: I'm confused by this. First, I found that to get the datasource to work at all I had to use a context file with a docbase pointing to an exploded war file rather than just installing a complete war file into Tomcat's webapps directory. Thinking that there might be other such occasio

Re: FOLLOW-UP: Sharing the JSTL JARs and Classloading

2005-01-31 Thread Parsons Technical Services
Thank you for posting the follow up. So often people solve their problems and don't post the solution. Then when you do a search you may find the issue you were looking for but not the solution. Don't worry we have all goofed. Doug - Original Message - From: "Tony LaPaso" <[EMAIL PROTEC

how do i set thread stack size in TOMCAT5.5.4

2005-01-31 Thread fan lianjie
I have a .exe TOMCAT vesion. and how do i set the thread stack size? -- MSN:[EMAIL PROTECTED] QQ:29967409 - _ 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com ---

FOLLOW-UP: Sharing the JSTL JARs and Classloading

2005-01-31 Thread Tony LaPaso
Hi all, On Jan. 22 I posted a message to this group, "?? Sharing the JSTL JARS and Classloading ??", where I described a problem I was having with the JSTL JARs. It seemed that when I put the JSTL JARs (standard.jar and jstl.jar) in Tomcat's shared/lib TC could not find them, contrary to the TC

Re: Specifying context details in web.xml

2005-01-31 Thread QM
On Mon, Jan 31, 2005 at 05:07:34PM -, micky none wrote: : I need to ask you guys that is it possible that I can move the : context details from my server.xml to web.xml.Like when i make a "war",i want : that i should specify the database url,driver,username,password etc. details : .Presently i

context.xml question

2005-01-31 Thread Sal Scotto
I put the following file in my war at META-INF/context.xml I have the following problems with it : 1.) I can no longer undeploy the application (which is odd) 2.) When I startup the admin app to see my context data all I see the the jdbc/abadb name entry

Use of Admin application creates duplicate "secure" attribute in server.xml

2005-01-31 Thread Jeffrey Barnett
We have recently upgraded from Tomcat 4 to Tomcat 5.0.27. Now whenever we use the Admin application to alter webapp context parameters the new server.xml that gets written out contains an extra 'secure="true"' attribute at the end of the ssl , which causes the server to fail with a SEVERE: Par

RE: JK, Session Replication/Clustering, SSL and failover in Tomcat 5

2005-01-31 Thread Richard Mixon (qwest)
It appears that you are using the deprecated JK2, not JK 1.2.8 that this thread is discussing. Please start a new thread with the appropriate title and you might get better responses. - Richard sulaiman jrar wrote: > I am having problem doing sessionreplication > apache give me this problem > [Mon

Re: Ream authentication + Apache Web Server Authentication

2005-01-31 Thread Jorge Davila
try to configure ajp13 connector to put apache in front of tomcat. SAG - Jose Antonio Tarifa wrote: Hi. I have a question. How can I mix authentication on both servers, Tomcat and Apache? I want to use Form authentication with Tomcat, also I need Apache Web Server to be authenticated. Is pos

Re: JK, Session Replication/Clustering, SSL and failover in Tomcat 5

2005-01-31 Thread Filip Hanik - Dev
start your own thread - Original Message - From: "sulaiman jrar" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, January 31, 2005 1:54 PM Subject: Re: JK, Session Replication/Clustering, SSL and failover in Tomcat 5 I am having problem doing sessionreplication apache give me

Re: JK, Session Replication/Clustering, SSL and failover in Tomcat 5

2005-01-31 Thread sulaiman jrar
I am having problem doing sessionreplication apache give me this problem [Mon Jan 31 07:51:02 2005] [notice] config.update(): done config: [Mon Jan 31 07:51:02 2005] [notice] config.update(): done channel.socket:localhost:8009 [Mon Jan 31 07:51:02 2005] [notice] config.update(): done ajp13:localho

article draft - Summary of benchmark

2005-01-31 Thread Peter Lin
http://cvs.apache.org/~woolfel/benchmark_summary.doc http://cvs.apache.org/~woolfel/benchmark_summary.sxw http://cvs.apache.org/~woolfel/tc_results.html I've finished a complete draft of the benchmark results. If you have any feedback, please email me directly. thanks in advance. peter lin

Session Replication jk2

2005-01-31 Thread sulaiman jrar
Hi I am trying to do session repliction with tomcat-528 and apache 2 I am haveing this problem. any ideas Stopping httpd: [ OK ] Starting httpd: [Mon Jan 31 06:43:40 2005] [notice] config.update(): done logger [Mon Jan 31 06:43:40 2005] [notice] config.u

Re: Tomcat datasource not persisting across restarts

2005-01-31 Thread Johnny Tolliver
Thanks for your help. You wrote: - Always better to be too much than not enough. At a quick glance I see two errors. One make WEB-INF/ etc. That's why the context file points to that explode

RE: Jakarta Tomcat Connector - Load Balancing

2005-01-31 Thread Richard Mixon (qwest)
Derek Greer wrote: > Thanks. I don't recall reading this in any of the documentation. Can > you explain what setting this actually does? > > > Derek > > Mladen Turk wrote: > >> Derek Greer wrote: >> >>> I'm trying to use the Tomcat Connector to do load balancing through >>> the IIS filter, howeve

Specifying context details in web.xml

2005-01-31 Thread micky none
Hi Friends, I need to ask you guys that is it possible that I can move the context details from my server.xml to web.xml.Like when i make a "war",i want that i should specify the database url,driver,username,password etc. details .Presently i have 2 contexts(one for alpha databse other for the l

Re: Jakarta Tomcat Connector - Load Balancing

2005-01-31 Thread Derek Greer
Thanks. I don't recall reading this in any of the documentation. Can you explain what setting this actually does? Derek Mladen Turk wrote: Derek Greer wrote: I'm trying to use the Tomcat Connector to do load balancing through the IIS filter, however the sessions do not seem to be '"sticky".

Re: logging remote IP address

2005-01-31 Thread Dakota Jack
> Let's not equate IPs with users. The fact of the matter is there are a > lot of places that use cable routers to share one internet IP with a > number of different clients. You probably did not have time to read all of the posts, David, but, the fact of the matter, I think everyone was clea

compiling mod_jk 1.2.8 from source on Win32

2005-01-31 Thread Charles Baker
I have visual studio 6 service pack 5 installed. I have the processor packs installed. I have set APACHE1_HOME to my apache_1.3.33 source directory. I have set JAVA_HOME to my JDK directory. APACHE_HOME is set to the apache installation directory. A colleague advised me to change these two lines in

RE: Tomcat connector for AIX 5.2

2005-01-31 Thread Fan, Tony
Hi, Here is what I did recently to make jk works with Apache 2.0.52 and Jboss 3.2.5 in AIX 5.2+SP4. 1. download jk source from http://archive.apache.org/dist/jakarta/tomcat-connectors/jk/v1.2.3/src/ 2. following the instruction in http://www.apache.org/~trawick/tomcataix.html#mod_jk_gcc 3

Ream authentication + Apache Web Server Authentication

2005-01-31 Thread SAG - Jose Antonio Tarifa
Hi. I have a question. How can I mix authentication on both servers, Tomcat and Apache? I want to use Form authentication with Tomcat, also I need Apache Web Server to be authenticated. Is posible to authenticate a user in Tomcat and get authenticated in Apache at the same time? Thanks.

Re: [OT] Advertising website

2005-01-31 Thread Didier McGillis
If I remember correctly and somone who has been more involved with me more then this can tell me right or wrong. The key on that is you have to have similar keywords and content. FOr example a company I used to work for is really into this, and they have had great results. They have 18 micro

Re: logging remote IP address

2005-01-31 Thread David Smith
Sorry I'm coming into this discussion so late. I tend not to read work email on weekends for my own sanity. Let's not equate IPs with users. The fact of the matter is there are a lot of places that use cable routers to share one internet IP with a number of different clients. Here in Ithaca,

Re: [OT] Advertising website

2005-01-31 Thread Parsons Technical Services
So if a group of say Tomcat uses all traded some simple html pages with each others links we could in fact beat the system and for free (as in beer). Doug - Original Message - From: "Didier McGillis" <[EMAIL PROTECTED]> To: Sent: Monday, January 31, 2005 8:20 AM Subject: RE: [OT] Advert

RE: [OT] Advertising website

2005-01-31 Thread Didier McGillis
This is why you will need someone who is dedicated to keeping up with trends and rules of search engines. They change to close loop holes, and close down tricks. From: "Peter Crowther" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" Subject: RE: [OT] Advertising webs

Do the Hotspot fixes in jvm-1.4.2_07-b05 affect tomcat-5.0.27

2005-01-31 Thread Zsolt Koppany
Hi, At the url below you can see several fixes in jvm-1.4.2_07-b05. Do theses problems affect also tomcat-5.0.27? Should we upgrade from 1.4.2_06-b03 to 1.4.2_07-b05? http://java.sun.com/j2se/1.4.2/ReleaseNotes.html#bugparade Zsolt -

Redeployment of a webapp without restarting tomcat

2005-01-31 Thread Chris Picton
Hi I am using tomcat 5.0.X, and have the following serlvet.xml file: /etc/tomcat5/Catalina/localhost/Servlet.xml I would like the webapp to be unloaded and reloaded when I make changes to the war file. autoDeploy and unpackWARs are both true in the server.xml Currently, when tomcat

Ldap alias for user-account doesn't work in jndi realm

2005-01-31 Thread Hennig, Andreas
Authentication to an ldap realm fails if I use a user alias. "normal" user-accounts work properly. I've tried "always" and "never" for "derefAliases" but it doesn't work. How do I authenticate successfully with an alias? Thanks Andreas Hennig -