RE: Full Package Names??

2003-09-30 Thread Jose Carlos Garcia
Return Receipt Your RE: Full Package Names?? document

Full Package Names??

2003-09-29 Thread Boemio, Neil (GEI, FGI)
I'm just starting to use Tomcat (4.1.27) and I'm trying to get my existing app to work. It worked fine with JRun, but it seems that Tomcat requires that I specify the full package name for a class whenever I use it?? Is this true? For example, I get, cannot resolve symbol for the following:

RE: Full Package Names??

2003-09-29 Thread Shapira, Yoav
Howdy, I'm just starting to use Tomcat (4.1.27) and I'm trying to get my existing app to work. It worked fine with JRun, but it seems that Tomcat requires that I specify the full package name for a class whenever I use it?? Is this true? No, tomcat does not required that. Tomcat follows the

RE: Full Package Names??

2003-09-29 Thread Larry Isaacs
] Sent: Monday, September 29, 2003 12:16 PM To: [EMAIL PROTECTED] Subject: Full Package Names?? I'm just starting to use Tomcat (4.1.27) and I'm trying to get my existing app to work. It worked fine with JRun, but it seems that Tomcat requires that I specify the full package name

RE: Full Package Names??

2003-09-29 Thread Boemio, Neil (GEI, FGI)
No, the semicolon was missing just in the e-mail. -Original Message- From: Larry Isaacs [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 4:36 PM To: Tomcat Users List Subject: RE: Full Package Names?? Do you really have: import com.fgic.Utility.* Utility util = new

RE: Full Package Names??

2003-09-29 Thread Boemio, Neil (GEI, FGI)
classes? Is this supposed to work? Thanks, Neil -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 4:22 PM To: Tomcat Users List Subject: RE: Full Package Names?? Howdy, I'm just starting to use Tomcat (4.1.27) and I'm trying to get my