Simon Brown wrote:
> Yes, you need to open up the web.xml file and remove
references to the
> Atom servlet. Specifically, remove the following :
>
> <servlet>
> <description>Atom Publishing Protocol
Servlet</description>
>
<servlet-name>AtomServlet</servlet-name>
>
<servlet-class>com.sun.syndication.propono.atom.server
.AtomServlet</servlet-class>
> </servlet>
>
> and
>
> <servlet-mapping>
>
<servlet-name>AtomServlet</servlet-name>
> <url-pattern>/atom/*</url-pattern>
> </servlet-mapping>
>
Thanks. That solved the first problem. Now I'm trying to
get the
deployment descriptor to work under Geronimo. I don't
really know my
way around a JEE server yet, so this is a bit difficult for
me. I was
wondering if anybody had already done this?
--
Kenneth P. Turvey <kt-usenet squeakydolphin.com>
------------------------------------------------------------
-------------
This SF.net email is sponsored by the 2008 JavaOne(SM)
Conference
Don't miss this year's exciting event. There's still time to
save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;1987
57673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Pebble-user mailing list
Pebble-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user
|