Creating Busy Page while Tomcat is processing

2006-05-24 Thread Calvin Deiterich
In my ongoing project to create a PDF phone list I know find it necessary to create a busy page while tomcat is processing the data. I am using servlets and java code to do all the work. Any ideas on if or how I should proceed. Thanks Calvin

Re: Creating Busy Page while Tomcat is processing

2006-05-24 Thread Calvin Deiterich
This is (exactly) what you need: http://itextdocs.lowagie.com/tutorial/general/webapp/#timeout Googling might help sometimes :) Edgar On 5/24/06, Calvin Deiterich [EMAIL PROTECTED] wrote: In my ongoing project to create a PDF phone list I know find it necessary to create a busy page while tomcat

Re: stop and start an application

2006-05-19 Thread Calvin Deiterich
This seems to be similar to a post that got started under another thread. I have included the info below. What I have found so far is that the complete tree does not get transfered to the Tomcat webapps folder from the .war. I have to do some testing to see if I can come up with exactly what it

Re: update jar file does not work immediately

2006-05-18 Thread Calvin Deiterich
Tony, I have the same problem. Eclipse 3.1 WTP install. I ended up shutting down tomcat and deleting the .war and the folder, then saving the new .war file and start the tomcat up again. I also publish to another tomcat server and still have to do the same thing. On both machines I am running

Re: Displaying Photos stored in Oracle in HTML generated by servlet

2006-05-17 Thread Calvin Deiterich
Rhino, That for getting back to me. I am coding with Java 1.5(or whatever they call the latest version). I have all the framework done and can create the table without the images. I would prefer not to have to write the image to the file system since there could be many photos being displayed

Re: Displaying Photos stored in Oracle in HTML generated byservlet

2006-05-17 Thread Calvin Deiterich
Rhino, I'm on 1.5 also, just too early for 1.6. I was really looking to not have to re-invent the wheel with this program. I figured that with all the catalog web pages out there, someone must be storing images in their database and displaying them in HTML. Guess I was wrong ;-( I have the images

Determining file locations in tomcat

2006-05-15 Thread Calvin Deiterich
I need to place a file(.xsl) in with a tomcat servlet application and I do not want to hard-code the path into the java code. I want the file to be in the \webapps\projectname\WebContent\xml\xslt\ path. What is the best way to handle this. Thanks Calvin -- http://mywebpages.comcast.net/tnczoo/