Is it possible to use JNDI in Tomcat 3.2.x

2001-03-15 Thread Denis Kranjcec
documentation for using JNDI in Tomcat 3.2.x or 4 beta? Any link? Any sample code? Thanks in advance. Denis Kranjcec

Re: can4t build mod_jk under AIX :-(((

2001-02-02 Thread Denis Benoit
\ jserv_wrapper_unix.o jserv_wrapper_win.o \ mod_jserv.o I used the file mod_jserv.exp must contain the following text: jserv_module Denis Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at http://www.eudoramail.com

RE: can4t build mod_jk under AIX :-(((

2001-02-02 Thread Denis Benoit
hat you are supposed to put in your LoadModule stanza of your apache config file. In my case (mod_jserv) it is jserv_module. The name of the file, evidently, is not relevant, what's important is that it contain the name of the module you're trying to compile. Bye! On Fri, 2 Feb 2001, Palumbo, Ma

Re: Setting UNIX Environment Variables

2001-01-29 Thread Denis Haskin
"O'Daniel, Chris" wrote: I need some UNIX environment variables to be available to my servlets. Using JServ I can add the following lines to the the jserv.properties file: [...] I need to provide the same environment to my servlets running in Tomcat. Does anyone have any suggestions?

Re: File Deletion----not working

2001-01-19 Thread Denis Haskin
Gee... where do I start? Does the username this is running under have the proper access to the file and to the direcory it's in? What OS is this? What's the result of f.canRead() or f.canWrite()? What about results of those calls for the parent directory? What does f.delete() return (does it

Are there any Tomcat mirror sites?

2001-01-19 Thread Denis Haskin
I'm getting horrendously bad response time from tomcat.apache.org today and am trying to download some packages--the downloads keep failing. None of the tomcat files appear to be part of the regular Apache mirrors. Are there any mirrors out there that have the (current) Tomcat files,

Re: Are there any Tomcat mirror sites?

2001-01-19 Thread Denis Haskin
Denis Haskin wrote: I'm getting horrendously bad response time from tomcat.apache.org today and am trying to download some packages--the downloads keep failing. Whoops... that should have been "jakarta.apache.org"... FW

Re: Why the servlet still alive?

2001-01-19 Thread Denis Haskin
Henry DU wrote: I removed the servlet from the directory and removed the servlet mapping from web.xml file, however the servlet was still alive. What is the problem? Restart tomcat. - To unsubscribe, e-mail: [EMAIL

Re: Hi

2001-01-09 Thread Denis Haskin
Sudhir wrote: Why request.getPathInfo() is giving null . Is there any settings to be done to get the pathInfo Well, it's probably returning null because the URI for the request doesn't include any path info. See the servlet spec, pages 28 29 (section 5.4, "Request Path Elements"). dwh

<    1   2