[akka-user] Re: Cannot configure the Akka Http server when using the akka-http-spring-boot library

2018-02-12 Thread Rob Crawford
No, sorry.

On Thursday, February 8, 2018 at 4:22:25 AM UTC-5, Som Shankar 
Bhattacharyya wrote:
>
> I am trying to setup a project that runs REST services on top of a AKK 
> HTTP server yet managed by Spring boot.
> Now i found this project on gihub as a reference and am using that as 
> libraries to achieve my goal.
>
> This is the project : https://github.com/scalaspring/akka-http-spring-boot
>  
>
> Now i cannot figure out a way to override the actor settings like adding a 
> new dispatcher etc . I also cannot override the default port number to 
> intercept the requests.
> I understand i need to create a application.yaml and a applicatio.conf to 
> make these stuff happen.
> I have created a src/main.resources folder that has all these but they are 
> not being read.
> Can some one guide me with this ?
>
>
>

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] Re: Cannot configure the Akka Http server when using the akka-http-spring-boot library

2018-02-08 Thread Som Shankar Bhattacharyya
Yes i have it in src/main/resources . Also i can see that the file is being 
read but still not finding the dispatcher. I feel like the library is 
overriding this. Have you used the library ?

On Thursday, February 8, 2018 at 2:52:25 PM UTC+5:30, Som Shankar 
Bhattacharyya wrote:
>
> I am trying to setup a project that runs REST services on top of a AKK 
> HTTP server yet managed by Spring boot.
> Now i found this project on gihub as a reference and am using that as 
> libraries to achieve my goal.
>
> This is the project : https://github.com/scalaspring/akka-http-spring-boot
>  
>
> Now i cannot figure out a way to override the actor settings like adding a 
> new dispatcher etc . I also cannot override the default port number to 
> intercept the requests.
> I understand i need to create a application.yaml and a applicatio.conf to 
> make these stuff happen.
> I have created a src/main.resources folder that has all these but they are 
> not being read.
> Can some one guide me with this ?
>
>
>

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] Re: Cannot configure the Akka Http server when using the akka-http-spring-boot library

2018-02-08 Thread Rob Crawford
Just to be sure -- you have the file in "src/main/resources" rather than 
"src/main.resources"?

On Thursday, February 8, 2018 at 4:22:25 AM UTC-5, Som Shankar 
Bhattacharyya wrote:
>
> I am trying to setup a project that runs REST services on top of a AKK 
> HTTP server yet managed by Spring boot.
> Now i found this project on gihub as a reference and am using that as 
> libraries to achieve my goal.
>
> This is the project : https://github.com/scalaspring/akka-http-spring-boot
>  
>
> Now i cannot figure out a way to override the actor settings like adding a 
> new dispatcher etc . I also cannot override the default port number to 
> intercept the requests.
> I understand i need to create a application.yaml and a applicatio.conf to 
> make these stuff happen.
> I have created a src/main.resources folder that has all these but they are 
> not being read.
> Can some one guide me with this ?
>
>
>

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.