• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JAX-WS giving errors when building on Tomcat

 
Ranch Hand
Posts: 31
1
Oracle Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to build a webservice using JAX-WS on tomcat 7. I am using Netbeans IDE for the same.

I have also tried this on TomcatEE 1.5 which supports J2EE API's.

While building the project i am getting error saying:

"C:\Netbeans\TOMEEApplication\nbproject\build-impl.xml:983: Warning: Could not find file C:\Netbeans\TOMEEApplication\${libs.metro.classpath} to copy.
BUILD FAILED (total time: 1 second)"

I am not able to make out why this error is coming or how to resolve.

Thanks,
Akhil
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apparently "libs.metro.classpath" is not defined. It should probably point to the directory where the JAX-WS jar files are located.
 
reply
    Bookmark Topic Watch Topic
  • New Topic