Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs are not created in production #68

Open
RafalPydyniak opened this issue Nov 27, 2015 · 0 comments
Open

Docs are not created in production #68

RafalPydyniak opened this issue Nov 27, 2015 · 0 comments

Comments

@RafalPydyniak
Copy link

Hey!
We've started using this plugin in our project and everything works just fine when I'm testing it locally but then after deploying it to the server the docs are not created but there not any errors in tomcat logs.

Right now I'm not sure if I'm doing everything right. When I create docs locally I use grails rest-api-doc command and it works. When I deploy to the server I just create war, put it on tomcat and run it there - I can't run grails rest-api-docs there so I guess docs should be created while starting app (Documentation is not clear about it) but nothing happens.
I created restapidoc.json, I checked if
new File( 'restapidoc.json' ).absolutePath
works and then I even tried to write something to this file - it worked as well.
So my question is am I doing something wrong or there's some bug in the plugin?

I'm using grails 2.4.5, rest-api-doc 0.6 and resources 1.2.14
I'd be glad for any help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant