Loading custom classes doesn't work

2004-05-09 Thread disposablehero3000-jakarta
Greetings, I'm trying to compile a very simple example of a custom JavaBeans class to be used on a JSP page; The class compiles correctly and goes to my web application classes directory (webapps/example/WEB-INF/classes). Here is the bean code (very simple): /* * UserBean.java * * Created on

RE: Loading custom classes doesn't work

2004-05-09 Thread Mark Thomas
You must put your custom class inside a package. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, May 09, 2004 8:21 AM To: [EMAIL PROTECTED] Subject: Loading custom classes doesn't work Greetings, I'm trying to compile a very simple

RE: Loading custom classes doesn't work

2004-05-09 Thread disposablehero3000-jakarta
Hello Mark, Yup, tried that and now it works. Thanks, JV. --- Mark Thomas [EMAIL PROTECTED] wrote: You must put your custom class inside a package. Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, May 09, 2004 8:21 AM To:

Tag output only on page bottom in v. 4+

2004-05-09 Thread Jim Ewert
.jsp jsptags.com pagination tags could display on top bottom of page in v. 3.x. I call a Java executable to display the content. It will work if the call is replaced with the data. Tks for any info. ___ Join Excite! - http://www.excite.com The

Cannot access certian jar files in common/lib

2004-05-09 Thread Parsons Technical Services
TAO Linux (Redhat clone) Tomcat 5.0.19 JDK 1.4.2 I have a problem that bugging me to death. I have 4 applications that are loaded along with some static files in ROOT. In each of my applications I use a globalresource to do database connections. The jar is in common/lib. I also use iText in

RE: Tomcat 5 JK2 and IIS 5

2004-05-09 Thread Shane Linley
Well to tell the complete truth, at my site here we used this open source JK2 IIS installer to do all the nitty gritty for us! http://www.shiftomat.com/opensource/ It doesn't use the latest version of JK2, but I don't see why a simple dll upgrade shouldn't fix that :) This is the easiest way

RE: JNDIRealm strangeness

2004-05-09 Thread Shane Linley
Hi, What happens on failed connections IS driver specific, but it should NOT BY DEFAULT switch to using a non SSL connection, for the sake of security if nothing else. The connection should tried to be established, if it fails then it should send back the appropriate naming exception. That said

Re: Tomcat 5 JK2 and IIS 5

2004-05-09 Thread Raymond Blum
Thanks, I will try it, The install2iis,.js that Jakarta puts out bombs trying to find the web server root dir. ---Raymond On May 9, 2004, at 7:48 PM, Shane Linley wrote: Well to tell the complete truth, at my site here we used this open source JK2 IIS installer to do all the nitty gritty for

Re: JNDIRealm strangeness

2004-05-09 Thread Chong Yu Meng
Hi Shane ! Thanks for your help! After experimenting over the weekend, I think that this is probably a bug in the Tomcat code. I checked and corrected some problems in my OpenLDAP setup, and verified that SSL/TLS connections can be made successfully to it using ldapsearch. When I tried

[ANN] Apache Tomcat 5.0.24 Stable released

2004-05-09 Thread Remy Maucherat
The Tomcat Team announces the immediate availability of Apache Tomcat 5.0.24 Stable. Please refer to the changelog for the list of changes. Downloads: Binaries: http://jakarta.apache.org/site/binindex.cgi Sources: http://jakarta.apache.org/site/sourceindex.cgi The Apache Tomcat Team