ing startup.
> --
> Len
>
>
> On 4/24/06, David Smith <[EMAIL PROTECTED]> wrote:
> > This question comes up every so often and the answer is always no. The
> > webapp load order cannot be relied upon. In your case, might I suggest
> > the database webapp be r
Hi there,
I'm currenttly using tomcat 5.x for running my webapps. Now I have the
following problem:
I'm using an database system which runs as webapplication inside tomcat.
Another webapplication needs the database connection for startup.
Everytime I restart tomcat the server doesn't get up, b
Hi,
I'm working on a web application using tomcal 5.x as servlet engine.
Now i have to use another java tool for generating some html files.
I would like to call the main method in my java code.
My question is now:
1.) am I allowed to call main methods or programms in my web applicatio?
2.)
Hi there,
I'm a developer new to web programming. I'm using tomcat 5.x to deploy my
applications.
Now I have an web application using an other application to generate some html
files and necessary folders.
I would like to use my web application to automatically create the files, so a
user kn