RE: No data from Oracle

2003-01-14 Thread Greg Waehner
This could be an Oracle 8.1.7 naming configuration. What machine types are you using? If TOAD is running on the same machine that Tomcat is running, then you must be doing WinTel. I would recommend, 1. Check the /etc/hosts (*nix) or c:\winnt\system32\drivers\etc\hosts (wintel) on myhost-Server.

RE: Re[2]: REPOST: Document.importNode not working-works fine in modified JSDK2.1

2002-07-30 Thread Greg Waehner
) GW I think the long and short of it will be that you need to add the org.w3c.dom and org.xml.sax packages to the $TOMCAT_HOME/server/lib/ or to your $PROJECT/WEB-INF/lib/ GW [Greg Waehner] -Original Message- GW From: Chua Eng Huang, Cecil [mailto:[EMAIL PROTECTED]] GW Sent: Monday

RE: REPOST: Document.importNode not working-works fine in modified JSDK2.1

2002-07-29 Thread Greg Waehner
Title: Document.importNode not working-works fine in modified JSDK2.1  Cecil - According to the the code, you haven't declared "temp2". If the code compiles, then you've declared it elsewhere, but not included it here. I would start by seeing what you've declared "temp2" as, and then see if

RE: REPOST: Document.importNode not working-works fine in modified JSDK2.1

2002-07-29 Thread Greg Waehner
u need to add the "org.w3c.dom" and "org.xml.sax" packages to the $TOMCAT_HOME/server/lib/ or to your $PROJECT/WEB-INF/lib/ [Greg Waehner]-Original Message-From: Chua Eng Huang, Cecil [mailto:[EMAIL PROTECTED]]Sent: Monday, July 29, 2002 9:02 AMTo: Tomcat Users ListSubject: RE: R

RE: passing environment variables to Tomcat

2002-07-29 Thread Greg Waehner
Yes. There are three ways. 1. JAVA_OPTS you can set your JAVA_OPTS env. variable. The startup includes this. This works, but is a little wierd since you're not really passing Java optional startup parameteres. 2. You ~could~ use the web.xml file within your webapp, but then you have to