Tomcat hangs up from time to time

2005-03-17 Thread lazyuser
Hi all, Lately, I have set up Tomcat 5.5.7 on Slackware Linux 9.1. I have configured four virtual hosts for me and my workmates. We develop a few web apps with Struts, Torque, Velocity, etc. Application base directories, scratch directories and tomcat logs are located on NFS share. Common approach

RE: Problem with BASIC authentication

2005-03-17 Thread Karanjkar, Sanjay V \(IT\)
Hi Lionel, Thanks for your response. I tried both suggestions but no luck.. Maybe it's something to do with the fact that I've not *installed* tomcat but only copied the binaries from an installed location (then how come the maanger app works? :-( Anyways, I also have a problem when shutting dow

Re: DOS kind of Attack to your RAM?

2005-03-17 Thread John Smith
... > It's not even vaguely a Java/TC question. ... > Who did? What evidence is there that you were attacked? In what sense > is it a DOS attack? What does it have to do with Jakarta? Well, actually (and I am no trying to go into a rhetorical diatribe), as I said, I am using HSQL in memory

tomcat 5.5 connector

2005-03-17 Thread Rahman, Hamdur
As tomcat provide coyote connector that is http based, Is there any connector available that are non-http based And how we can use in our project when we are using tomcat 5.5 As both web server and servlets engine, Or can we make our own connector that is non-http(say telnet) And how we can im

Re: Application install problem

2005-03-17 Thread Lionel Farbos
Hi, I post a problem like yours yesterday : http://marc.theaimsgroup.com/?l=tomcat-user&m=111099252030422&w=2 In our case, the warfile is not deployed in the Host.appBase. I think it's deployed in the Host.workDir. see there : http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html Not

Re: Loading System Library After Reloading Webapp

2005-03-17 Thread Lionel Farbos
Hi, see the lifecycle listeners in your Context : http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html You receive start Events or Stop Events. Another issue: Your problem is because the native library is loaded by the Application ClassLoader. If you can loaded it by the Common Cl

Re: Reload webapp and context

2005-03-17 Thread Lionel Farbos
Hi, To reload, start, stop, deploy, undeploy contexts see the Manager : http://jakarta.apache.org/tomcat/tomcat-5.5-doc/manager-howto.html I don't know your tomcat version, but it works since TC 4. Cheers. On Thu, 17 Mar 2005 08:32:54 +0100 Roland Carlsson <[EMAIL PROTECTED]> wrote: > Hi! > >

Re: Problem with BASIC authentication

2005-03-17 Thread Lionel Farbos
Hi, Compared to Manager's web.xml, it seems you don't have the section with the link to your user DataBase. Perhaps, try to put the role names without a - (rather a _ or nothing) Cheers. On Thu, 17 Mar 2005 10:49:29 +0530 "Karanjkar, Sanjay V \(IT\)" <[EMAIL PROTECTED]> wrote: > Hi, > > Anyo

Application install problem

2005-03-17 Thread Mario Bittermann
Hi, i´m using tomcat 4.1.31 and try to install an application via manager console. my application consists of an xml-file containing a context section and a war-file. when i try to install my application, the xml-file is copied into the webapps folder, but the warfile is not deployed in a folder i

Re: Loading System Library After Reloading Webapp

2005-03-17 Thread Thomas Chille
Nobody out there who could help me, please? Could this this eventuelly be a solution: Is it possible to register a class on tomcat wich is listening to tomcat startup and then loads the native library? Can i then access their native functions from every webapp? regards and thanks in advance, tho

<    1   2