I wonder how to setup an invoker that loads servlets in the WEB-INF/classes
directory.
The webroot is set to <server>/autoo/. The root contains a index.html, which
refreshes itself to a servlet, calling
autoo/servlet/autoo.frontweb.main.Index
( <META HTTP-EQUIV="refresh"
CONTENT="0;URL=servlet/autoo.frontweb.main.Index"> )
The question is how to make orion search the classes directory and how to
make it autoinvoke a servlet. I know IBM has such a feature for there WAS.
And how do you set up those databaseconnections to a DB2 database? I just
can't get it to work.
regards
Johan Fredriksson