DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29031>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29031

cannot pass more then one startup parameter

           Summary: cannot pass more then one startup parameter
           Product: Commons
           Version: 1.0 Final
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Daemon
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In contrast to the documentation procrun doesn't recognize more parameter 
supplied in --StartupClass and --ShutdownClass, it always passes a single 
parameter. I also checked the source code and it seems to me that such kind of 
functionality is not implemented at all.

Here is the current doc:
--StartupClass  Class name that will be called if started from JVM when the 
application s starts. The method name is separated by semicolon after the class 
name. ***The parameters passed to the class method are semicolon separated 
values after the method name.*** For example: org/apache/jk/apr/TomcatStarter;
Main;start

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

Reply via email to