| Author |
WebLogic Questions
|
jignesh soni
Ranch Hand
Joined: Dec 10, 2007
Posts: 147
|
|
How is weblogic different from Tomcat. Tomcat is using Apache as a webserver, which webserver is used with Weblogic ? Is webloic compatible for ASP and JSP both ? Thanks
|
 |
Misha Ver
Ranch Hand
Joined: Mar 03, 2008
Posts: 470
|
|
|
You should start from something like http://en.wikipedia.org/wiki/Comparison_of_web_servers By the way Apache Tomcat may use IIS as web server.
|
 |
Andrea Gazzarini
Ranch Hand
Joined: Sep 09, 2002
Posts: 125
|
|
WebLogic is using its own Web Server? ASP & JSP are two different technologies...I think there's no one web server which is able to support both of them... ASP application is supposed to run into Microsoft IIS, while JSP needs basically a servlet engine so you can use it on Tomcat, WebSphere, Weblogic, JBoss, etc... Anyway, the answer to your second question is no...Weblogic (as JEE container) supports "only" Java Server Pages... Regards,
|
Regards,<br />Andrea<br /> <br /><a href="http://www.linkedin.com/in/andreagazzarini" target="_blank" rel="nofollow">Andrea Gazzarini</a><br />Skype ID : gazzax72<br />Google Talk ID : a.gazzarini@gmail.com<br /><a href="http://www.andreagazzarini.blogspot.com" target="_blank" rel="nofollow">My Blog</a>
|
 |
 |
|
|
subject: WebLogic Questions
|
|
|