eclipse-wtp

Cannot engage module rampart, not sending security details

Hi all, I'm using eclipse with WTP plugin for creating a client to call secure web service. I have used web service client wizard to generate the client and now I want to configure apache rampart in the eclipse project to call the service protected with username token the error is "can not engage module rampart". -------- update ----...

Eclipse WTP: Glassfish does not include WEB-INF/lib in classpath

Hi there, I started a new dynamic web project in eclipse helios. I integrated glassfish into eclipse and it works fine so far. Except one thing: I place my libraries (jdbc, log4j etc.) in WEB-INF/lib. Eclipse deploys that files correctly to glassfish, but glassfish does not include that directory in its classpath, so my app won't run (b...