• 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

Installing a Application on Websphere with IHS

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All

I have used a stand alone WAS 7.0 server with a IBM HTTP web server on IBMi server.
And I have also installed the web server plug-in.
WAS administrative console , I can see. The webserver is up & running.
WAS is running on port 10207 and WebServer is running on port 80.

I have a servlet application installed in WAS which I can access from bellow URL

I need to redirect the above application thru web Server like this


What I did was, In the WAS administrative console,



Then I’m back to the “Enterprise Applications” section but now my application status is UNKNOWN
I can generate & propagate the plug-in but application is down and other applications are not redirecting thru webserver.
Anybody seen this before?

Thanks
Dhanu

PS:

In the Enterprise Applications > FirstSV > Deployment Descriptor
I can see all are correct

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic