What is relation of JSESSIONID and HttpSession?

2008-01-30 Thread legolas
Hi Thank you for reading my post Can some one clear my doubt about this subject? - We can add some attribute to HttpSession in our servlet and then retrieve it when we need them from the session. This information are kept in the server. If this statement is correct, How does each session is bindd

what is java_opt parameter?

2007-04-07 Thread legolas
Hi Thank you for reading my post. Can some one please tell me what is java_opts and how does it works? is it some jvm_options? Thanks -- View this message in context: http://www.nabble.com/what-is-java_opt-parameter--tf3541017.html#a9884745 Sent from the Tomcat - User mailing list archive at Na

what is default user/password for tomcat .zip installation?

2007-02-24 Thread legolas
Hi Thank you for reading my post. I have download and installed tomcat 5.5.17 from .zip version as i need to debug some applications now i want to open manager console and it asks me about username/password can some one please tell me what is default user and password? will the password be useable

how to pass a parameter to tomcat startup in windows?

2007-02-22 Thread legolas
Hi Thank you for reading my post. I need to pass a parameter like : -javaagent:%INFRARED_HOME%\aspectjweaver-1.5.0.jar to tomcat startup. the tutorial talks about a bat file that we can add this parameter to it but Tomcat 5.5.17 for windows does not has any +batch file. It just has two executable

is it mandatory to have 3 tables in JDBCRealm database ..

2006-09-11 Thread legolas
Hi Thank you for reading my post is it manedatory to have 3 tables like users , roles , user_roles in a tomcat jdbcRealm ? can we use one table and do all mapping for one table in server.xml ? my users has no more than one role so i do not need to have user_role and roles tables. i just change a u

where i can download tomcat 5.5.9 , no newer no older please

2006-09-10 Thread legolas
Hi Thank you for reading my post I need to download and install tomcat 5.5.9 , i already have 5.5.17 and 5.5.10 and 5.5.7 but these look not to work with ADF-BC from oracle. thanks -- View this message in context: http://www.nabble.com/where-i-can-download-tomcat-5.5.9-%2C-no-newer-no-older-plea

how to forward user to a page after container manager authntication ?

2006-09-10 Thread legolas
Hi Thank you for reading my post how i can forward user to an specefic page after he/she successfully authenticated using form based authentication? if user fail to provide a wrong user/pass then he/she will be forwarded to login_error page , what if i need user to be forwarded to login_done after

Re: problem with tomcat JDBC realm , i can not login and all configurati

2006-09-10 Thread legolas
problem Hassan Schroeder-2 wrote: > > On 9/9/06, Legolas Woodland <[EMAIL PROTECTED]> wrote: > >> I should say that i double check JDBC driver to be in place , double >> check connection url ... > > "double check" as in, create a simple JSP or servlet t

Re: problem with tomcat JDBC realm , i can not login and all configurati

2006-09-10 Thread legolas
forward me to other pages when i enter correct user name and password which is under a correct role. Thanks legolas wrote: > > 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 >

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).