Hi schocr,
the setup procedure of X-Application works properly, if you’re using Tomcat 3.3x or 3.2x.
As you’re using Tomcat 4.x, you have to edit the server.xml file manually.
In order to be able to start the generator GUI, you’ve to add:
<BR><Context path="/test" docBase="C:\workspace\xapplication/testsuite/jsp/test"/><BR> <Context path="/simple" docBase="C:\workspace\xapplication/examples/jsp/simple"/><BR> <Context path="/property" docBase="C:\workspace\xapplication/examples/jsp/property"/><BR> <Context path="/propertydemo" docBase="C:\workspace\xapplication/demos/jsp/property"/><BR> <Context path="/invoice" docBase="C:\workspace\xapplication/examples/jsp/invoice"/><BR> <Context path="/xappgen" docBase="C:\workspace\xapplication/generator"/></pre><BR><BR>directly below the entry:<BR><BR><pre class="ip-ubbcode-code-pre"><BR><!-- Tomcat Manager Context --><BR> <Context path="/manager" docBase="manager" <BR> debug="0" privileged="true"/><BR>
Please see also the following topic: Tomcat 4.0
Cheers
Stefan Schwalm
Software AG, Darmstadt
#webMethods#API-Management#Tamino