|
From: <m.m...@ac...> - 2006-12-14 08:54:43
|
Hi together, my wrapper.conf contains following lines: wrapper.java.mainclass=3Dmyclass1 wrapper.working.dir=3D../ #include ../startup.conf wrapper.restart.reload_configuration=3DTRUE startup.conf conatins only one line: wrapper.java.mainclass=3Dmyclass2 If i start wrapper, myclass2 will start perfectly. But if i do = WrapperManager.restart(); in my code, myclass1 starts up. I did various = test and I think, while reolading the configuration, #include-files are = not used. Any idea, why not? I'm using wrapper Version 3.2.3. myclass1 and myclass2 implements = WrapperListener. |