RE: Poolman under Tomcat 4

2001-08-08 Thread Alan Inser
Hi Ted, In my Tomcat 3 configuration, I put poolman.xml in the WEB-INF folder. Then you have to add this folder's path in the classpath, see my classpath from Tomcat.bat: set CP=%CP%;D:\Projects\MyApp\Source\webapps\regbl\WEB-INF;D:\DevTools\JTA\jta.j ar;D:\DevTools\JavaLibs\classes12.jar;D:\Dev

RE: disconnect

2001-07-17 Thread Alan Inser
Hello,   With our application I use frames and the main frameset uses the event onUnload.   This event is called when the user does the following to close the browser (for Internet Explorer and Netscape):   ALT-F4 (on Windows), or menu File | Close/Exit, or double-click on the system me

RE: Homesite tags

2001-07-15 Thread Alan Inser
Do you mean there is a add-on file to use with Homesite that would ease development of Struts JSP files? Where could I find it? I'm using Homesite 4.5.2. Thanks. Adriano -Original Message- From: Jann VanOver [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 11:12 PM To: '[EMAIL PRO

RE: How to use ? - please help

2001-07-06 Thread Alan Inser
ft=500,top=380,scrollbars=yes"); if the user has cookies activated no sessionid is added to the url. it is stored in a cookie. norman -Original Message- From: Adriano Labate [mailto:[EMAIL PROTECTED]]On Behalf Of Alan Inser Sent: Friday, July 06, 2001 12:10 PM To: '[EMAIL PROTECTED

RE: How to use ? - please help

2001-07-06 Thread Alan Inser
ow.open("", "WindowName", "resizable=no,scrollbars=no,width=300,height=300"; you just can assign the rewrite value to a javascript variable like this: myPath = ""; hope this helps, norman -Ursprüngliche Nachricht- Von: Adriano Labate [mailto:[EMAIL PR

How to use ? - please help

2001-07-06 Thread Alan Inser
--Original Message----- From: Alan Inser [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 4:17 PM To: Struts Users (E-mail) Subject: Lookup window: session lost ! Hi, In my app I open a popup window when the user want to see a list of codes associated with its current attribute field, i.e "

Lookup window: session lost !

2001-07-05 Thread Alan Inser
Hi, In my app I open a popup window when the user want to see a list of codes associated with its current attribute field, i.e "zipcode - city" will display a list of zipcodes and cities. Debugging the action class that will display the popup window's content, I noted that I have lost my session

Error: "cannot load servlet name"

2001-06-29 Thread Alan Inser
Hello, Like the struts-exemple with the 'database' servlet, I initialize a servlet that will load a list of codes and then place it in the servlet context. When I run Tomcat, I receive the following error: ... 2001-06-29 01:12:19 - Ctx( /regbl ): Loading 1 codes cannot load servlet name: codes

RE: GenericDataSource Reconnection

2001-05-03 Thread Alan Inser
Andre, Though PoolMan is now version 2.0.1, your code could be interesting. If you find it again, thanks to put it on this list or send it directly to me at [EMAIL PROTECTED] On the other hand, I do not understand why you had to stuck the poolman instance in the init method, maybe it was related

RE: GenericDataSource Reconnection

2001-05-02 Thread Alan Inser
Hi, >The difficulty is to find a pretty efficient SQL statement which you want to >execute each time before returning a connection. > --- Matthias As it was already suggested in this forum, the query "select dummy from dual" could work well for a Oracle database. For other databases there would