RE: Full Package Names??

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

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
Do you really have: import com.fgic.Utility.* Utility util = new Utility(); If so, I don't think that import is doing what you hope for. I think: import com.fgic.Utility; would work better. Larry -Original Message- From: Boemio, Neil (GEI, FGI) [mailto:[EMAIL PROTECTED]

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