problem with tomcat JDBC realm , i can not login and all configuration are correct

2006-09-09 Thread Legolas Woodland
Hi Thank you for reading my post i have problem with tomcat JDBC realm I defined a jdbc realm in server.xml also i configured my application to use Realms but it never login into system ,it always send me to login_error page instead of logging in to the syste. I should say that when i creaete my ow

Re: Where i can find tomcat clustring features list ?

2006-04-30 Thread Legolas Woodland
Thanks for reply Mark Thomas wrote: Legolas Woodland wrote: Does tomcat support fail over in a clustered environment ? Yes I find a document in tomcat documentation : *tomcat*.apache.org/*tomcat*-5.0-doc/*cluster*-howto.html is there any more documents around ? How i can use Fail

Re: How i can exclude a url pattern for a filter ?

2006-04-29 Thread Legolas Woodland
John C. Dale wrote: This is a tough one - I've always configured my filters to include all relevant URL's (logical equivalent of exclusion for non-matches). Do you mean that web.xml does not support url exclusion ? if not , is there any way that i could exclude that S folder ? Thanks H

Where i can find tomcat clustring features list ?

2006-04-29 Thread Legolas Woodland
Hi Thank you for reading my post Does tomcat support fail over in a clustered environment ? is there any utility or library which can add clustering to tomcat? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

How i can exclude a url pattern for a filter ?

2006-04-29 Thread Legolas Woodland
Hi Thank you for reading my post I have defined a filter in my web.xml and for some of my pages it should be applied but not for all of them. for example i should exclude a subdirectory like : webroot/s/ from this filter but filter should be applied for other subdirectory and files . can some

Problem with hosting web application on tomcat / error 404 for an exists file

2006-02-15 Thread Legolas Woodland
Hi Thank you for reading my post. I have a web application which i developed and works well on my tomcat 5.5.9 Now i purchase a hosting plane with tomcat 5.5.9 it is on linux and have cpanel. they said that i should upload all contents of my war file into http_doc folder , so i did I used ftp to

Problem with hosting web application on tomcat / error 404 for an exists file

2006-02-15 Thread Legolas Woodland
Hi Thank you for reading my post. I have a web application which i developed and works well on my tomcat 5.5.9 Now i purchase a hosting plane with tomcat 5.5.9 it is on linux and have cpanel. they said that i should upload all contents of my war file into http_doc folder , so i did I used ftp to

Re: Tuning Tomcat , i need some advice

2006-01-30 Thread Legolas Woodland
time that each step consumed , now how i can find such facilities for derby ? Thank you George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 1:57 PM T

Tomcat 5.5.15 use a native library to improve performace , i have some question about it

2006-01-30 Thread Legolas Woodland
Tomcat 5.5.15 use a native library to improve performace , i have some question about it Thank you for reading my post. today i installed a newer version of tomcat (5.5.15 ) before this i used 5.5.12 but when i was installing 5.5.15 , it asks about downloading a native library to improve perfor

Tuning Tomcat , i need some advice

2006-01-30 Thread Legolas Woodland
Hi Thank you for reading my post. I have an application which will handle about 30 hit per second with Tomcat 5.5.* (* wil be one of 15 or 12) Now i need some advice about tuning tomcat to perform the best under this condition I read something so far , things like : use Java server mode increa

is there any way to monitor application server when it is working ?

2006-01-30 Thread Legolas Woodland
thank you for reading my post is there any application that help monitor an application server when it is working ? for example , total active sessions , Connections , ... i need this application to monitor my tomcat and sun application server , but if there is no application that help monitor

Re: Problem with using tomcat Datasource inside a servlet.

2006-01-28 Thread Legolas Woodland
Peter Rossbach wrote: Wrong lookup name: Use: "java:comp/jdbc/be_Publisher" Peer Am 28.01.2006 um 11:03 schrieb Legolas Woodland: "java:comp/env/jdbc/be_Publisher"); I change it according to your advice but it still return the same error. some more description

I need advice about choosing a application server.

2006-01-18 Thread Legolas Woodland
I need advice about choosing a application server. Hi Thank you for reading my post I need some advice to choose an application server / srvlet container for deploying a project. Application description : application has two part which one of them is a portal . portal itself will have a 2 hit/

Re: is there any log file viewer for tomcat log files with live feed ability

2006-01-01 Thread Legolas Woodland
Wolfgang Egger wrote: Servus Legolas, Legolas Woodland schrieb: could you please tell me more ? how i can configure log4j , which client i should use ? Sorry, the last time i used log4j, was 3 years ago, so I don't remember the details. But you may have a look at google an

Re: is there any log file viewer for tomcat log files with live feed ability

2006-01-01 Thread Legolas Woodland
Wolfgang Egger wrote: Servus Legolas, Legolas Woodland schrieb: my experiences with tomcat are some years old and I'm "new" to tomcat again since some weeks, but perhaps my hint may help you fooking further ... is there any tool that could automatically fetch the changes fr

is there any log file viewer for tomcat log files with live feed ability

2006-01-01 Thread Legolas Woodland
Hi Thank you for reading my post. im developing some application and i have problem with viewing the Log file of application server everytime. is there any tool that could automatically fetch the changes from log file and show them instantly ? for example if i ask it to monitor application serve

Re: Tomcat Datasource , can we define them in war file (whithout accessing to Admin console)?

2005-12-27 Thread Legolas Woodland
just for my own application. I will be happy if any one can tell me a trick to have application server managed pool without changing tomcat installation stuff. Best Regards, Khawaja Shams On 12/26/05, Legolas Woodland <[EMAIL PROTECTED]> wrote: Hi Thank you for reading my post. Is it po

Tomcat Datasource , can we define them in war file (whithout accessing to Admin console)?

2005-12-26 Thread Legolas Woodland
Hi Thank you for reading my post. Is it possible to make a data-source without admin console ? I mean by defining the data-source in web.xml or in Context.xml (i think i read somewhere that we could put context.xml into meta-inf folder and it will act like Context definition in admin console).