Hi Volker,

Try adding the following to your web.xml:

  <servlet-mapping>
    <servlet-name>webmail</servlet-name>
    <url-pattern>/servlet/webmail/*</url-pattern>
  </servlet-mapping>

Did you start with the TDK or META?  Using one of these really makes it
easier to get your feet wet with Turbine.

Good luck,

David

-----Original Message-----
From: Volker Cordes [mailto:[EMAIL PROTECTED] 
Sent: Sunday August 1, 2004 3:58 AM
To: [EMAIL PROTECTED]
Subject: newbie problems (first app won't run)


Hi,

I'm completely new to turbine and was just trying to get my first app 
(turbine with jsp as template format) to work. I'm using turbine 2.3, 
tomcat 5.5 and jdk 1.4.2. For creating the war file I use the 
tomcat-plugin for eclipse. I created all necessary files and the 
database, but tomcat keeps giving me the error message that the 
ressource isn't available 
(http://localhost:8080/webmail/servlet/webmail). It would be great if 
someone could look at my code, I think it's only a configuration 
problem. There is nothing in the logs. My files are here:

source: http://www.freeline-edv.de/turbine/webmail.tar.gz (4.2 MB)
war: http://www.freeline-edv.de/turbine/webmail.war (4.2 MB)
db dump: http://www.freeline-edv.de/turbine/webmail.sql.tar.gz (740 B)

Any help would be great.

Thanks in advance,
Volker

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to