Session listener redirect

2001-03-06 Thread Ron Quartel
appreciated. Code shown below. Ron Quartel. import java.util.*; import javax.servlet.*; import javax.servlet.http.*; public class SessionListener implements HttpSessionListener{ public SessionListener() { } public void sessionCreated(HttpSessionEvent hse

RE: Orion web server vs. apache or IIS

2001-01-30 Thread Ron Quartel
Stefan, you can have your jsp and html files in the same layout as an asp application. If you are going to use servlets however, they will need to go into the WEB-INF/classes folder. I don't know of any functionality missing from the Orion application server over Apache or IIS. IIS provides