RE: [HOW TO] - GLOBAL VARIABLES - PLEASE HELP

2002-10-18 Thread Mathew Pole
Hi Donie, The second half of this is you need to know how to access it: try { Context initCtx = new InitialContext(); String foo = (String)(context.lookup (java:comp/env/foo)); } catch (NamingException exc) { // oops } Regards, Mathew -- Mathew Pole Web Architect, Gerard Industries

RE: Internal Server Error when changing class file

2002-09-12 Thread Mathew Pole
Hi , Recently I stopped the MyHttpServlet class implementing the javax.servlet.SingleThreadModel, and servlets appear to reload okay now when changing the class file. Hopefully this helps someone. Regards, Mathew -- Mathew Pole Web Architect, Gerard Industries email: [EMAIL PROTECTED

Servlet multithreading design question

2002-09-09 Thread Mathew Pole
class OneServlet extends BaseServlet { public void init (ServletConfig config) { value = 1; } } public class TwoServlet extends BaseServlet { public void init (ServletConfig config) { value = 2; } } -- Mathew Pole Web Architect, Gerard Industries email: mailto:[EMAIL

Internal Server Error when changing class file

2002-09-04 Thread Mathew Pole
: createMBeans: MBeanException is reported, but I'm under the impression that this is not important. Does anyone have suggestions on how to fix this (if it is possible)? Thanks, Mathew -- Mathew Pole Web Architect, Gerard Industries email: mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] www: http

RE: Adding HTTPS to Tomcat/Apache/mod_jk install on NT

2002-09-02 Thread Mathew Pole
pdfs. -- Mathew Pole Web Architect, Gerard Industries email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] phone: 08 8269 0511 ext 313, fax: 08 8340 1212, mobile: 0403 164 617 -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Thursday, 22 August 2002 11:19 PM

BAD packet - Apache 2.0.39 + mod_jk (or mod_webapp) on linux

2002-08-20 Thread Mathew Pole
s I looked at the instructions in http://wass.homelinux.net/howtos/Jakarta_How-To.shtml, but the mod-jk-303-ap20.so doesn't work with apache 2.0.39. Regards, Mathew --Mathew Pole Web Architect, Gerard Industriesemail: [EMAIL PROTECTED]phone: 08 8269 0511 ext 313, fax: 08 8340 1212, mobile: 04

RE: Can't get tomcat4 + mod_jk + apache to work

2002-08-20 Thread Mathew Pole
The /usr/local/jakarta-tomcat-4.0.4/conf/auto/mod_jk.conf is automatically generated by tomcat (see http://www.johnturner.com/howto/mod_jk_conf.html for an example) -- Mathew Pole Web Architect, Gerard Industries email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] phone: 08 8269 0511 ext 313

RE: BAD packet - Apache 2.0.39 + mod_jk (or mod_webapp) on linux

2002-08-20 Thread Mathew Pole
Hi , I tried this and found that ... When I ran ./buildconf.sh, it reported the following error: configure.in:24: AC_PROG_CPP was called before AC_PROG_CC I ignored this and ran ./configure which appeared to work okay. Unfortunately, the make command failed with (suspect this is caused by

RE: BAD packet - Apache 2.0.39 + mod_jk (or mod_webapp) on linux

2002-08-20 Thread Mathew Pole
Hi Niket, I found the following page provided enough info for me: http://www.acg-gmbh.de/mod_jk/ Regards, Mathew -- Mathew Pole Web Architect, Gerard Industries email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] phone: 08 8269 0511 ext 313, fax: 08 8340 1212, mobile: 0403 164 617