adrian bradley

Greenhorn
+ Follow
since Mar 22, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by adrian bradley

Hi thanks for the reply, how do i make sure wsldis accessibile and how would I restart the web service, i have restarterd apache tomcat a few times but to no avail, is there a different method needed to restart the services, i have tcpmon installed but i do not even know what port to look at and even how I could find this out, i have access to the server so if anyone can point me in the right directions that would be great
12 years ago
Our system is getting a connection timed out when calling a web service, can someone let me know the steps I should be taking to try and resolve the issue as i havent got a clue where to begin, i didnt develop the application but have to support it now, it was working fine up untill last week and it doesnt look like the application, codewise, has changed since

12 years ago
I am having trouble understanding the http response in my servlet. I am outputting html to screen but its not working in IE9, i looked at posts that had similar issues and they seem to suggest that the response content type should be set to html for the browser to interpret as html. So I have tried adding the setcontent line just before I stream the html as per below



However it seems that the getResponse() is null and I am getting a null pointer exception.

My question is how can I get this to be not null, is there a way of creating a new instance of this? There is no get or post methods in the servlet and not sure what the best way of getting my html to execute in IE9, all other browsers work fine.
13 years ago