Hi,
1. We are in the process of deploying our application on IBM Websphere 5.0 with IIS set up, which is installed on a remote machine. Is there any way to ensure that, plug-in is
configured for IIS properly?
2. We tried giving the URL as & it works fine. This means embedded HTTP server is working fine.
3. We tried giving the URL as & it is giving "Page not found" error. This means IIS is not working fine. But we can see IIS service ON, listening on port 80. What may be the reason?
4. We have created a war & deployed it. In this war, just for testing purpose, we have created one servlet that does not access DB & another servlet, that accesses DB. The servlet without DB related stuff is working fine & the one with DB related tasks is not working fine. We have created the appropriate data source. What does this imply?
Please give us some hints.
Thanking you in advance,
Beena Bhat
1. We are in the process of deploying our application on IBM Websphere 5.0 with IIS set up, which is installed on a remote machine. Is there any way to ensure that, plug-in is
configured for IIS properly?
2. We tried giving the URL as & it works fine. This means embedded HTTP server is working fine.
3. We tried giving the URL as & it is giving "Page not found" error. This means IIS is not working fine. But we can see IIS service ON, listening on port 80. What may be the reason?
4. We have created a war & deployed it. In this war, just for testing purpose, we have created one servlet that does not access DB & another servlet, that accesses DB. The servlet without DB related stuff is working fine & the one with DB related tasks is not working fine. We have created the appropriate data source. What does this imply?
Please give us some hints.
Thanking you in advance,
Beena Bhat