Problems with jars or else.

2008-01-23 Thread [EMAIL PROTECTED]
Hi all, I've build a Web Service that should reload me Axis due to an Ant project file, the service calls Main.main() (included on ant library) with the arguments -f C:\\anthome\\axis.xml reload, the target. When I call the service by the Client the st_out log file says to me that the file

Re: Problems with jars or else.

2008-01-23 Thread David Delbecq
Don't put your jars at duplicate locations (shared/lib and webapp/WEB-INF/lib) it should be enought to put the in your WEB-INF/lib folder. [EMAIL PROTECTED] a écrit : Hi all, I've build a Web Service that should reload me Axis due to an Ant project file, the service calls Main.main()