RE: JDBC Error

2002-06-28 Thread John Burgess
Just a guess, but could your database connection be timing out under linux? Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Roger Maltby [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 8:18 PM To: Tomcat User (E-mail

RE: Tomcat w/ Apache Configuration Issues == Please Help

2002-07-15 Thread John Burgess
so we might just drop Apache. Hope this helps Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 14, 2002 2:50 PM To: [EMAIL PROTECTED] Subject: Tomcat w/ Apache

RE: how can a client upload file via an applet

2002-07-16 Thread John Burgess
. JavaPro January 2002 has a good article on how to do this, which we have successfully cannibalised for sending mpx files to our application. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Serdar BOZDAG [mailto:[EMAIL PROTECTED

RE: sevlets and applets

2002-07-17 Thread John Burgess
showDocument will simply show the content at the URL you pass to it and doesn't care whether it is a static html file, dynamic content from a jsp or servlet or even some other mime type such as a pdf file. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600

RE: What version of Java is necessary to run Tomcat

2002-07-18 Thread John Burgess
Tomcat 4 requires 1.3.1 or later, I believe. Also for JSP pages you will need the sdk not just the rte since it needs tools.jar for the javac compiler to compile the servlets generated by jasper. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original

RE: Getting mod_webapp - should I give up?

2002-08-15 Thread John Burgess
terminating or some such and hang. With mod_jk this doesn't happen (or with tomcat standalone). Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Murray Cumming [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 10:04 AM

RE: N/w Problem (Puneet Sachar)

2002-04-03 Thread John Burgess
knowledgeable friend a large drink if he'll help you out!!! Or start by uninstalling tCP/IP and installing netbeui which will almost certainly just work and let people use that for a time while you read up on simple tcp/ip installations.. It's really not difficult. Best Wishes John Burgess [EMAIL

RE: error 404

2002-04-03 Thread John Burgess
If 8080 is what you actually put in httpd.conf, are you sure that is the port the warp connector is on. 8008 is more usual, with 8080 being the http port for standalone tomcat. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From

RE: error 404

2002-04-03 Thread John Burgess
for getting apache/tomcat integration going Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Yunce Gunawan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 3:08 PM To: Tomcat Users List Subject: Re: error 404

RE: Adobe Acrobat

2002-04-09 Thread John Burgess
Or alternatively use a printer driver that produces pdf files (Adobe Acrobat or Xeon Docucom are two) and print to file from the servlet, then return the file produced. The other suggestions are probably neater and open source but this does definitely work :-) Best Wishes John Burgess [EMAIL

RE: NullPointerException when using JDBC ResultSet next() method

2002-04-09 Thread John Burgess
rs is NOT Being set -- you are getting the results into rset so use rset.next() etc. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Philip Kazmier, CEM RD [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 10:55 PM

RE: Adobe Acrobat

2002-04-09 Thread John Burgess
but it requires you to press OK to a nag screen before each print. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Adrian Beech [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 11:06 AM To: Tomcat Users List Subject: Re

RE: Directory Listing per web-app

2002-04-19 Thread John Burgess
Adding a welcome file for the web-app should turn off directory listing Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Chad Perry [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 6:53 PM Subject: Directory Listing per

RE: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread John Burgess
Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: yilmaz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 5:25 PM To: Tomcat Users List Subject: Re: LoadModule webapp_module modules/mod_webapp.so okey, Here is my httpd.conf

RE: Question about web.xml

2002-04-26 Thread John Burgess
a ServletConfig and that has a method getInitParameter which takes the param-name as a string and returns the param-value also as a string Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent

RE: ApacheJSSI.jar and Tomcat

2002-04-29 Thread John Burgess
hope your trousers have dried out a bit!) John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Elizabeth Barham [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 28, 2002 6:16 AM To: Tomcat Users List Subject: ApacheJSSI.jar and Tomcat Hi, I download

RE: This has me ???Puzzled???: Switch being done but not really

2002-05-30 Thread John Burgess
Without a default case or some other initialisation for subTitle etc what would happen if page was passed in as 99, for example. The java compiler is being very 'nanny'ish but it is sensible in its own terms. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600

RE: Restricting Access to Web Resources

2002-06-06 Thread John Burgess
I believe the URL you want is /* i.e. the /MyApp is assumed since you are defining the constraint in the MyApp context Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Urtzi Larrazabal [mailto:[EMAIL PROTECTED]] Sent: Thursday

RE: new tomcat user: migrating app from resin

2002-06-06 Thread John Burgess
It would seem as if you don't have a web-app /web-app wrapping all the entries in you web.xml. If so it should be trivial to put it in Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Scott Dudley [mailto:[EMAIL PROTECTED

RE: Restricting Access to Web Resources

2002-06-06 Thread John Burgess
In the default tomcat setup (I'm assuming you're using 4.0.3) the memory realm is declared in server.xml. This reads users, passwords and roles from tomcat-users.xml also in the conf directory. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original

RE: How to write files when web-app is a WAR?

2002-06-10 Thread John Burgess
recommended for a deployment server anyway. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Chris Bailey [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 8:02 PM To: Tomcat Mailing List Subject: How to write files when web-app

RE: LDAP Authentication with Tomcat 4.1.3

2002-06-12 Thread John Burgess
Is having two OU entries OK? Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Josh Fenlason [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 9:12 PM To: Tomcat Subject: LDAP Authentication with Tomcat 4.1.3 I'm trying

RE: Is it available Tomcat 2?

2002-06-12 Thread John Burgess
I think you've been fed some April fool stories, Luca Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Luca Ventura [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 10:37 AM To: tomcat-user Subject: Is it available Tomcat

RE: mod_jk2

2002-06-12 Thread John Burgess
I believe its mod_jk for Apache 2 Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Josh Fenlason [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 2:35 PM To: Tomcat Subject: mod_jk2 Does anyone know anything about

RE: compiling files in the classes directory

2002-09-11 Thread John Burgess
Sorry, you'll have to compile yourself Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Richard Chamberlain [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 10, 2002 11:27 PM To: Tomcat List Subject: compiling files

Re: URL

2003-01-24 Thread John Burgess
Just set up tomcat to serve ssl on port 443 (the default for https as 80 is http) and you won't need to specify the port. - Original Message - From: Ravindra K. Bhat [EMAIL PROTECTED] To: Ravindra K. Bhat [EMAIL PROTECTED] Cc: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, January 23,

Re: EXECUTE an external .exe-file (+Parameters) that creates data-filesI want to use later in my servlet

2003-02-10 Thread John Burgess
I think you'll need the full (absolute) path to the exe. There is a call in the servlet api to translate a relative path to an absolute path in the server's file system but I can't remember what it is. Otherwise, put data.exe somewhere on the system path and drop the relative directory part.