Anybody know how to start a Java application on Apache web server ?
I am trying to install a search engine using LEXST-SEA, because I suppose our search engine would be very huge scaled in the future.
the system supplys a web server(TOMCAT) pre-bound to the java application.
My problem is We don't want use its Tomcat, we want to use Apache. How can I start the java application in apache ?
(the search engine software is here http://www.lexst.com)
thank you
windwasher