Hi everyone
I' m going to explain the nature of my problem.
I have modified a webservice and I successfully build it into a war that I have deployed localy on my
tomcat 7.
I then chose to uncompress the war file with winzip to a set of directories and files:
index.jsp
WEB-INF
META-INF
with filezilla I ftped (or rather sftped) it to a HP UX machine running WebLogic (10.0.1.0).
I lock & edit the console
I install the new directory into a new application.
I activate changes
I start the application to service all requests.
and bang !
class: com.entreprise.application.ws.jaxws.Check could not be found
I checked in the directory
I looked at the logs to see if there's anything more:
I am pretty sure I did something wrong and pretty obvious but just can't find it !
Was it legit to explode the war with winzip ?
Thanks to anyone.
Franck