With the first solution commented:
ServletContext context;
context=session.getServletContext();
context.log("test message!!!");
I can`t read anything but it's solved, because if i try the original
System.out and .err it outputs in catalina.out. Thanks to everubody.
Now I've to configure parameters correctly, (the first part of my email), in
resin where <context-param> tags and I'm translating it to
<context-param>
<param-name>...</param-name>
<param-value>...</param-value>
</context-param>
I suppose it's the correct way, but my servlet does not work, but it could
be another thing so (now) with the logs help I'll try to solve.


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

Reply via email to