Re: Accessing a class file under WEB-INF/classes from JSP

2007-05-23 Thread Robert Soeding
ogramming stuff myself very long, that seems to be the consensus "best practices" approach, which is why I think Sun discontinued it. anw > -Original Message- > From: Robert Soeding [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 23, 2007 12:51 PM > To: Tomcat Users List

Re: Accessing a class file under WEB-INF/classes from JSP

2007-05-23 Thread Robert Soeding
Does <[EMAIL PROTECTED] import="YourClass"%> work? Rajiv M wrote: Seems like with JDK 1.4, Sun has enforced classes belonging to the default package from being imported in JSP. Is the only way to resolve the problem is to include classes under a package and then import the package in JSP? Or is

Re: [partly solved] WebApps not isolated

2007-05-23 Thread Robert Soeding
Running the same code from a JSP, the right property file will be used. Thus, I'll proceed with the PHP-Java-Bridge. Thanks, all, for your time and knowledge. Robert Soeding wrote: Thanks. This is a PHP web, PHP files being interpreted by a Servlet provided by PHP-Java-Bridge. PHP

Re: WebApps not isolated

2007-05-23 Thread Robert Soeding
ed by the expected WebappClassLoaders? Matthias -Original Message- From: Robert Soeding [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 2:37 PM To: users@tomcat.apache.org Subject: WebApps not isolated Hi, since this is my first posting in this mailing list, I would li

WebApps not isolated

2007-05-23 Thread Robert Soeding
Hi, since this is my first posting in this mailing list, I would like to thank you very much for providing and maintaining Tomcat. I'm using Tomcat 5.5.20 and .23, Sun Java 1.5.x, on Ubuntu 7.04. I've deployed two identical WebApps, webapp1 and webapp2, by letting Tomcat unpack two WAR files.