automatic apache + tomcat installation  
Author Message
michael.nesslinger





PostPosted: 2004-8-9 21:06:00 Top

java-programmer, automatic apache + tomcat installation Hi,

i hope someone can help me with my problem concerning the installation
of apache + tomcat:

i need to set up an installation of apache + tomcat under Windows by
script (unattended).

Any idea?

Thanks for Help in advance.

Michael
 
John Fereira





PostPosted: 2004-8-11 6:18:00 Top

java-programmer >> automatic apache + tomcat installation email***@***.com (Michael Ne遧inger) wrote in
news:email***@***.com:

> Hi,
>
> i hope someone can help me with my problem concerning the installation
> of apache + tomcat:
>
> i need to set up an installation of apache + tomcat under Windows by
> script (unattended).
>
> Any idea?

I'm not sure what this has to do with java but your best bet would be to
configure an apache+tomcat instance (do a web search with apache tomcat and
modjk as keywords) then create a self extracting archive of the directory
structure. You could also use "Ant" and a build file with targets to copy
everything into place (even to remote hosts). I've seen a couple of
projects which do this and they even have rules for starting tomcat.