Robert Koberg wrote:
> 
> The problem I am experiencing could be my misunderstanding of the DOM,
> objects and servlets - so I was/am looking for guidance on how to narrow the
> problem down, because as you can tell I am pretty clueless.
> 
> - When I parse a DOM Document I put it into a variable.
> - Then I want to set one j2ee-servlet-container-webapp's context attribute
> (name=object pair that is available in the servlet container).
> - When I set it equal to anything other then the parsed document I get what
> I expect.
> - When I try to put the parsed document in the context attribute I always
> get null.
> 
> Should I be able to store a parsed document in a ServletContext attribute?

I'm most familiar with the XML parts of your application.  I don't know
the answer to the servlet part.  If you don't get an answer here,
perhaps you can ask on the tomcat user list -- assuming you are using
the tomcat servlet conainter.

-Edwin

---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to