https://issues.apache.org/bugzilla/show_bug.cgi?id=48464

--- Comment #4 from LiuYan <lovet...@qq.com> 2009-12-31 05:23:57 UTC ---
(In reply to comment #3)
> Thanks for the updated patch. It is heading in the right direction but maybe I
> wasn't clean enough in my previous comments.
> I do not believe this should be configurable via a command line parameter for
> startup.bat nor catalina.bat. This should simply be a system property that can
> be set in setenv.bat if required.
> Take a look at catalina.bat and how, for example, how LOGGING_MANAGER is used.

Hi Mark:

Pass title via command line parameter is just a convenient usage.

If it's not prefered, then only apply the lastest patch for catalina.bat (if
it's acceptable) can works as what you mean in comment #1. In the latest patch
for catalina.bat, TITLE and STARTUP_TIME environment varaibles are readed and
passed to _EXECJAVA.



By the way:
If %CD% contains "&" character, the startup.bat will failed at
cd %CURRENT_DIR%

%CURRENT_DIR% need to be quoted to avoid this error. "cd %CURRENT_DIR%" exists
in startup.bat, shutdown.bat, catalina.bat, service.bat, version.bat, should I
post a new bug?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to