[
https://issues.apache.org/jira/browse/KARAF-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13028554#comment-13028554
]
Andreas Pieber commented on KARAF-572:
--------------------------------------
Hey Achim,
Not sure, but a)
{code}
+ if (message.length() > length) {
+ message = message.substring(0, length);
+ }
{code}
shouldn't we indicate somehow that we've cut the name? E.g. replacing last char
with an [?
and b) y not moving CommandUtils.java into util?
> Command to show all registered servlets and their contexts
> ----------------------------------------------------------
>
> Key: KARAF-572
> URL: https://issues.apache.org/jira/browse/KARAF-572
> Project: Karaf
> Issue Type: New Feature
> Components: console
> Reporter: Andreas Pieber
> Assignee: Achim Nierbeck
> Fix For: 3.0.0
>
>
> Currently we only have a web:list command showing the context where a war
> file is installed. In addition, if you're using frameworks which could use
> the osgi http service directly (such as cxf or pax-wicket) there is no way to
> find out (via Karaf) which servlets are registered at which context. It would
> be quite cool if we could add a command to list all those servlets too.
> This issue is strongly connected to http://issues.ops4j.org/browse/PAXWEB-265
> (adding the required events for this task to pax-web)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira