You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/04/10 03:05:39 UTC

[GitHub] beiwei30 commented on issue #1548: Where can I get the startup script for Dubbo

beiwei30 commented on issue #1548: Where can I get the startup script for Dubbo
URL: https://github.com/apache/incubator-dubbo/issues/1548#issuecomment-379959237
 
 
   There's no start.sh provided for dubbo application since the script varies depending on how you develop and deploy your dubbo provider/consumer. 
   
   For the [demo](https://github.com/apache/incubator-dubbo/tree/master/dubbo-demo) we provide in dubbo project, you can either start it directly from your IDE or you can write the your own script similar like below if you prefer to start it from command line: 
   
   ```sh
   java -classpath ${CLASSPATH} com.alibaba.dubbo.demo.consumer.Consumer
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services