[Tomcat 5.5.16]Why cannot find the folder?

2006-08-12 Thread zhu jiang
Hi All, I put the dll file used in my webapp into the tomcat/bin folder. The dll uses files in the folder called Data. I put this folder into tomcat/bin too, but the dll cannot find this Data folder? What should I do? Thanks, Jiang

Re: Session hijacking with Tomcat/Myfaces - unable to fix it

2006-08-12 Thread Maurice Yarrow
Hello Barry Generally, getRemoteHost() and getRemoteAddr() return the same value, but I had found a situation during testing where getRemoteAddr() returned an IP address but getRemoteHost() returned nothing. (That was two months ago, and I can't, at this time, remember the exact conditions

Re: [Tomcat 5.5.16]Why cannot find the folder?

2006-08-12 Thread zhu jiang
Anybody knows why? Please help me! 2006/8/12, zhu jiang [EMAIL PROTECTED]: Hi All, I put the dll file used in my webapp into the tomcat/bin folder. The dll uses files in the folder called Data. I put this folder into tomcat/bin too, but the dll cannot find this Data folder? What should

CPU usage and response time

2006-08-12 Thread Eickvonder Bjoern
Hi, my webapplication (running on tomcat 5.5.17 - windows) application has a considerably high cpu usage even if there are only a few users active. I know I should search for bottlenecks and so on, but I have a more general question. Is the following formula correct? (response time if 100% CPU

how to restrict access to tomcat

2006-08-12 Thread Szymon Guz
Hi, I've got a server with many virtual hosts and many users. I want to run tomcat but only for some users, how can do that? regards Szymon Guz smime.p7s Description: S/MIME Cryptographic Signature

Listener doesn't listen

2006-08-12 Thread jeusdi
Hello, mmm I have a Listener /** * @web.listener * name =initSession * display-name =InitSession * description =Inicialitza una sessiĆ³ individual. * */ public class InitSession implements HttpSessionListener { public void sessionCreated(HttpSessionEvent arg0) {

cannot access manager or admin applications ...

2006-08-12 Thread ian macnaughtan
Hello. First i should say that i am newbie with tomcat and a relative inexperienced linux users. I have just installed the 5.0.28 binary from tomcat.apache.org on suse 10.1. I installed in /srv/tomcat/. I have configured to start as a daemon using the tomcat5.sh file. I have edited

Re: cannot access manager or admin applications ...

2006-08-12 Thread Yassine ELassad (YEL)
Hi Ian, I would try to access the manager application directly and see if i encounter the same Problem. try http://tomcatHost:8080/manager/html/list should prompt you to enter your user name and password if you enter the right credential i assume thing will/should work fine otherwise if you

Call For Papers -- 2007 Southern California Linux Expo

2006-08-12 Thread Ilan Rabinovitch
Hello, My appolgoies for the off-topic post.. We just announced the CFP for SCALE 5x. SCALE is a non-profit / community event on the topic of Linux, open-source and free software. The show will be held on Feb 10-11, 2007 at the Los Angeles Airport Westin. If you are interested in presenting

Re: performance question

2006-08-12 Thread Leon Rosenberg
hmm check your probably not existing performance monitoring log files? :-) Leon On 8/11/06, Propes, Barry L [EMAIL PROTECTED] wrote: I'm having some problems this morning with performance. How can I easily determine if it's servlets, or Tomcat, as opposed to possibly the database (Oracle)