Re: Any Recommended Java/Servlet Books

2003-09-03 Thread stuart macpherson
I really like... Wutka, M. (2000) Java Server Pages and Servlets QUE [as a primer] and... Ayers et. al. (1999) Professional Java Server Programming Wrox [for slightly more advanced topics] HTH stu

RE: First Servlet 404 error

2003-08-30 Thread Stuart MacPherson
2003 19:04 To: Tomcat Users List Cc: Stuart MacPherson Subject: Re: First Servlet 404 error Thank you Stuart for your great help. HellowWorld servlet works! But I still have one problem. I got login.jsp in the webapps\onjava directory. It has form name=loginForm method=POST action=servlet

RE: First Servlet 404 error

2003-08-29 Thread Stuart MacPherson
16:57 To: Tomcat Users List; Stuart MacPherson Subject: Re: First Servlet 404 error I tried it but it still does not work. I even tried to put a HelloWorld.class file into webapps\onjava\Web-inf\classes directory and use link http:\\localhost:8080\onjava\servlet\HelloWorld I still have the same

RE: First Servlet 404 error

2003-08-28 Thread Stuart MacPherson
In your JSP form change this: form name=loginForm method=post action=servlet/com.onjava.login .. /form to this: form name=loginForm method=POST action=com.onjava.login .. /form [Note the capitals in POST also] -Original Message- From: Jim Si

RE: [OT] but IMPORTANT

2003-08-28 Thread Stuart MacPherson
Forbid independent development of innovative software-based solutions... So you might only be able to code for someone else?! That does not sound good... -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: 28 August 2003 13:01 To: Struts Users Mailing List; Tomcat

RE: newbie - finding class files

2003-08-27 Thread Stuart MacPherson
What's wrong with putting them in CATALINA_HOME/common/lib? -Original Message- From: P.van Kemenade [mailto:[EMAIL PROTECTED] Sent: 26 August 2003 16:49 To: Tomcat List Subject: RE: newbie - finding class files Hi I found this old thread about extending WebdavServlet, in which Andreas

RE: newbie - finding class files

2003-08-27 Thread Stuart MacPherson
Well actually if you have them in 2 places it can cause terminal errors, and at the very least will waste time and memory on startup. Common/lib is not an ideal solution, but you might want to try it at least to see if it works. In any case, if you install things like Slide (a Jakarta DMS/CMS

RE: Jan West/US/AM/TSA is out of the office.

2003-08-18 Thread Stuart MacPherson
This will happen 50 times a day until 26th august... Ahh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 18 August 2003 11:47 To: Tomcat Users List Subject: Jan West/US/AM/TSA is out of the office. I will be

RE: urgent

2003-08-14 Thread Stuart MacPherson
Post the error dude -Original Message- From: shaman jain [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 13:41 To: [EMAIL PROTECTED] Subject: urgent hi there, i had made a bean(URLBean ) which is used to connect to database and another jar file--tds-- which act as a bridge but i am not

RE: [OT] how to pronounce Apache ?

2003-08-11 Thread Stuart MacPherson
Ah-patch-ee? -Original Message- From: Eugene Lee [mailto:[EMAIL PROTECTED] Sent: 11 August 2003 10:23 To: tomcat mail list Subject: Re: [OT] how to pronounce Apache ? On Mon, Aug 11, 2003 at 02:49:52PM +0530, Antony paul wrote: : : I would like to know how to pronoune Apache in US

RE: HELP!! TOMCAT and MYSQL

2003-08-03 Thread Stuart MacPherson
Split the user and pass off of the URL, and into separate properties... stu -Original Message- From: engp0510 [mailto:[EMAIL PROTECTED] Sent: 03 August 2003 11:40 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Emmanuel G. Dialynas Subject: Re: HELP!! TOMCAT and MYSQL Thanks very much! Y, I

RE: JDBCRealm

2003-08-01 Thread Stuart MacPherson
You don't have a 'roles' table in your database. 'User_roles' is a link entity between 'user' and 'roles'... In this tables you should specify all possible roles. Check the unofficial FAQ, or the apache site. -Original Message- From: Gregg Bolinger [mailto:[EMAIL PROTECTED] Sent: 01

RE: Problem finding class files from Web-inf/classes

2003-07-31 Thread Stuart MacPherson
Should be automatic. Try common/classes -Original Message- From: N.B.Bopanna [mailto:[EMAIL PROTECTED] Sent: 31 July 2003 12:27 To: [EMAIL PROTECTED] Subject: Problem finding class files from Web-inf/classes hi all, I am using Tomacat4.1.24. My application cannot find unpackaged class

RE: Apache Linux question

2003-07-29 Thread Stuart MacPherson
I don't know a huge amount about Linux (so why am I replying?! ;o)) but I have been messing with Slackware, which I have found is so configurable (NOT the best distro to start out on, with hindsight!) that you can reduce the footprint right down... well here are the min req's: 386 processor 16MB

RE: tomcat5.0

2003-07-29 Thread Stuart MacPherson
You need to create a web-app for the example(s)... ROOT is technically a web-app (I think), so instead of putting it in ROOT, put the base folder for your webapp NEXT to ROOT i.e. in the CATALINA_HOME/webapps folder. You will also need to create a deployment descriptor and a context for your

problem in Tomcat with Slide

2003-07-24 Thread Stuart MacPherson
Upon trying to log in to slide-admin web-app, I was amazingly able to reach the admin 'front-page' which would suggest that my problem is nothing to do with authentication...? Upon clicking on user or lock management, I received the same 500-error in the browser but also a more helpful stack

problem in Tomcat with Slide

2003-07-23 Thread Stuart MacPherson
Hi I am running tomcat 4.1.24 and Slide 1.0.16 on WinXP... I have configured a JDBCStore in mySQL and I am also using the JDBCRealm for authentication as SlideRealm would not accept logins even though tomcat-users.xml and Domain.xml BOTH had the correct user listingÂ… When I try to authenticate

Cannot authenticate in Tomcat

2003-07-21 Thread Stuart MacPherson
I am running Tomcat 4.1.24 and Slide 1.0.16 and I have a problem (that I originally thought was isolated to Slide) where I can no longer authenticate any user. When I try to login to Tomcat admin webapp as 'admin' I am refused stating Invalid username and password. this occurs with all of my