• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

please help me!!!

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
i am new to websphere4.0. i deployed the simple session ejb into the server given by the ibm.
the example url is http://www-3.ibm.com/software/webservers/appserv/doc/v40/ae/infocenter/was/060701_basic_assembly.html.
i deployed in the J2EE application into the server sucessfully. but when i try to run this client, i am getting error, which is page not found error. the client url is http://hostname:9080/gettingstarted3/SimpleSession?msg=Hi. i followed step by step procedure givien by ibm.
i think the service is not running in this port. but the server is running. even i am able to get the admin console.
after installing, to handle the web request should i configure any setting...
waiting for response.
thanks in advance..
regards
seenu
in admin console
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


http://hostname:9080/gettingstarted3/SimpleSession?msg=Hi.


The URL must be
http://localhost:9080/gettingstarted3/SimpleSession?msg=Hi.
Please check this up
 
Rahul Mahindrakar
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One more thing
Your name is invalid as per the Naming Conventions here at javaranch. Please re-register with a valid name. Please refer to the document over here www.javaranch.com\name.jsp
Also
By making the title "please help me!!!" will not help. You need to have a specific title so that fellow ranchers can have an idea to your problem
Thanks
 
Seenu Reddy
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Rahul,
i tried the url given by u before it self. but i typed wrong in the forum. i tryed this url..http://localhost:9080/gettingstarted3/SimpleSession?msg=Hi
i got answer with thin client(stand alone app.), but not through web.
i am using websphere4.0 advanced single server.
thanks in advance...
regards,
seenu
reply
    Bookmark Topic Watch Topic
  • New Topic