German, I am puzzled if you had a chance to read my posting. Let me repeat one more time, Apache HTTP Server (commonly known as Web Server) CANNOT run JSP. Second, Tomcat (stands for Application Server, servlet container) can run JSP and has built-in HTTP server. Thus, you don't need Apache technically to use Tomcat. Obviously you may need it, if you would like to scale and run HTML pages on the Web Server and JSP/servlets on the Application Server. Peter.
>Hello Sonja, > >As I remember, Apache can serve ASP ans JSP pages. For JSP you will >need Tomcat which plugs into Apache, and for an ASP there is another >module :-) > >But, if you want to run 2 web servers on one machine you need to >improvise. By default browsers connect to 80 port of a computer, and >that port can be used only by one server. So you will need to >configure IIS(or apache) to use different port, 81 for example. Then >you should use Rewrite module of Apache to detect request for ASP files and >redirect them to yourip:81 where request will be handled by IIS. > >Never done that, so can't help you with more concrete actions, but theoretically >it can be done. > >Wednesday, August 14, 2002, 2:03:49 PM, you wrote: > >VDWS> Hi guys, > >VDWS> I've got apache for windows that I would like to play with it. Can I run >VDWS> IIS5 and Apache on the same box at the same time? If someone calls an asp >VDWS> page iis handles it and if someone handles jsp pages apache handles it. is >VDWS> that possible? > >VDWS> Sonja >VDWS> ps. please excuse if it comes throught 2 or something, our mail is not very >VDWS> reliable in phases.... > >-- >Best regards, > German � � � � � � � � � � � � � �mailto:[EMAIL PROTECTED] > ICQ:48533867 > > > >____ � The WDVL Discussion List from WDVL.COM � ____ >To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] > � � � Send Your Posts To: [EMAIL PROTECTED] >To change subscription settings to the wdvltalk digest version: > � �http://wdvl.internet.com/WDVL/Forum/#sub > >________________ �http://www.wdvl.com �_______________________ > >You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] >To unsubscribe send a blank email to %%email.unsub%% > __________________________________________________________________ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/ Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/ ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
