NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
aleluna
Joined: 21 Nov 2011 Posts: 2
|
Posted: Mon Nov 21, 2011 10:30 am Post subject: Tomcat + Axis2 Handler configuration |
|
|
Hi all,
Im using NB to develop web services based on Axis2 on Tomcat, but now i'm facing 2 tricky problems:
1)In eclipse for editing deployed axis2.xml (for editing something in handler chain i.e. adding handler) you can edit that cause you see the "webapps" directory under axis2 and all content. Where you do so in NB ? Where or how can i edit axis2.xml ? I see only a strange axis2.xml in "nbproject" directory under "Files" with this content:
<?xml version="1.0" encoding="UTF-8"?>
<axis2 xmlns="http://www.netbeans.org/ns/axis2/1">
<service name="FakeFSEWebService">
<service-class>fse.FakeFSEWebService</service-class>
</service>
</axis2>
What'is that?
2) If i edit from console the deployed axis2.xml and add my handler (who work perfect in eclipse) i get this error:
GRAVE: Servlet /axis2 threw load() exception
java.lang.ClassNotFoundException: fse.fsePep
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1671)
.....
.......
But fse.fsePep is indeed inside my Jar deployed and is a class present in directory fse.
Any idea?
Thx
|
|
| Back to top |
|
 |
aleluna
Joined: 21 Nov 2011 Posts: 2
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|