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

Make Grunt proxy work correctly #3

Closed
jdubois opened this issue Oct 23, 2013 · 4 comments
Closed

Make Grunt proxy work correctly #3

jdubois opened this issue Oct 23, 2013 · 4 comments

Comments

@jdubois
Copy link
Member

jdubois commented Oct 23, 2013

So "grunt server" can also access the Java back-end.

See http://blog.tartachuc.org/2013/06/11/tomcat-maven-angular-grunt-et-yeoman-sont-dans-un-bateau/

@QuentinAmbard
Copy link
Contributor

C'est normal que https://npmjs.org/package/grunt-connect-proxy ne soit pas dans la liste des node_modules ?

A mon avis le proxy n'est pas chargé tout simplement

@jdubois
Copy link
Member Author

jdubois commented Nov 5, 2013

Bien tenté, mais ça ne marche toujours pas... Je commite quand même, ça semble déjà être une bonne chose

jdubois pushed a commit that referenced this issue Nov 5, 2013
@QuentinAmbard
Copy link
Contributor

Faut pas oublier de l'activer avec
grunt.loadNpmTasks('grunt-connect-proxy');
mais ca marche toujours pas

Il faut également rajouter

  'configureProxies',

dans la liste des task, on voit qu'il démarre :

 Proxy created for: /app to localhost:8080

mais c'est toujours pas ça...

Je me demande si /app qui pointe vers 8080 ca donnerai pas

http://127.0.0.1:9000/app/rest/account -> http://127.0.0.1:8080/rest/account

Mais bon avec un forward ou ça ca ne le fait pas non plus :/

http://127.0.0.1:9000/app/app/rest/account

@jdubois
Copy link
Member Author

jdubois commented Nov 5, 2013

C'est bon je l'ai qui marche...
5 minutes que je nettoye et que je commite!

@jdubois jdubois closed this as completed in 985c645 Nov 5, 2013
@jdubois jdubois modified the milestone: 0.0.1 Sep 10, 2014
atomfrede referenced this issue in atomfrede/generator-jhipster Jul 5, 2015
deepu105 referenced this issue in deepu105/generator-jhipster Apr 14, 2016
deepu105 pushed a commit that referenced this issue Oct 11, 2016
deepu105 pushed a commit that referenced this issue Jul 3, 2017
erikkemperman pushed a commit to erikkemperman/generator-jhipster that referenced this issue Dec 3, 2017
erikkemperman pushed a commit to erikkemperman/generator-jhipster that referenced this issue Dec 3, 2017
erikkemperman pushed a commit to erikkemperman/generator-jhipster that referenced this issue Dec 4, 2017
erikkemperman pushed a commit to erikkemperman/generator-jhipster that referenced this issue Dec 4, 2017
jdubois pushed a commit that referenced this issue Mar 9, 2018
DanielFran pushed a commit that referenced this issue Jan 4, 2019
DanielFran pushed a commit that referenced this issue Jan 11, 2019
DanielFran pushed a commit that referenced this issue Jul 15, 2019
pascalgrimaud pushed a commit that referenced this issue Aug 10, 2019
Merge pull request #3 from jhipster/master
pascalgrimaud pushed a commit that referenced this issue Nov 14, 2019
pascalgrimaud pushed a commit that referenced this issue Feb 20, 2020
deepu105 added a commit that referenced this issue Apr 29, 2020
Updated (semver-major) dependecies
pascalgrimaud pushed a commit that referenced this issue Jul 5, 2020
Added other dependencies
kaidohallik referenced this issue in kaidohallik/generator-jhipster Nov 6, 2020
kaidohallik referenced this issue in kaidohallik/generator-jhipster Nov 7, 2020
DanielFran pushed a commit that referenced this issue Oct 31, 2023
Merge Request from upstream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants