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

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

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 = > (String

Re: JNDI without edit server.xml

2005-02-07 Thread fstmncn
mail/dmail javax.mail.Session Container F. --- Davide Gurgone <[EMAIL PROTECTED]> wrote: > fstmncn wrote: > > you should edit context.xml under META-INF in your > > web-application. > > HTH, > > Fausto. > > Hi Fausto, > Thank you for the res

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 wor