Hi
all,
System config:
Solaris, Apache1.3.6.+Jserv compiled
in.
Here is my problem:
At our company one web site was made using .shtml
files
including exec commands that started Java
classes like this:
<!--#exec
cmd="/usr/local/apache/executables/baners"-->
where the baners file looks like
this:
java BannerSelector
I want to advise to move the whole project to jhtml
files, using the
SERVLET tag instead of exec.
My opinion is that it would be much faster with
jhtml, becuase
servlets are run in the same VM, it is not needed a
separate one
for each process and servlets are in memory all the
time (until they are not
destroyed).
Can someboy confirm or deny my
thoughts?
Thank You very much.
Best wishes,
Andras.
|