Page 1 of 1
why rule wizard module isn't hosted by tomcat?
Posted: Tue Feb 17, 2009 7:33 pm
by hvle
I'm just curious why rule wizard requires apache httpd instead of tomcat like every other web interfaces?
Posted: Wed Feb 18, 2009 12:42 am
by Valerion
Because it's a simple CGI interface that doesn't much, really. Apache is much better at serving that type of content.
Posted: Wed Feb 18, 2009 6:33 pm
by hvle
Gotcha, thanks