| Author |
Tomcat caching wsdl
|
ratna sargurp
Ranch Hand
Joined: Jan 12, 2010
Posts: 32
|
|
Hi
I have tomcat 7 installed and noticed that even after deploying a new webapp, the WSDL is not getting refreshed in tomcat. It still keeps pointing to the old WSDL.
Any ideas on how to clear the tomcat cache?
Thanks in advance.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
|
Tomcat does not have a cache. The cache is in your web browser. However, in the case of web services, there are some files that may get generated by the web services code, depending on what web services library you are using.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
ratna sargurp
Ranch Hand
Joined: Jan 12, 2010
Posts: 32
|
|
|
So, how can I resolve this issue?
|
 |
 |
|
|
subject: Tomcat caching wsdl
|
|
|