Re: Attn developers of Tomcat and JK

2005-02-08 Thread fstmncn
What's your problem? have you found something better at the same cost (0$)? If it doesn't fit your needs, don't use it. --- Eric Sandusky [EMAIL PROTECTED] wrote: To the developers of Tomcat and JK: As I can sense that not one single person is willing to respond to this issue, I can only

Re: Is information on the number of downloads available?

2005-02-08 Thread fstmncn
Nice. I was wondering if you know what has been used to generate the charts... Thank you in advance. --- Tim Funk [EMAIL PROTECTED] wrote: http://www.apache.org/~vgritsenko/stats/projects/tomcat.html But see the disclaimer at the bottom of the link above. -Tim Paul Luo Li wrote:

Re: JNDI without edit server.xml

2005-02-07 Thread fstmncn
you should edit context.xml under META-INF in your web-application. HTH, Fausto. --- Davide Gurgone [EMAIL PROTECTED] wrote: Hi all, I've got a problem. I'm using tomcat 5.0 with Oracle 9.2i. Now I want to upgrade tomcat to the newest version, but the same configuration doesn't work

Re: JNDI without edit server.xml

2005-02-07 Thread fstmncn
PROTECTED] wrote: fstmncn wrote: you should edit context.xml under META-INF in your web-application. HTH, Fausto. Hi Fausto, Thank you for the response, I try your solution, but I think I wrong something, 'cause the problem is the same: INFO: HTMLManager: list: Listing contexts

Re: jsp version of session variable access. Pointer to syntax wanted.

2005-02-07 Thread fstmncn
you can use expression language: e.g.: ${sessionData.FILECOUNT} --- Pawson, David [EMAIL PROTECTED] wrote: Looking for the syntax to gain access to a session variable in a jsp page, rather than converting it to java. HttpSession session=request.getSession(); String s =