Tomcat with IIS 6.0

2002-02-04 Thread Jones, Stephen
Has anyone tried using Tomcat with IIS 6.0 (any version of Tomcat)? I am attempting this using the JNI configuration, and not having any luck so far. This is the webserver that is coming with the new "Windows .NET Server Family"-- I think a lot of people will need to deploy Tomcat on it. Any hel

RE: jk_nt_service and NT error 2140

2001-07-12 Thread Jones, Stephen
Jurgen: I believe there is an issue with the wrapper.properties file that applies to you-- it does not support long filenames. You need to use 8.3 notation file and directory names, e.g. wrapper.tomcat_home=x:\jakart~1\tomcat~1 Hope this helps! Steve -Original Message- From: [EMAIL PRO

How to make a case-insensitive Context?

2001-03-05 Thread Jones, Stephen
How can you make a webapp context case-insensitve, so that the URL can be in any case? e.g. http:///WebApp or http:///webapp etc... Is there any automatic way to do this? I need to deploy the webapp case-insensitively using Tomcat 3.2.1 with both IIS and Apache. Thanks, Steve

Future of the isapi redirector

2001-02-28 Thread Jones, Stephen
I noticed that isapi_redirect.dll uses ajp12, but ajp13 is already out (and better), and there are talks of ajp14 and mod_webapp and other new Connector ideas... What is the current future Connector plan for IIS? Will it support these new protocols anytime soon? Thanks, Steve -

Tomcat 3.2.1 mod_jk binaries for Solaris 8/SPARC and Linux (non-EAPI)

2001-02-26 Thread Jones, Stephen
Okay, I can't zip the non-EAPI ones small enough... (the group only takes 100k mesgs) Email me if you actually want them and don't find me annoying... Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Progress in JSP/Servlet

2001-02-26 Thread Jones, Stephen
Here is an alternate method of redirecting the browser: response.setStatus(HttpServletResponse.SC_MOVED_TEMPORARILY); response.setHeader("Location", sURL); We use this instead of sendRedirect() or flushing so that we can send redirects even though we had already committed the response by sendin

Tomcat 3.2.1 mod_jk binaries for Solaris 8/SPARC and Linux (EAPI)

2001-02-26 Thread Jones, Stephen
Since my company is attempting to redistribute mod_jk in binary format to simplify installing our web product, I compiled these versions of mod_jk for SSL-enabled (EAPI) Apache 1.3.17. The attached tarball includes: mod_jk_bin/mod_ssl/linux-i386/mod_jk.so mod_jk_bin/mod_ssl/solaris8-sparc/mod_jk

RE: Problems with gabled mod_jk

2001-02-25 Thread Jones, Stephen
I apologize for not seeing your earlier post (Wed, 21st) regarding these binaries being available-- thank you, Henri. It is still very foggy to me what EAPI is-- some mod_ssl API extensions to Apache? My best internet and e-mail searching skills are providing me only with clues... I would love t

web.xml generator for JSPC'd JSPs

2001-02-23 Thread Jones, Stephen
Is there a web.xml generator out there for JSP pages which have been pre-compiled using JSPC??? My company prefers to ship w/ precompiled pages, but every time we change a JSP page's name, add one, or whatever, we have to manually update the web.xml file to redirect requests for like file_1.jsp

RE: Problems with gabled mod_jk

2001-02-23 Thread Jones, Stephen
I think the problem is that the distributed binary just does not work on Linux! This is extremely frustrating and it means (to me) that the Tomcat 3.2.1 binary distribution does not work on Linux! This is just another bug that would take 5 minutes to fix... Can't somebody just recompile it and co

RE: Cannot buiild mod_jserv.so

2001-02-21 Thread Jones, Stephen
I have found the order of parameters to matter a great deal, try this: /usr/local/apache/bin/apxs -c *.c -o mod_jserv.so Steve > -Original Message- > From: Manos Riglis [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 21, 2001 10:05 AM > To: [EMAIL PROTECTED] > Subject: Cannot bui

RE: best way to handle Servlets+JSPs+multiple Frames?

2001-02-21 Thread Jones, Stephen
In our product, we use forms to POST user input data. We usually send the input to another JSP page, but I don't see why this would not work for a servlet's doPost(HttpServletRequest, HttpServletResponse) method. e.g.: <% /* form stuff here, buttons, textfields, etc */ %>

RE: best way to handle Servlets+JSPs+multiple Frames?

2001-02-21 Thread Jones, Stephen
Sebastian: I do not understand any added significance with regards to session information. All JSP pages and servlets have access to the session Object provided by Tomcat. The session is shared across any number of different requests coming in from the client... What I mean is that any page can

URL ReWriting

2001-02-21 Thread Jones, Stephen
I am in the process of researching URL-rewriting techniques for the purposes of: - Session Management (a non-cookie solution) - Web Server Load Balancing Would the info you have help me out? Much appreciated, Steve --SNIP-- > PS : If somebody want information for dealing with URL

Solaris mod_jk binaries, how many?

2001-02-21 Thread Jones, Stephen
My company redistributes Tomcat 3.2.1 with our web product, and we support Solaris 8. However, our installation process is long and confuses a lot of our customers. The bulk of the trouble comes from having to compile mod_jk. This is pretty well documented and doable, but we'd like to save them t