aspose file tools
The moose likes BEA/Weblogic and the fly likes WebLogic  Questions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "WebLogic  Questions" Watch "WebLogic  Questions" New topic
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>
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: WebLogic Questions
 
Similar Threads
Is Tomcat an app server.
Diff Btwn Webserver and Application server
tomcat in real environment
how to seperate weblogic?
Is there socket_keepalive equivalent in Weblogic?