----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Apache 1.3.6
JServ 1.0b5
WinNT  (sigh)


I'm trying to instantiate an instance of one servlet inside another
using:

   DataServer lib = (DataServer)
                getServletConfig().
                getServletContext().getServlet("DataServer");  // line 75

    lib.performSomeTask(someparam);

It works under on ServletRunner test bed, but throws an exception under
JServ/APache:

java.lang.IllegalArgumentException: ',' does not contain an equals sign
        at org.apache.java.util.Configurations.getProperties(Configurations.java)
        at org.apache.jserv.JServServletManager.load_init(JServServletManager.java)
        at org.apache.jserv.JServServletManager.loadServlet(JServServletManager.java)
        at org.apache.jserv.JServContext.getServlet(JServContext.java)
        at com.lexi.dbserver.Test.doGet(Test.java:75)
        at com.lexi.dbserver.Test.doPost(Test.java:40)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at org.apache.jserv.JServConnection.processRequest(JServConnection.java)
        at org.apache.jserv.JServConnection.run(JServConnection.java)
        at java.lang.Thread.run(Thread.java:479)


I've looked at the config files and there are no naked commas.  
---
Michael Stacey
Lexi-Comp, Inc.
1100 Terex Road
Hudson OH 44236
vox: (330) 650-6506
fax: (330) 656-3407


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to