• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

WebLogic Capabilities

 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai all,

I am new to weblogic...Prevviously i have worked in apache Tomcat only.....

Tomcat supports a maximum of only 15 concurrent users( i did a project in jsp with tomcat ...... a online test supports at a time only 15 students)

i heard that weblogic is a application server (what is the advantage that it is an application server)
if i use web logic for the same project(online test) how many users will it support..


Please if my questions look vague because i am vague on the topic of weblogic
 
Ranch Hand
Posts: 225
Spring Notepad Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Please go through the following website:

http://en.wikipedia.org/wiki/Oracle_WebLogic_Server


---------
Regards

Baseet Ahmed
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How did you come up with the value 15 ? I am sure tomcat can scale well beyond 15 users.

Weblogic is an enterprise server that can support JMS, EJB, mail sessions, JNDI, data sources etc etc while tomcat is simply a web container
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Deepak Bala wrote:How did you come up with the value 15 ? I am sure tomcat can scale well beyond 15 users.



I concur. Were you perhaps using Windows XP? It has a limit on concurrent connections.
 
We must storm this mad man's lab and destroy his villanous bomb! Are you with me tiny ad?
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic