cancel
Showing results for 
Search instead for 
Did you mean: 

How to list wcmqs webscripts

stevegreenbaum
Champ in-the-making
Champ in-the-making
Is there an equivalent of the Share services url (http://localhost:8080/share/service/index) for quickstart?   I don't see wcmqs webscripts listed anyplace.  I've tried several variations on the Share url, substituting wcmqs, but none of them return a list of webscripts.
10 REPLIES 10

rmorant
Champ in-the-making
Champ in-the-making
If you like the spring-surf styled page for /wcmqs/service/console you should activate:


        <rule>
      <from>/res/**</from>
      <to>/service/resource/$1</to>
   </rule>

The /service/index try to load /res/css/base.css but the resource is in /res/css/webscripts.css
You can copy it on <webapp>/css/base.css