org.apache.catalina.logger.SystemOutLogger

2001-08-29 Thread Christoph Rooms
Hi, Is there a way to have SystemOut logging also separated per context (like the file logger) of is it only available per server ? (catalina.out) thanks, Christoph

RE: JDBCRealm with Catalina + Apache

2001-08-29 Thread Christoph Rooms
Hi, Try to change this in your web.xml : security-constraint web-resource-collection web-resource-namecntx1 WEB.XML RESOURCE NAME/web-resource-name url-pattern/*/url-pattern -- http-methodGET/http-method -- http-methodPOST/http-method /web-resource-collection

urgent : using Mail Resource in web.xml

2001-08-30 Thread Christoph Rooms
hi, I'm trying to get a mail session I define in the web.xml resource-ref descriptionDefault Mail/description res-ref-nameTheMailSession/res-ref-name res-typejavax.mail.Session/res-type res-authContainer/res-auth /resource-ref

strange behaviour mail resource

2001-09-04 Thread Christoph Rooms
hi, I'm trying to use the mail resource ... I defined everything in web.xml, server.xml. 1. When I put the mail.jar/activation.jar in the WEB-INF/lib ... I get a ClassNotFound exception, 2. if I put the jars in the WEB-INF/lib AND the tomcat/lib directory ... I get a ClassCastException 3. if I

struts and tomcat 4

2001-09-17 Thread Christoph Rooms
Hi all, I tried to run a struts application on tomcat 3.2 and it worked. Now I'm running it under tomcat 4rc2 I get this exception : Cannot find ActionMappings or ActionFormBeans collection anyone an idea ? thanks !!! christoph

HOTSPOT VIRTUAL MACHINE error

2001-03-30 Thread Christoph Rooms
Hi, I have the HOTSPOT VIRTUAL MACHINE error and I know I should be able to avoid this error by giving the +classic option to the java command. The problem is that Tomcat doesn't allow any extra java options ... Anyone knows how I can still use it ? or avoid the hotspot error ? Thanks,

Tomcat providers

2001-05-09 Thread Christoph Rooms
Hi, I'm looking for a host firm that will host my site and my java servlet. (tomcat ?) Do you guys have got any good references ? I'm not a bussiness so I'm not looking for an expensive solution :))) thanks ! Christoph

cgi-bin

2001-08-08 Thread Christoph Rooms
hi, Can anyone point me to a help page, or give some more information on how I can execute a perl script in a standalone Tomcat 4 setup ? Thanks, Christoph

properties files and tomcat

2001-01-23 Thread Christoph Rooms
Hi, I want to read a properties file like this : Properties.class.getResourceAsStream("my.properties"); This function should find the properties files when it's in the CLASSPATH. I have putted the properties file in the WEB-APPS dir ... anyone ? thanks ...Christoph

RE: properties files and tomcat

2001-01-23 Thread Christoph Rooms
properties file. -----Original Message- From: Christoph Rooms [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 11:24 AM To: [EMAIL PROTECTED] Subject: properties files and tomcat Hi, I want to read a properties file like this : Properties.class.getResourceAsStream(&quo

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
, Christoph -Original Message- From: tlittle [mailto:tlittle]On Behalf Of Trevor Little Sent: woensdag 24 januari 2001 22:37 To: [EMAIL PROTECTED] Subject: Re: Actually RE: Tomcat processes... (to Christoph Rooms) If you're talking about java processes it's really just one process and what

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
... (to Christoph Rooms) I don't suppose your setup is using the parameters which set initial heap size on the java command line are they. My installs run 10% of the size you are quoting when run out of the box. Regards, Paul -Original Message- From: Christoph Rooms [mailto:[EMAIL PROTECTED]] Sent

RE: Actually RE: Tomcat processes... (to Christoph Rooms)

2001-01-24 Thread Christoph Rooms
] Subject: Re: Actually RE: Tomcat processes... (to Christoph Rooms) Christoph Rooms wrote: Hi, So I putted -Xmx24m in after the java command in tomcat.sh What I see he now uses 50M. Anybody knows why ? greetz, Christoph You can only configure the heap size for java, you can't limit the total

Linux and Tomcat (URGENT)

2001-01-24 Thread Christoph Rooms
Hi, (Tomcat 3.2) I installed Tomcat on Linux and I have to seem a memory problem. 1. I know that linux will show me a lot of processes. I know these processes are native threads and they share the memory. (I have more then 40 processes, each one is consuming 70456. This means that Tomcat isn't

default context

2001-02-16 Thread Christoph Rooms
Hi, Under my /webapps dir I have a few contexts. I want to define 1 as the default one. (So I don't have to define a context in the url), So if no context is defined in the url, I will go to this url ... this is what I putted in my server.xml Context path=" " docBase="webapps/rnb"

RE: default context

2001-02-16 Thread Christoph Rooms
ROTECTED] Subject: RE: default context Interertingly enough...I just spent a week on this problem...I should at least let you suffer for a day or 2but I'm a nice guy:) The ROOT context is used as the default - just use that and define a context within to define where to put your images.

using xalan with Tomcat

2000-12-19 Thread Christoph Rooms
hi, I'm trying to use Xalan-2 with tomcat ... but aparently the parser that has been added to Tomcat (parser.jar) doesn't provide the necassary functionality to let Xalan work. I need the Xerces.jar ... Anyway ... i can't replace the parser.jar with the xerces because then tomcat won't

Re: Virtual Machine error

2000-12-19 Thread Christoph Rooms
try to start giving the option "+classic" ... should work ... - Original Message - From: "Jed Soane" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 19, 2000 11:29 PM Subject: Virtual Machine error Hi, I am having an intermittent problem with my Tomcat installation.

Re: Virtual Machine error

2000-12-19 Thread Christoph Rooms
sorry ... doesn't work with tomcat :( Anyway ... you should start your java program with a +classic if this happens ... - Original Message - From: "Jed Soane" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 19, 2000 11:29 PM Subject: Virtual Machine error Hi, I am

RE: Apache

2001-01-16 Thread Christoph Rooms
ubject: RE: Apache The WEB-INF directory is part of the war file. All a war file comprises is a jar of the entire webapp directory structure, making it easier to distribute than the entire directory. Tomcat unjars the war file for its ease. -Original Message-From: Chris