isapi_redirect dll location

2005-09-03 Thread Steve Ochani
To whomever was looking for isapi_redirect dll: As much as I hate to promote IIS: isapi_redirect dll can be found here http://apache.towardex.com/jakarta/tomcat-connectors/jk/binaries/win32/jk-1.2.14 «¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤»§«¤»¥«¤» Education is what remains after one

Re: get is not supported

2005-08-24 Thread Steve Ochani
Hi, I'm not sure if this is the answer but You have both parameters for doGet method as HttpServletRequest, the 2nd parameter is supposed to be of type HttpServletResponse -Steve O. On 24 Aug 2005 at 14:17, Christian Stalp wrote: Hello out there, I working on a new servlet and it is very

Re: Apache + Tomcat with Mod_jk

2005-07-08 Thread Steve Ochani
Shailendra Gatade wrote: Hi All, I am trying to connect Apache 2 ( Linux ) with Tomcat 5.0 ( Win2K ) using mod_jk. I'm facing several problems regarding this ... Initially i was using mod_jk2.so which is deprecated and also not recomended for Production Environment. I am not

Re: Apache-Tomcat Servlet Mapping Issues

2005-06-22 Thread Steve Ochani
Hi, As you test, can you load a servlet through apache httpd? Such as http://www.xyz.com/testservlet You should make a simple servlet that just has the doGet method to test. -Steve O. System: Solaris SunOS 5.9 Apache: 2.0.52 Tomcat: 4.1.31 Mod JK: 1.2.6 The problem: Apache/mod_jk

Re: got an error for a admi-entry

2005-06-20 Thread Steve Ochani
Hi, You don't have the admin rolename defined. On 20 Jun 2005 at 18:17, Christian Stalp wrote: Hello out there. I have the really weirdest Tomcat-installation ever!!! I installed it for a new time on Debian-Linux. With the stable Debian-Packages! But then I try to make a new entry into the

Re: tomcat newbie : cant make a simple servlet work

2005-06-04 Thread Steve Ochani
Hi, This servlet worked for me: http://www.matcmp.ncc.edu/~steve/servlets/simpleservlet I used the following inside my web.xml servlet servlet-nameSimpleServlet/servlet-name servlet-classservlets.SimpleServlet/servlet-class /servlet servlet-mapping

Re: Tomcat Administration problem

2005-04-29 Thread Steve Ochani
Date sent: Sat, 30 Apr 2005 02:19:43 +0300 From: Nir Tayeb [EMAIL PROTECTED] Subject:Tomcat Administration problem To: tomcat-user@jakarta.apache.org Send reply to: Tomcat Users List tomcat-user@jakarta.apache.org Send

Re: mod_jk working together with mod_userdir - possible or not?

2005-04-22 Thread Steve Ochani
In order to get Tomcat to handle requests as in http://www.xyz.com/~username you need to use the Tomcat UserConfig class and then have apache pass off all requests to .jsp to tomcat with mod_jk. Details to use UserConfig in tomcat are at a few places including

Anyone have java beans and servlets working in user directories?

2005-04-18 Thread Steve Ochani
Hello all, I'm using tomcat 5.5.7 and have configured userconfig in server.xml to look in user's public_html subdir for jsps etc. Jsp files work in user directories but java beans and servlets do not. Does anyone have tomcat working to beans and servlets also work in user's public_html

Re: Anyone have java beans and servlets working in user directories?

2005-04-18 Thread Steve Ochani
they both work under the main webapps directory tomcat. woodchuck --- Steve Ochani [EMAIL PROTECTED] wrote: Hello all, I'm using tomcat 5.5.7 and have configured userconfig in server.xml to look in user's public_html subdir for jsps etc. Jsp files work in user directories

Java Beans and servlets not working in user directories with UserConfig, jsp is

2005-04-12 Thread Steve Ochani
Hello all, I'm using jakarta-tomcat-5.5.7 with jdk 1.5 on solaris 8. I have configured in web.xml the UserConfig class as such Listener className=org.apache.catalina.startup.UserConfig directoryName=public_html userClass=or g.apache.catalina.startup.PasswdUserDatabase/ any jsps in home

Re: class path

2005-04-12 Thread Steve Ochani
Hi, Did you set class_path or CLASSPATH ? try running a prompt and typing echo %CLASSPATH% and see if you get actual directory listings of everything you mentioned inlcuding the servlet.jar -Steve O. On 12 Apr 2005 at 21:03, S M wrote: I have set the class_path as