RE: Please help me on a question about TOMCAT OR APACHE + TOMCAT

2002-04-10 Thread Nicholson, Dale
Try something like this: select a.fieldname1, b.fieldname1 from table1 a, table2 b Where you put the a after the first table name and the b after the second table name. Then you refer to the fieldnames with those letters first so sql knows which table to look in for that field. Dale

Running test applications in tomcat 4.0

2002-02-25 Thread Nicholson, Dale
Help please! I've seen similar issues on this list but not the answers. Can anyone tell me why I get the unable to connect to remote host errors? I thought that possibly my CATALINA_HOME was not set correctly since I could not cd $CATALINA_HOME but the startup script says it is using the

RE: reloading classes - rephrase

2002-02-20 Thread Nicholson, Dale
touch is a unix/linux command that only updates the time stamp on a file or creates a new 0 byte file if the name given does not exist. Syntax: touch filename So to touch the web.xml file you would go to the directory where it's located and type: touch web.xml This is meant to trick the