number of documents

2007-06-10 Thread TOM SSEMWOGERERE
I am currently using contineo document management system. When I asked one of the designers about hom many documents can be supported by the contineo document managent system, he told me that it depends on the web server used. For me I use tomcat how can I configure tomcat to support unlimited

RE: .htaccess + Tomcat

2007-06-10 Thread Caldarale, Charles R
> From: reym [mailto:[EMAIL PROTECTED] > Subject: .htaccess + Tomcat > > I have installed SSL on the server, and would like > to use a .htaccess file so that when a user types in > http://www.mywebsite.com he/ she will be redirected > to https://www.mywebsite.com automatically. You need to becom

.htaccess + Tomcat

2007-06-10 Thread reym
Hi All, I have installed SSL on the server, and would like to use a .htaccess file so that when a user types in http://www.mywebsite.com he/ she will be redirected to https://www.mywebsite.com automatically. How do I do this with only Tomcat as the sole webserver, without the aid of another webse

SOLVED: Problem with mod_jk / tomcat on file streaming

2007-06-10 Thread MAHAINDRA Ketut
Hi all, I managed to solve the problem. The problem was identified as a problem in tomcat-native 1.1.7 and below. The corresponding bug report is: http://issues.apache.org/bugzilla/show_bug.cgi?id=41124 After deploying the latest tomcat-native (1.1.10) at the time of writing this mail, the proble

Re: Tomcat Deployer Problem

2007-06-10 Thread Skijor
this seems to work. It's looking for the .war file anyway. I don't have tomcat installed on the machine I want to build the .war file on that's why I tried the deployer. i guess I could just build a .war file using the java jar command or eclipse and then use the manager to upload it. -thx

WAR Deployment on virtual hosts, not under webapps

2007-06-10 Thread Steve
I am tryimg to get autodeploymenf of WAR files working for virtual hosts located outside the standard Tomcat directory structure. I am using Tomcat 6.0.13 and running behind Apache 2.2 using mod-rewrite. This is enabling both static and servlet content to be co-located under the same directory

Re: Invalid Content-Length error for the size greater than

2007-06-10 Thread Bill Barker
"Christopher Schultz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mark, > > Mark Thomas wrote: >> Christopher Schultz wrote: >>> Since the Java part of the connector is bundled with Tomcat, is that >>> considered to be "part" o

Re: Invalid Content-Length error for the size greater than

2007-06-10 Thread Mark Thomas
Christopher Schultz wrote: > Mark Thomas wrote: >> I'd use Connector:AJP but it doesn't really matter. > > That appears to be a component of the "Tomcat" product... I'm curious > why you make the distinction that this is /not/ a bug in Tomcat, but > rather in mod_jk. If the bug goes under the "Tom

Re: ajp advantages over http connector

2007-06-10 Thread Tim Funk
http://tomcat.apache.org/faq/connectors.html#vs -Tim Tomcat wrote: Hello is there any advantage using ajp over http connector ? what are those advantages? - To start a new topic, e-mail: users@tomcat.apache.org To unsubscri

Re: Hijacked http requests, Tomcat 6.0.13?

2007-06-10 Thread Jeff Amiel
On 6/10/07, Ola Sundell <[EMAIL PROTECTED]> wrote: Hello. We have just rolled out a major load-balanced tomcat installation. Currently we're seeing instances in the access logs where HTTP GETs are "hijacked", ie: While your problem might be wrapped up in your load balancer/architecture layer,

RE: ServletContextListener

2007-06-10 Thread Lakshmi Venkataraman
-Original Message- From: lightbulb432 [mailto:[EMAIL PROTECTED] Sent: Saturday, June 09, 2007 10:30 AM To: users@tomcat.apache.org Subject: ServletContextListener >Can requests potentially arrive at a servlet before the ServletContextListener's contextInitialized method has >completed?

Hijacked http requests, Tomcat 6.0.13?

2007-06-10 Thread Ola Sundell
Hello. We have just rolled out a major load-balanced tomcat installation. Currently we're seeing instances in the access logs where HTTP GETs are "hijacked", ie: 10.10.10.10 - - [10/Jun/2007:16:08:42 +0200] "GET /svt_se/css/global/cssimg/logo/chLogoSVT1.gif HTTP/1.0" 200 287 "null" "Wget/1.10

Re: Invalid Content-Length error for the size greater than

2007-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Barker wrote: > Yes, the exception is thrown because the first character in the > Content-Length header isn't a digit, so I'm guessing that it is coming in > with a leading '-' from mod_jk. Otherwise, while the Java side could be > impr

class loading framework

2007-06-10 Thread Dima Retov
Hello, I need server to listen tcp port and parse request. (not HTTP protocol) Is there tomcats class loader framework available as separate project? I have not found in Commons. -- Best regards, Dima mailto:[EMAIL PROTECTED] ---

Re: Invalid Content-Length error for the size greater than

2007-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, Mark Thomas wrote: > Christopher Schultz wrote: >> Since the Java part of the connector is bundled with Tomcat, is that >> considered to be "part" of mod_jk (which I always thought of as the >> c/c++ apache httpd module) or "part" of Tomcat? For