Re: How to configure a web app

2010-06-09 Thread Thomas Kloeber
Chris, Christopher Schultz wrote on 09.06.2010 20:31: It's not terribly unusual to roll a client-specific WAR file for some reason. In what way does Tomcat "interfere" with your ability to build a client-specific WAR? Tomcat should not be involved in the WAR-creation process. ok, it looks l

ISAPI Redirector issue | Building

2010-06-09 Thread vini mr
Hi Team, For the IIS tomcat configuration, i need to customize the 503 error message which is present in *'isapi_redirect.dll'*. *DLL file which i am using :* http://apache.thelorne.com/tomcat/tomcat-connectors/jk/binaries/win32/jk-1.2.30/isapi_redirect-1.2.30.dll *DLL source code :* http://ap

Session clustering across different contexts

2010-06-09 Thread Andrew Bruno
Hello, I have managed to get session clustering working when using the same context. I need to get session replication working across different contexts. Does anyone know if this is possible? I get these warnings at the moment. 10/06/2010 3:08:20 PM org.apache.catalina.ha.session.ClusterSession

Re: Tomcat in Eclipse Error 500 java.lang.ClassNotFoundException

2010-06-09 Thread Vitalstatistix
SOLVED: There was no HelloServlet.class file so I had to put an empty main method into the HelloServlet.java class and run it to generate the HelloServlet.class file, then I placed the class file in the WEB-INF folder and it all worked fine. Thanks Vitalstatistix wrote: > > Hey, I've jus

RE: Tomcat in Eclipse Error 500 java.lang.ClassNotFoundException

2010-06-09 Thread Caldarale, Charles R
> From: Vitalstatistix [mailto:frozen_monke...@hotmail.com] > Subject: Re: Tomcat in Eclipse Error 500 > java.lang.ClassNotFoundException > > Yes, I do have: > package com.example.servlets; > At the top of my HelloServlet.java file. And where exactly is the .class file located? What happens if

Re: Tomcat in Eclipse Error 500 java.lang.ClassNotFoundException

