I am trying to set up a Websphere/IHS configuration for testing a project in my development machine.
I have Websphere 7 (developer version) and IHS 7 installed on a Windows 7 machine. I can reach my application on Websphere 7 entering the URL http://[my-host]:9080/myapp and that's how I have been testing it so far. Now I need to expose my application through the IHS so I can reach it by entering the URL http://[my-host]/myapp.
I have gone through the proccess of 1)Stopping Web Server, 2)Generate Plug-in, 3)Distribute Plugin, 4)Start Web Server with different variables with no luck.
I know the plugin file (plugin-cfg.xml) is in C:\Program Files (x86)\IBM\HTTPServer\Plugins\config\[server-name]. The file actually includes myapp as Uri in the UriGroup.
I'm actually a Websphere and IHS newbie, so if you think I need to give more information or send actual files, please tell me and gladly help you help me.
Thanks in advance