At 16.32 04/06/2003 +0200, BOGAERT Mathias wrote:
(sorry for my previous mail)

When I start my app, the WebWorkVelocityServlet is loaded, but the init is
called twice:

16:27:29,437  INFO VelocityManager:143 - Initializing velocity using
'velocity.properties'
16:27:29,687  INFO VelocityManager:143 - Initializing velocity using
'velocity.properties'

Is this a bug?

Perhaps your servlet container has decided to create 2 instances of WebWorkVelocityServlet, therefore you see init called twice. Try logging "this", if is different each time then you have 2 different instances of that servlet.


Ing. Sebastiano Pilla, CTO
SDG Engineering s.r.l.
Via della Chiesa Campocroce 4
31021 Campocroce di Mogliano Veneto (TV)
Tel +39-041-5947721
Fax +39-041-5947722



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to