I enter: java -cp %AXISCLASSPATH% org.apache.axis.wsdl.WSDL2Java -s -d application -o c:\tools\test c:\tools\test.wsdl
quite straightforward, I guess... -----Ursprüngliche Nachricht----- Von: Enric Jaen [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 21. Oktober 2004 18:04 An: [EMAIL PROTECTED] Betreff: Re: AW: Log4j - Problems Can u plz post the command you try to run? Also, use -Dlog4j.debug to see in the stdout detailed info about your log4j configuration. You should see sthing like this (but not exactly the same): log4j: Using URL [file:log4j.properties] for automatic log4j configuration. log4j: Reading configuration from URL file:log4j.properties log4j: Parsing for [root] with value=[INFO, CONSOLE]. log4j: Level token is [INFO]. log4j: Category root set to INFO log4j: Parsing appender named "CONSOLE". log4j: Parsing layout options for "CONSOLE". log4j: Setting property [conversionPattern] to [- %m%n]. log4j: End of parsing for "CONSOLE". log4j: Setting property [threshold] to [INFO]. log4j: Parsed "CONSOLE" options. log4j: Parsing for [org.apache.axis.TIME] with value=[stdout]. log4j: Level token is [stdout]. log4j: Category org.apache.axis.TIME set to DEBUG log4j: Handling log4j.additivity.org.apache.axis.TIME=[null] log4j: Finished configuring. If there is an error, it should appear there.. On Thu, 21 Oct 2004, Florian Theurich wrote: > Now I'm sort of confused: > > I've downloaded axis1.1 and resin3.0 > > C:\resin3.0 > C:\axis1.1 > > I copied the axis webapp to the webapps folder of resin3.0 as well as all > needed libs to the \lib folder > > My classpath however still points to c:\axis1.1\lib as it was suggested in > the manual > My log4j.properties is in the web-inf\classes of axis1.1! > > Is this where I am wrong? Do I need to put it in the web-inf\classes of the > resin? But the server is not even running, so where is the point?? > > > -----Ursprüngliche Nachricht----- > Von: karim [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 21. Oktober 2004 17:34 > An: [EMAIL PROTECTED] > Betreff: Re: AW: Log4j - Problems > > <>Try to put the log4j.properties file into WEB-INF/classes repository > and it'll works I think. > > > > > >