G'Day all, I have several servlets loading at startup in iPlanet- they need to be loaded in a specific order (ie there is a config server that needs to start first) Unfortunately, no matter what order I enter them in 'Startup servlets' they still start up in the same (wrong) order. I have tried hacking servlets.properties manually but to no avail. Extract from servlet.properties fyi servlets.startup=Configuration,ProxyPoolServlet servlet.Configuration.code=net.factore.configuration.ConfigPropertiesServlet servlet.Configuration.initArgs=servers=config_server,key=xxx,client=xxx.xx.x .xx,osagent=22222,verbose=true servlet.ProxyPoolServlet.code=net.factore.corbapool.ProxyPoolServlet servlet.ProxyPoolServlet.initArgs=config=config_server,client=xxx.xx.x.xx,os agent=22222,verbose=true This is iPlanet 4.1 on NT4sp6. Thanks in advance for any help, Paul =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
