TOMCAT, IIS 5 SSL - direction please.

2002-04-15 Thread Ernst Bekker
If anyone on the list would be so kind as to direct me to the document/url where I can get a clue as to how I should go about using ssl with both IIS and Tomcat on the same machine without requiring client requests to go directly to non-default port. Thanks in advance Regards, Ernst Bekker

NEWBIE: Passing object from Servlet to JSP with session?

2002-03-20 Thread Ernst Bekker
disp = getServletContext().getRequestDispatcher(addy); disp.forward(req, res); } JSP: jsp:useBean id=sessionvars class= MyClass scope=session / Any direction would be greatly appreciated TIA Ernst Bekker

RE: NEWBIE: Passing object from Servlet to JSP with session?

2002-03-20 Thread Ernst Bekker
Bean should have one constractor without papameters. It does have that. Besides if you setup new directory (the place where you made it is for new application) The Context is set up. What am I still missing? Ernst Bekker wrote: Hi, I am running TomCat 4, and am attempting to forward

RE: Tomact + apache + warp (mod_webapp) + SSL

2002-03-20 Thread Ernst Bekker
Similar problem here, if all the content comes from Tomcat it works fine. Servlet html that referenced image urls on apache caused apache to die. -- Hi. I have the same problem as you. Tomcat4.0 and mod_webapp with SSL it seems to be a taboo topic. There isn't any information.

RE: NEWBIE: Passing object from Servlet to JSP with session?

2002-03-20 Thread Ernst Bekker
= mysubdir.MyClass % before jsp:useBean... assuming that MyClass is in newdir/WEB-INF/classes/mysubdir. Ernst Bekker wrote: Bean should have one constractor without papameters. It does have that. Besides if you setup new directory (the place where you made it is for new application) The Context is set up