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

Configuring HTTPServer to WAS5.0

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
i am new to websphere environment.
i am using websphere5.0 app server in windows nt4.0 sp6.
i installed websphere app sever as a service in operating system... and i started that service using:
startServer server1.
it started fine...
but when i give the url in as "http://localhost:9080/", its saying that page cannot be displayed...
i checked the post whether its listening or not using "netstat" command, its listening...
i hope in some web.xml/application.xml i need to give the default directory, which i could'nt able to find.
cud anyone help me in this regard to run a hello.jsp...
i tried by putting the welcome.jsp in the location "E:\WebSphere\AppServer\installedApps\sgit1325qltl\DefaultApplication.ear\DefaultWebApplication.war" but not able to c it in browser...
thank you
srinivas
[ December 02, 2003: Message edited by: srinivas marri ]
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please read the infoCenter tutorial about using WebSphere, or download and read any or all of the WebSphere 5.0 administration redbooks from the IBM redbook site. WebSphere does not have a "default directory". It is not TomCat. You must install applications into WebSphere in the form of fully built EAR files (which can be built using the application assembly tool) with the WebSphere administrative console.
There is nothing at http://localhost:9080. You must provide a context root for some application such as http://localhost:9080/WSSamples to access an application such as the Samples application.
Kyle
 
srinivas marri
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you
i got this..
actually my application contains some static files which we decided to put in ibm http server and the jsp/servlet files in websphere application server.
the problem is how to provide the communication between these to servers manually...if i give a filename in my html, which sits in WAS where i am giving its real path, then my html file sitting in webserver should locate that location in WAS, how it can be done?
 
Kyle Brown
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe this article will help.
Kyle
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic