How to set Error Log for Web Application in TOmcat 5.5

2004-11-20 Thread inr
Hai all, How to set the Error Log file for Our Own Web Application in Tomcat 5.5 Thanks inr - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to set Seperate Error log file when using Multiple Web Applicationa

2004-11-20 Thread inr
Hai all, I am Using Multiple Web Application in TOmcat 5.5. How to set the Seperate Error log file for each Web Application. Thanks for ever, inr - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: How to set Error Log for Web Application in TOmcat 5.5

2004-11-20 Thread Quinton Delpeche
On Monday 18 February 2002 03:40, inr wrote: Hai all, How to set the Error Log file for Our Own Web Application in Tomcat 5.5 AFAIK you will add a logger entry to your contest entry in the server.xml file. SERVER.XML EXTRACT !-- Context for Internal Systems ROOT

Problem in getting index.jsp from the webapp root

2004-11-20 Thread Shiva.Devaguptapu
Hi, I deployed one webapp in the tomcat 5.0.27 and there is an index.jsp in the root folder of my webapp. I configured a different Host... for this and gave the path= for the Context. The problem is when I access this index.jsp, I am getting the default tomcat welcome page (the one which

Re: Problem in getting index.jsp from the webapp root

2004-11-20 Thread Quinton Delpeche
On Saturday 20 November 2004 15:38, Shiva.Devaguptapu wrote: Hi, Hi, I deployed one webapp in the tomcat 5.0.27 and there is an index.jsp in the root folder of my webapp. I configured a different Host... for this and gave the path= for the Context. The problem is when I access this

Re: OFF TOPIC String to char type

2004-11-20 Thread phil campaigne
QM wrote: On Wed, Nov 17, 2004 at 11:51:38AM -0500, phil campaigne wrote: : I am storing a flag in the database as type char, but it is set from a : web page request object as a string. I need to convert it from type : String to char in java. Which DB? For those I know, DB char != Java char.

RE: Problem in getting index.jsp from the webapp root

2004-11-20 Thread Shiva.Devaguptapu
I attached them with this mail. -Original Message- From: Quinton Delpeche [mailto:[EMAIL PROTECTED] Sent: Saturday, November 20, 2004 7:20 PM To: [EMAIL PROTECTED] Subject: Re: Problem in getting index.jsp from the webapp root On Saturday 20 November 2004 15:38, Shiva.Devaguptapu

Re: Problem in getting index.jsp from the webapp root

2004-11-20 Thread Quinton Delpeche
On Saturday 20 November 2004 15:51, Shiva.Devaguptapu wrote: I attached them with this mail. Hi, Sorry but I didn't seem to get the attachment. Try zipping it. Q -- Quinton Delpeche Internal Systems Developer Softline VIP Telephone: +27 12 420 7000 Direct:+27 12 420 7007 Facsimile: +27

RE: Problem in getting index.jsp from the webapp root

2004-11-20 Thread Shiva.Devaguptapu
I am unable to send as attachment. I include the content here - = server.xml = Server port=8005 shutdown=SHUTDOWN

Re: Apache Tomcat integration

2004-11-20 Thread vimal krishna
roger there is step by step instruction http://www.sitepoint.com/article/quick-start-guide-windows HIH vimal - Original Message - From: Roger Mori-Tuesta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 20, 2004 5:19 AM Subject: Apache Tomcat integration Dear Partners:

Re: Declarative security in context?

2004-11-20 Thread Simon Tardell
Wendy Smoak wrote: From: Simon Tardell [EMAIL PROTECTED] I want to deploy multiple instances of the same webapp, with different authorization rules. However, declarative security is done in the web.xml of which there will only be one copy (referred by multiple contexts). I'm confused by

Re: mod_jk / sticky_session / fallback question

2004-11-20 Thread Peter Rossbach
Hey, at the moment we have no domain concept at mod_jk. But Rainer Jung has send a bug report with a usefull idea: http://issues.apache.org/bugzilla/show_bug.cgi?id=32317 Vote for it. Peter Ronald Klop schrieb: Hello, I'm searching the internet for this question, but can't find the answer. If I

Re: Problem with ssl

2004-11-20 Thread Bill Barker
Carl Olivier [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Greetings. Where is this specified? In which element? The Connector (where all of the other SSL attributes are :). Thanks! Carl -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent:

Re: Declarative security in context?

2004-11-20 Thread Bill Barker
Simon Tardell [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Wendy Smoak wrote: From: Simon Tardell [EMAIL PROTECTED] I want to deploy multiple instances of the same webapp, with different authorization rules. However, declarative security is done in the web.xml of which there

RE: How to set Error Log for Web Application in TOmcat 5.5

2004-11-20 Thread Allistair Crossley
no you can't add a Logger to your Context in 5.5 they are removed. for per-web application logging you will need to use a log4j configuration in each of your web applications. this information will become available on Tomcat 5.5's logging documentation page when the tomcat site is next built

Looking for classes that were moved out

2004-11-20 Thread Wout Perquin
Hi, My web application is in /var/tomcat4/webapps/logging2. Initially I had placed a number of classes (com.sun.jini.reggie.*) in /var/tomcat4/webapps/logging/WEB-INF/classes Later on I moved them into the extension directory. However, and this is my problem, log catalina.out keeps on saying:

SSL and form-based login

2004-11-20 Thread footh
Through lots of research, I thought I had finally figured out how to set up SSL with form-based login. However, I still have a couple of outstanding issues. SSL seems to be working fine, however, I don't believe the login page is using SSL. The reason being is, when I try to hit any other page

Re: SSL and form-based login

2004-11-20 Thread Peter Lin
the same rule still applies. that's what's just the reality of using SSL and insuring security. A browser that is ssl compliant actually should default to https. only way around that is to use a non-ssl compliant browser. peter On Sat, 20 Nov 2004 16:59:31 -0800 (PST), footh [EMAIL PROTECTED]

Tomcat locking up, not responding to requests

2004-11-20 Thread Ben Simon
Howdy All, I'm running Tomcat 5.0.28, on Linux (RedHat 9, kernel: 2.4.20-8smp) with java 1.4.2_06-b03 (from SUN) on a dual processor Intel box and seeing very odd behavior. I'll start up tomcat, and use it to test/author a web application (struts based). At the end of the day, I'll leave the