2010-06-09 Thread Vitalstatistix
Hey thanks 4 the response, Yes, I do have: package com.example.servlets; At the top of my HelloServlet.java file. So still stuck :( Vitalstatistix wrote: > > Hey, I've just been working on this tutorial here: > > http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/i

Re: HyperLink Office connection

2010-06-09 Thread antonio giulio
> And in this new browser tab, you get the login form ? Yes Julio - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: HyperLink Office connection

2010-06-09 Thread André Warnier
antonio giulio wrote: How have you configured your login form? Please include it's path/filename, the definition in web.xml, and the raw HTML for the login form itself. I don't get what u mean exactly. Anyway I used Spring-Security 2.0.5 but I have not the code with me right now. Can you conf

Re: HyperLink Office connection

2010-06-09 Thread antonio giulio
> How have you configured your login form? > Please include it's path/filename, the definition in web.xml, and the raw HTML for the login form itself. I don't get what u mean exactly. Anyway I used Spring-Security 2.0.5 but I have not the code with me right now. > Can you confirm what happens whe

Re: HyperLink Office connection

2010-06-09 Thread Pid
On 09/06/2010 20:21, antonio giulio wrote: > When u click on the link a browser is open (my deafult browser is > firefox but with IE is the same) > Basically it looks at me this: > > the browser starts one session and so tomcat generate a jsessionid-cookie > Word (Office) open a parallel connectio

HTTP Status 408!

2010-06-09 Thread neo21 zerro
Hello, I'm using Tomcat 6.0.26 with java 1.5 JDK. I've developed a JAAS login module for my application and when I try to login in my app a strange error occur's: HTTP Status 408:The time allowed for the login process has been exceeded. If you wish to continue you must either clic

Re: HyperLink Office connection

2010-06-09 Thread Pid
On 09/06/2010 18:42, antonio giulio wrote: >> So the problem is that you click a URL: >> >> http://site/path/to/page >> >> and after login in one case you end up that page, but in another case >> you end up instead at: >> >> http://site/ >> >> ? > > Yes exactly. > > http://site/ is the default

RE: HyperLink Office connection

2010-06-09 Thread Martin Gainty
Another pure java based altearnative would be if you all you need is a servlet that reads/writes Microsoft Compound Documents write a POI based servlet? http://poi.apache.org/casestudies.html Martin __ Verzicht und Vertraulichkeitanmerkung/Note de d

Re: HyperLink Office connection

2010-06-09 Thread André Warnier
Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: HyperLink Office connection Or do you mean that Word has some kind of embedded web browser (almost certainly MSIE). Yes, MS Office products have done this for ages. IE is a just a renderin

Re: HyperLink Office connection

2010-06-09 Thread antonio giulio
When u click on the link a browser is open (my deafult browser is firefox but with IE is the same) Basically it looks at me this: the browser starts one session and so tomcat generate a jsessionid-cookie Word (Office) open a parallel connection with the same server, so tomcat create a new jsession

Re: Tomcat in Eclipse Error 500 java.lang.ClassNotFoundException

2010-06-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To whom it may concern, On 6/9/2010 10:07 AM, Vitalstatistix wrote: > Hey, I've just been working on this tutorial here: > > http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/index.html > > It has been pretty good and I've got t

Re: How to configure a web app

2010-06-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, On 6/9/2010 9:36 AM, Thomas Kloeber wrote: > André Warnier wrote on 09.06.2010 15:20: >> Inthink you should have a look at the Manager application (delivered >> along with Tomcat when downloading from the main Tomcat site). >> The Manager allo

RE: HyperLink Office connection

2010-06-09 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: HyperLink Office connection > > Or do you mean that Word has some kind of embedded web > browser (almost certainly MSIE). Yes, MS Office products have done this for ages. IE is a just a rendering engine that can be

Re: HyperLink Office connection

2010-06-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Julio, On 6/9/2010 1:42 PM, antonio giulio wrote: >> So the problem is that you click a URL: >> >> http://site/path/to/page >> >> and after login in one case you end up that page, but in another case >> you end up instead at: >> >> http://site/ >> >

Re: HyperLink Office connection

2010-06-09 Thread antonio giulio
> So the problem is that you click a URL: > >  http://site/path/to/page > > and after login in one case you end up that page, but in another case > you end up instead at: > >  http://site/ > > ? Yes exactly. http://site/ is the default page in the application if none is required. Anyway at the be

Re: HyperLink Office connection

2010-06-09 Thread Pid
On 09/06/2010 17:28, antonio giulio wrote: > Hi, > > No, they are not already logged. > > Sorry for my bad scenario's description. I try to clear it: > The application is a Web application developed with Spring 2.5 > /Spring-Security 2.0.5/ Hibernate 3.2. > At the moment it's running on a remote

Re: HyperLink Office connection

2010-06-09 Thread antonio giulio
Hi, No, they are not already logged. Sorry for my bad scenario's description. I try to clear it: The application is a Web application developed with Spring 2.5 /Spring-Security 2.0.5/ Hibernate 3.2. At the moment it's running on a remote machine with tomcat 5.5.15 (I will update it soon) RHEL 4.

Re: HyperLink Office connection

2010-06-09 Thread André Warnier
Pid wrote: On 09/06/2010 15:49, antonio giulio wrote: Ok finally I got access to tweak apache, and after different tests it doesn't look be the cause. So I ask you, does it exist a way to force tomcat working with the same JSESSIONID generated for the client session? I'm not sure this is anyth

Re: How to configure a web app

2010-06-09 Thread André Warnier
Thomas Kloeber wrote: David kerber wrote on 09.06.2010 15:45: On 6/9/2010 9:36 AM, Thomas Kloeber wrote: Is this such an unusal thing that one has to configure webapp files with site specific information? Beyond 1-time initial configuration, I would say it is unusual. it is a 1-time configurat

Re: How to configure a web app

2010-06-09 Thread Thomas Kloeber
Mark H. Wood wrote on 09.06.2010 17:03: On Wed, Jun 09, 2010 at 04:19:17PM +0200, Thomas Kloeber wrote: the problems I have are: * the IP address of the backing database is one of the parameters that needs to be configured (in context.xml), so I can't get any data from th

Re: HyperLink Office connection

2010-06-09 Thread Pid
On 09/06/2010 15:49, antonio giulio wrote: > Ok finally I got access to tweak apache, and after different tests it > doesn't look be the cause. > So I ask you, does it exist a way to force tomcat working with the > same JSESSIONID generated for the client session? I'm not sure this is anything to

RE: How to configure a web app

2010-06-09 Thread Caldarale, Charles R
> From: Thomas Kloeber [mailto:kloe...@ics.de] > Subject: Re: How to configure a web app > > how do you "make changes in context.xml inside archive"? Unpack it with the jar utility, update, repack. Alternatively, you can supply the element in a separate file, and have the admin put that in co

Re: How to configure a web app

2010-06-09 Thread Mark H. Wood
On Wed, Jun 09, 2010 at 04:19:17PM +0200, Thomas Kloeber wrote: > the problems I have are: > > * the IP address of the backing database is one of the parameters > that needs to be configured (in context.xml), so I can't get any > data from the db unless it is configured... > *

Re: How to configure a web app

2010-06-09 Thread Thomas Kloeber
Ognjen Blagojevic wrote on 09.06.2010 16:46: I pack different war files for several clients. They only differ in context.xml and log4j.properties files. My packaging tool (Maven) take care of this. that is something I actually want to avoid, it seems a terrible overhead (depending on the number

Re: HyperLink Office connection

2010-06-09 Thread antonio giulio
Ok finally I got access to tweak apache, and after different tests it doesn't look be the cause. So I ask you, does it exist a way to force tomcat working with the same JSESSIONID generated for the client session? Thanks, Julio -

Re: How to configure a web app

2010-06-09 Thread Ognjen Blagojevic
On 9.6.2010 16:19, Thomas Kloeber wrote: * the IP address of the backing database is one of the parameters that needs to be configured (in context.xml), so I can't get any data from the db unless it is configured... * the other confgurables (SPNEGO and kerberos stuff) are in w

Re: How to configure a web app

2010-06-09 Thread Thomas Kloeber
David kerber wrote on 09.06.2010 16:32: On 6/9/2010 10:19 AM, Thomas Kloeber wrote: * the IP address of the backing database is one of the parameters that needs to be configured (in context.xml), so I can't get any data from the db unless it is configured... * the other confg

Re: How to configure a web app

2010-06-09 Thread David kerber
On 6/9/2010 10:19 AM, Thomas Kloeber wrote: ... * the IP address of the backing database is one of the parameters that needs to be configured (in context.xml), so I can't get any data from the db unless it is configured... * the other confgurables (SPNEGO and kerberos stuff

Re: How to configure a web app

2010-06-09 Thread Thomas Kloeber
David kerber wrote on 09.06.2010 15:45: On 6/9/2010 9:36 AM, Thomas Kloeber wrote: Is this such an unusal thing that one has to configure webapp files with site specific information? Beyond 1-time initial configuration, I would say it is unusual. it is a 1-time configuration, not something that

Tomcat in Eclipse Error 500 java.lang.ClassNotFoundException

2010-06-09 Thread Vitalstatistix
Hey, I've just been working on this tutorial here: http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/index.html It has been pretty good and I've got the jsp page to show the time but when I try going to the HelloServlet I get the error 500. http://www.ibm.com/developerwork

Re: JAAS Realm Authentication with Kerberos

2010-06-09 Thread geofrey rainey
Okay another JAAS question. My application requires authentication against an AD and another authorization against a database. I'm wondering how I should implement this; a. a single login module whose login method authenticates against the AD and also authenticates (technically an authorisation s

Re: How to configure a web app

2010-06-09 Thread David kerber
On 6/9/2010 9:36 AM, Thomas Kloeber wrote: André Warnier wrote on 09.06.2010 15:20: Inthink you should have a look at the Manager application (delivered along with Tomcat when downloading from the main Tomcat site). The Manager allows you to deploy, undelploy, start and stop one application, wit

Re: How to configure a web app

2010-06-09 Thread Thomas Kloeber
André Warnier wrote on 09.06.2010 15:20: Inthink you should have a look at the Manager application (delivered along with Tomcat when downloading from the main Tomcat site). The Manager allows you to deploy, undelploy, start and stop one application, without stopping/restarting Tomcat as a whole.

Re: How to configure a web app

2010-06-09 Thread André Warnier
Thomas Kloeber wrote: Leon Rosenberg wrote on 09.06.2010 14:53: http://www.configureme.org it supports hot updates of the configs, if you update the configs after the application has been started the configured parts will be reconfigured. thanx for the idea. But I'm not looking for a configu

RE: Keepalives with tomcat 5.5 http connector?

2010-06-09 Thread lists
Sure: java version "1.5.0_08" Solaris 10 x86 Servlet Engine: Apache Tomcat/5.5.17 The connector is setup like so: I'm testing with a JMeter SOAP request, which has keepalive turned on, then using wireshark to count packets, and comparing 5.5 to 6. Thanks, Dan >> From: li...@dankeeley.co.uk [

Re: How to configure a web app

2010-06-09 Thread Thomas Kloeber
Leon Rosenberg wrote on 09.06.2010 14:53: http://www.configureme.org it supports hot updates of the configs, if you update the configs after the application has been started the configured parts will be reconfigured. thanx for the idea. But I'm not looking for a configuration of my app but f

Tomcat clustering: LVS or AJP ?

2010-06-09 Thread Paolo Santarsiero
I created an infrastructure with two balanced servers for Apache Web Server, and four servers at a lower level for Tomcat. The Tomcat are coupled to web server via mod_jk and they use the Tomcat's hearthbeat clustering system. Now my suggestion is to include all services (Apache HTTP, Tomcat, etc.

Re: How to configure a web app

2010-06-09 Thread Leon Rosenberg
http://www.configureme.org it supports hot updates of the configs, if you update the configs after the application has been started the configured parts will be reconfigured. regards Leon On Wed, Jun 9, 2010 at 2:46 PM, Thomas Kloeber wrote: > Dear List, > > I'm a newbie to Apache and Tomcat, so

RE: Keepalives with tomcat 5.5 http connector?

2010-06-09 Thread Caldarale, Charles R
> From: li...@dankeeley.co.uk [mailto:li...@dankeeley.co.uk] > Subject: Keepalives with tomcat 5.5 http connector? > > Having done some packet tracing with tomcat6 vs tomcat5.5 Care to provide exact versions? > it seems that the 5.5 http connector doesnt support keepalives. > Is that right? Wor

Keepalives with tomcat 5.5 http connector?

2010-06-09 Thread lists
Hi, Having done some packet tracing with tomcat6 vs tomcat5.5 it seems that the 5.5 http connector doesnt support keepalives. Is that right? The doco is unclear, however i did read somewhere, that the "connectionTimeout" in tomcat5.5 is used for the keepalive timeout? However I cant get this to

Re: How to configure a web app

2010-06-09 Thread Thomas Kloeber
Pid wrote on 09.06.2010 14:00: Depends what the information you need to store is. Maybe you can elucidate? I need to set user and password for SPNEGO filter and the location of krb5.conf/login.conf in web.xml, and I need to set an IP address of a backend-server for one of my servlets in contex

Re: HyperLink Office connection

2010-06-09 Thread antonio giulio
Hi, thanks for the reply. From your replies I got a new doubt. Maybe the problem is in the Apache conf and not (or not only) in the Tomcat conf. This is a more concrete log when a link is clicked on the Word file with relatives client/server communitcation: # Result ProtocolHost

RE: Question to post to the list

2010-06-09 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: Question to post to the list > > I forgot to add the final statement though. (I plead pre-coffee). > > log4j.appender.R.File=$\{catalina.base\}/logs/tomcat.log It's also not clear what the OP's expectations are; she speaks of "Tomcat logs",

Re: How to configure a web app

2010-06-09 Thread Pid
On 09/06/2010 12:46, Thomas Kloeber wrote: > Dear List, > > I'm a newbie to Apache and Tomcat, so pls forgive my ignorance. > I have the following problem/question: > > I have a web application which needs to be configured with site-specific > information when/after it is deployed. > What is the

How to configure a web app

2010-06-09 Thread Thomas Kloeber
Dear List, I'm a newbie to Apache and Tomcat, so pls forgive my ignorance. I have the following problem/question: I have a web application which needs to be configured with site-specific information when/after it is deployed. What is the best/proper way of doing this? Right now I use an insta

Re: How to finalize all sessions in a server with SingleSignOn valve activated ?

2010-06-09 Thread Pid
On 09/06/2010 11:58, Mariano López wrote: > Yes, all of the apps are in the same Host. > > Here is my server.xml file: > > > resourceName="jdbc/ds_usuarios_jaas_Local" > appName="Usuarios" > > userClassNames="org.sescam.chua.AutenticacionTomcat

Re: Question to post to the list

2010-06-09 Thread Rainer Jung
On 09.06.2010 12:33, Pid wrote: On 09/06/2010 11:08, Gregor Schneider wrote: Pid, I believe the problem here is that Fiona tried to use File=$\{logs\}/stdout.log However, this will only work if an environment-variable "logs" is defined - which is IMHO no default configuration. Yep. You see

Re: Question on IE zones with Mod_jk

2010-06-09 Thread Rainer Jung
On 09.06.2010 11:18, André Warnier wrote: Robin Diederen wrote: Hi Andre, Thanks for the tip. What should I be looking for when analyzing this communication? You should be examining the detail of the requests/responses between bnrowser and server, to see if your assumptions are correct about

Re: How to finalize all sessions in a server with SingleSignOn valve activated ?

2010-06-09 Thread Mariano López
Yes, all of the apps are in the same Host. Here is my server.xml file: Mariano 2010/6/9 Pid > On 09/06/2010 11:01, Mariano López wrote: > > Actually when a user logs out from appliacation th

Re: How to finalize all sessions in a server with SingleSignOn valve activated ?

2010-06-09 Thread Pid
On 09/06/2010 11:01, Mariano López wrote: > Actually when a user logs out from appliacation there is a context that > contains the login page and the logout page. The logout page execute > 'session.invalidate();' for closing session in this context. > > The server is configured with SingleSignOn v

Re: Question to post to the list

2010-06-09 Thread Pid
On 09/06/2010 11:08, Gregor Schneider wrote: > Pid, > > I believe the problem here is that Fiona tried to use > > File=$\{logs\}/stdout.log > > However, this will only work if an environment-variable "logs" is > defined - which is IMHO no default configuration. Yep. You seemed to have that ang

Re: Tomcat DBCP

2010-06-09 Thread Mark Thomas
On 09/06/2010 10:15, Altanis Alexandros wrote: > My question is this: can I use this feature with Tomcat 6? Yes. > Where can I get a hold of the source code? I found some svn > links that point to 404. http://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool/ Mark

Re: Question to post to the list

2010-06-09 Thread Gregor Schneider
Pid, I believe the problem here is that Fiona tried to use File=$\{logs\}/stdout.log However, this will only work if an environment-variable "logs" is defined - which is IMHO no default configuration. Cheers Gregor -- just because you're paranoid, don't mean they're not after you... gpgp-fp:

Re: How to finalize all sessions in a server with SingleSignOn valve activated ?

2010-06-09 Thread Mariano López
Actually when a user logs out from appliacation there is a context that contains the login page and the logout page. The logout page execute 'session.invalidate();' for closing session in this context. The server is configured with SingleSignOn valve, the context that contains login and logout pag

Re: HyperLink Office connection

2010-06-09 Thread André Warnier
antongiuli...@gmail.com wrote: Hi, I have a webapp (Spring+Hibernate) running on Tomcat 5.5.15. Tomcat is configured for Single-Sign-On and it works fine with the login system of the application (typical login/password). Anyway at the moment it's not well working when an external link is exec

Re: Question on IE zones with Mod_jk

2010-06-09 Thread André Warnier
Robin Diederen wrote: Hi Andre, Thanks for the tip. What should I be looking for when analyzing this communication? You should be examining the detail of the requests/responses between bnrowser and server, to see if your assumptions are correct about the redirection etc.. A 401 response i

Tomcat DBCP

2010-06-09 Thread Altanis Alexandros
Hello. I have been reading about the new Tomcat DBCP in a couple of blogs lately, as I am interested in Connection Pooling for an application I am working on. Here they are: http://vigilbose.blogspot.com/2009/03/apache-commons-dbcp-and-tomcat-jdb c.html http://www.tomcatexpert.com/blo

Re: What is the difference between ${param.P} and <%= request.getParameter("P") %>?

2010-06-09 Thread yuccanel
-- From: "Pid" Sent: Wednesday, June 09, 2010 1:09 AM To: "Tomcat Users List" Subject: Re: What is the difference between ${param.P} and <%= request.getParameter("P") %>? other than the one being EL and easier/quicker to code, not much I think

Re: Question on IE zones with Mod_jk

2010-06-09 Thread Pid
On 09/06/2010 09:40, Robin Diederen wrote: > Hello Pid, > > Actually this mail was created due to a faulty click; the complete message > has been posted as well and I’ve received a few answers on that one (no > solution up till now). That would explain it! p > Thanks, Robin > > -Oorspron

RE: Question on IE zones with Mod_jk

2010-06-09 Thread Robin Diederen
Hello Pid, Actually this mail was created due to a faulty click; the complete message has been posted as well and I’ve received a few answers on that one (no solution up till now). Thanks, Robin -Oorspronkelijk bericht- Van: Pid [mailto:p...@pidster.com] Verzonden: woensdag 9 juni 201

Re: Question on IE zones with Mod_jk

2010-06-09 Thread Pid
On 08/06/2010 08:05, Robin Diederen wrote: > Hello all, > > We're trying to get a combination of Apache (webserver), Tomcat and mod_jk to > work flawlessly. We're using mod_jk to loadbalance two Tomcat / LifeRay > installations. > > This That's not a question, which is why you haven't had an

Re: hot deploy tomcat

2010-06-09 Thread Pid
On 09/06/2010 09:07, vinay basavanal wrote: > can anybody explaing me about context feature in tomcat and how can i make > hot deploy in tomcat > Assuming you're using Tomcat 6.0 you could read the docs, which are here: http://tomcat.apache.org/tomcat-6.0-doc/ and here: http://tomcat.apache.

Re: How to finalize all sessions in a server with SingleSignOn valve activated ?

2010-06-09 Thread Pid
On 08/06/2010 11:05, Mariano López wrote: > Hello all, I like to know how to finalize all sessions in a server with > SingleSignOn valve activated. > > When I finalize the current session user when logs out only close the > session in this context, the rest remains its sessions for this user. How

Re: HyperLink Office connection

2010-06-09 Thread Pid
On 08/06/2010 20:27, antongiuli...@gmail.com wrote: > Hi, > > I have a webapp (Spring+Hibernate) running on Tomcat 5.5.15. Tomcat is > configured for Single-Sign-On and it works fine with the login system of the > application (typical login/password). You should really make a plan to upgrade To

Re: HyperLink Office connection

2010-06-09 Thread antonio giulio
Hi Christopher, > Can you give us an example of a URL that looks like it should work from > Word (but doesn't) but does work properly when you copy/paste? http://mycompany.com/main/subscription/renewer.cis?action=overview&entry_id=4468 first, this kind of URL is intercepted by Apache using mod_r

Re: What is the difference between ${param.P} and <%= request.getParameter("P") %>?

2010-06-09 Thread Pid
On 08/06/2010 19:06, Otmar Manuela wrote: > Hi, > > I have a contact page, which contains a struts form. However, on that > page, when trying to read the URL parameters, I get a zero instead of > the parameter value, unless I use <%= request.getParameter() %>. > > Example: > > URL loading the c

Re: Question to post to the list

2010-06-09 Thread Pid
On 09/06/2010 07:56, Fiona Duncan wrote: > Hi, > > I am hoping that someone may be able to help me. > > I want to write my tomcat logs to a different directory. > I thought i could change > > log4j.appender.R.File=$\{catalina.home\}/logs/tomcat.log to something like > log4j.appender.ROLLINGFILE

hot deploy tomcat

2010-06-09 Thread vinay basavanal
can anybody explaing me about context feature in tomcat and how can i make hot deploy in tomcat -- Thanks & Regards Vinay 9972078950

Re: Question to post to the list

2010-06-09 Thread Gregor Schneider
is the environment-variable $logs specified? rgds gregor -- just because you're paranoid, don't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 @ http://pgp.mit.edu:11371/ skype:rc46fi -

Question to post to the list

2010-06-09 Thread Fiona Duncan
Hi, I am hoping that someone may be able to help me. I want to write my tomcat logs to a different directory. I thought i could change log4j.appender.R.File=$\{catalina.home\}/logs/tomcat.log to something like log4j.appender.ROLLINGFILE.File=$\{logs\}/stdout.log in my C:\Program Files\Apache S