Fornax-Platform
Forum

 « Return to Thread: Problems with tutorial

Problems with tutorial

by ABeckers :: Rate this Message:

Reply to Author | View in Thread

Hi, I'm new to scultptor. I started with the tutorials but now I get stuck, perhaps someone can hellp me.

I did the hello world tutorial. Everything works find.
I started the Sculptor Archetype Tutorial. Everything seems to be ok until I get to the Run in Jetty there seems something missing.

Jetty starts but when I go to the application I just see a lising of the webapps root directory.

I don't know how the generated file must look like, but the web.xml seems a bit short:

<?xml version="1.0" encoding="UTF-8"?>

<web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">  
</web-app>

Has someone an idea, how I can go on?

Thanks,
Andreas

 « Return to Thread: Problems with tutorial