facebook

Fail to start resin 3.1 server

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #264497 Reply

    rsivan
    Member

    I just installed a resin 3.1 server.
    The server starts OK using a command prompt (both as httpd.exe and as java -jar …).
    I defined an entry to myeclipse servers.
    When attempting to start resin, I get:
    C:\resin\resin-3.1.0\conf\resin.conf:133: Required file ‘\conf\app-default.xml’ can not be read for resin:import
    It might appear that resin.home is not properly passed to the application.
    Any suggestions will be welcomed.
    Reuben

    #264520

    bigfaucet
    Member

    I have the same prolem.
    It can be fixed by change
    <resin:import path=”${resin.home}/conf/app-default.xml”/>
    to
    <resin:import path=”conf/app-default.xml”/>

    But there is still something wrong, myeclipse deploy the webapp to the “RESIN_HOME/deploy” by default, but the webapp will not run since deploy is for ear files.

    😥

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Fail to start resin 3.1 server

You must be logged in to post in the forum log in