are you using log4j? I had problems with the commons-logging package of axis
in combination with log4j. I didn't see any log info in my logfiles anymore.

How did I solve this? I found that the classloader hierarchy gives problems
if u are using log4j and commons-logging.jar. I replaced commons-logging.jar
with commons-logging-api.jar and commons-logging-optional.jar and log4j was
working ok again. Hope this could be a solution.

Maarten




-----Oorspronkelijk bericht-----
Van: Dariusz Dwornikowski [mailto:[EMAIL PROTECTED] 
Verzonden: vrijdag 2 december 2005 15:47
Aan: users@tomcat.apache.org
Onderwerp: Web -service

Hi,
    (if is post to wrong maillist please tell me) I use: tomcat 5.5.12,
jdk1.5,axis 1.2

What i want to have :
    Working web-service wchich conects with UDDI4j to Juddi and additionally
with postgres-jdbc to postgres.

What i have:
    I have written completely working application of functionality like i
wrote. It works as a standalone app.

What is wrong:
    I wrote Web-Service class which gives simple functionality for adding
Businesses, Services and Users to UDDI and postgres.
    Unfortunatelly it does not completely work. I managed to check that when
i create objects in web service (these objects import uddi4j and jdbc)
    it crashes. I put logging into all classes, but it does not handle
exceptions. Moreover tomcat normally "catches" stderr and stdout of webapps,
so it should
    show some stacktraces, but unfortunatelly it does not.

My Q:
    how can i check what is going on, what are common practices ?






--
Dariusz 'tdi' Dwornikowski
mailto : [EMAIL PROTECTED]
gg: 2266034
JID : [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.10/190 - Release Date: 1-12-2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.10/190 - Release Date: 1-12-2005
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to