RE: Accessing objects with any servlets, where the object is alre ady pre-created

2003-10-30 Thread Dmitry Sklyut
How about Servlet Context, or Session? Context would be the most logical place for it. -Original Message- From: John Moore [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 10:32 AM To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Re: Accessing objects with any servlets,

RE: Tomcat Education

2003-07-28 Thread Dmitry Sklyut
Check this out. I haven't looked at it yet, but it looks good http://www.amazon.com/exec/obidos/tg/detail/-/0596003188/qid=1059405090/sr=8 -3/ref=sr_8_3/102-6148295-2460900?v=glances=booksn=507846 -Original Message- From: Reginald Oake [mailto:[EMAIL PROTECTED] Sent: Monday, July 28,

RE: Classpath Conundrum (2nd try)

2003-07-17 Thread Dmitry Sklyut
You can add setenv.bat/sh to you tomcat bin direcotry. catalina.bat/sh will do the following: rem Get standard environment variables if exist %CATALINA_HOME%\bin\setenv.bat call %CATALINA_HOME%\bin\setenv.bat # Get standard environment variables PRGDIR=`dirname $PRG` CATALINA_HOME=`cd

RE: Loading Different XML Parser

2003-06-06 Thread Dmitry Sklyut
JDOM is using JAXP to locate the parser. Use JAXP to change the parser that you use. Check out www.javasoft.com for more info on the JAXP. As a side note - JDOM is not a parser, it is an api to simplify access to the DOM model. Dmitry -Original Message- From: Brendle, Douglas A.

RE: book on EJB

2003-03-31 Thread Dmitry Sklyut
www.theserverside.com Download Ed Roman's book -Original Message- From: Chris Shen [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 6:20 PM To: [EMAIL PROTECTED] Subject: book on EJB i am an intermediate lvl jsp/servlet developer and would like to learn ejb. i am looking for a