resource welcome.html not available

X-Application Version: 4.1.1,
Tamino Version : 4.1.1, Platform : Win2k, Linux, …
WebContainer : Tamocat 4.0.6,
JDK Version : 1.3.1_07
i manage to install x-application and can exexute the examples as well as i can look into the documentation when adressing ‘localhost:8080/xapp’. but when clicking on the usefull link GENERATOR or when addressing ‘localhost:8080/xappgen’ i am getting the message ‘resource not available’.
what is missing?

Hi,

as I can see in your post, you are using Tomcat 4.0.6.
Usually when installing X-Application 4.1.1. links/xml-files are generated to the
/webapps pointing to the examples and to the generaten when running tomcat.

This mechanism does not work - as far as I know - with tomcat 4.0.x, but it work is with 4.1.18 for
example.
Therefore when you start tomcat the applications are not loaded automatically with Tomcat 4.0.6.
You need to configure the application definitions in the server.xml file located in the /conf.

You are writing that the examples run, but only the generator does not work.
Have you already defined the examples in your server.xml file?
Then you might have forgotten to define the generator.
.g.:


That you have tried ‘localhost:8080/xappgen’ says to me that you previously used X-Application 3.1.3.
With X-Application 4.1.1 the url should look as the following: ‘http://localhost:8080/xapp/generator’.

If you decide to go on Tomcat 4.1.18 and setup again X-Application every example and the generator should
work immediately.

Ok, goog luck
Thorsten