Currently I am not loading additional user info, only using header content. Probably in future I will.
I want to have it more modular - adding new type of http header without modifing existing...
Type: Posts; User: prevsetko; Keyword(s):
Currently I am not loading additional user info, only using header content. Probably in future I will.
I want to have it more modular - adding new type of http header without modifing existing...
Hi,
I have webapp which is behind some webservers. These webservers make requests to my webapp with added custom HTTP headers which identifies user. Till now it's simple, I would just add one...
problem is that ther is no apache in front of tomcat. i am connectiong directly to tomcat
did you find where is the problem? i have same problem now
Thanks for pointing me, now it makes sense
Create config.properties in your classpath like this:
url=http://www...
Add to spring config XML:
<context:spring-configured />
<context:annotation-config />
<util:properties id="config"...
Hi,
I am trying to send e-mail asynchronously but I successfully ran into trouble :( I have 2 methods in same class. Annotating one methods with @Async leads to running method asynchornously....
stucked again. did anybody solve this issue?