Thank you for your response.

1) Yes, I have a war file
2) It said to copy it into the webapps folder (which I did)
3) There is a web.xml file but I am totally unfamiliar with it.

There was no mention of needing to do any URL mapping. Honestly, I am not even sure how to do it and have not yet found any resources on this.

Just to be on the safe side, here is the contents of Magnolia web.xml... Maybe it might make some sense to you...

<?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">
 <description>Magnolia</description>
 <display-name>magnolia</display-name>
 <distributable/>
 <filter>
   <display-name>Magnolia global filters</display-name>
   <filter-name>magnoliaFilterChain</filter-name>
   <filter-class>info.magnolia.cms.filters.MgnlMainFilter</filter-class>
 </filter>
 <filter-mapping>
   <filter-name>magnoliaFilterChain</filter-name>
   <url-pattern>/*</url-pattern>
   <dispatcher>REQUEST</dispatcher>
   <dispatcher>FORWARD</dispatcher>
   <dispatcher>ERROR</dispatcher>
 </filter-mapping>
 <listener>
   
<listener-class>info.magnolia.cms.servlets.MgnlServletContextListener</listener-class>
 </listener>
<!-- These are the default paths searched for magnolia configuration. Uncomment if you need to customize this. --> <!-- Be aware that your container might do its own variables replacement here (Resin does, Tomcat doesn't, for instance -->
 <!--
 <context-param>
   <param-name>magnolia.initialization.file</param-name>
   <param-value>
WEB-INF/config/${servername}/${webapp}/magnolia.properties, WEB-INF/config/${servername}/magnolia.properties, WEB-INF/config/${webapp}/magnolia.properties, WEB-INF/config/default/magnolia.properties,
     WEB-INF/config/magnolia.properties
   </param-value>
 </context-param>
 -->
</web-app>




----- Original Message ----- From: "Warren" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, April 11, 2008 4:06 PM
Subject: RE: Newbie help with newly installed app


How are you installing your app. do you have a war file named magnolia that
you are placing in the webapps directory? I am not familiar with magnolia
but you should have a web.xml file. Are there any special settings that need
to be set in it, like url mapping?

-----Original Message-----
From: Menachem Bazian [mailto:[EMAIL PROTECTED]
Sent: Friday, April 11, 2008 12:22 PM
To: Tomcat User List
Subject: Newbie help with newly installed app


Hi all,

I am a newbie with Tomcat (and linux as well) so please forgive
me if this is a stupid question.

I installed Tomcat 5.5 on an ubuntu 7.10 server so I could run a
java app called Magnolia. I have done everything specifically as
the how to told me to. The app doesn't work and I have been
receiving help from the Magnolia group on this.

What I want to do is make sure I didn't mess anything up with
Tomcat. Maybe Tomcat is the issue.

I installed 5.5 using apt-get. I can get into the administration
applet and the manager applet without problems.In going through
the applications, I can get to most but not all of the applet
(/host-manager, for example, doesn't work).

When I try to run Magnolia, I am getting "The requested resource
(/magnolia/) is not available."

Based on what I think I see, Tomcat is running OK (I couldn't
otherwise get to the manager app, right?) On the other hand,
Magnolia and host-manager do not work (host-manager gives me the
same error)....

Any assistance would be appreciated.

Thanks in advance...


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
No virus found in this incoming message.
Checked by AVG.
Version: 7.5.519 / Virus Database: 269.22.10/1367 - Release Date: 4/9/2008 7:10 AM




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to