• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Which weblogic server will help me for my preparation

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all I am familiar with weblogic7.0 and I am preparing for scwcd1.5 and weblogic7.0 is j2ee1.3 complaint ,Can anyone please tell me which version of weblogic is j2ee1.5 complaint .

I have downloaded weblogic10.0 installer and loaded in the system . I started the server and the server command prompt showed server running , In the browser when I typed http://localhost:7001

It gave 404 error code , when I typed http://localhost:7001/console

I was able to see the server console.

so please help me regarding choosing the right server
Thanks a lot
 
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

Originally posted by Dilip Mallik:
. . .In the browser when I typed http://localhost:7001

It gave 404 error code , when I typed http://localhost:7001/console



This sounds like WLS 10 is running fine. Unless you install a web application to the root context there's nothing to show so you'll get a 404. If the server wasn't working you'd get a connection error.

As for the version of J2EE it supports, see the documentation.
[ September 26, 2008: Message edited by: Joe Ess ]
 
Dilip Mallik
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Joe for your Reply but what I wanted to know that if my weblogic10.0 is running properly or not as in weblogic7.0 when we type http://localhost:7001

in the browser we can see the home page of bea . so we can conclude that the server is running properly but in weblogic10.0 how do we test that ?
 
Joe Ess
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
Deploy an application to the root context. Or any context, really.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic