RESTful API In JBPM 6
by Zheng Wang
Dear Devers,
I'm now using restful API in jBPM 6.0.1-Final.
I found I cannot use the RESTful API. And after reading the .war file, I
found the Servlet for processing URL pattern /rest/* is not supported yet.
Can anyone give me some support?
Best Regards,
Zheng.
--
Zheng Wang
ADAPT Lab, SEIEE Building 3-341
Department of Computer Science and Engineering
Shanghai Jiao Tong University, CHINA
Tel.: +86-188-1755-3397
Email: wangzhdemail(a)gmail.com
10 years, 8 months
[HELP] kie workbench does not work behind of nginx reverse proxy
by TanXuQing
Hi Folks
i know this is the Dev maillist, but i'm not able to post my question on the forum due to 'frequency limit' issue, not sure what does the error mean.
in my case, I successfully setup BPMS on EAP 6.1.1 and can access it via port 8080 (login, import 'Evaluation' demo, and start process instance, check status, etc.), which means it's functional working.
then i tried to setup nginx in front of BPMS as the reverse proxy, i can load the login page via port 80, but the problem is after i input the username/password and press 'enter', it never bring up the Kie workbench page, it always showing "please wait, loading appliation"
do you have any idea how could this happened? thanks in advanced!
below is my nginx configuration:
cat /etc/nginx/conf.d/80.conf
include /etc/nginx/conf.d/upstreams/*.conf;
server { listen 80; server_name *.x.y.z; include /etc/nginx/conf.d/locations/http/*.conf;}
cat /etc/nginx/conf.d/upstreams/*.conf
upstream us_8080 { server 127.0.0.1:8080;}
cat /etc/nginx/conf.d/locations/http/*.conf
location /business-central { proxy_pass http://us_8080; proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504; proxy_redirect off; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;}location /dashbuilder { proxy_pass http://us_8080; proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504; proxy_redirect off; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;}
10 years, 8 months
Urgent: jBPM 6 query
by Sahani, Ajay K
Hi jBPM team,
We are exploring jBPM 6 to use it in our project. I have following question.
Can jBPM run on tomcat 7.x (web container).
If yes, then can we leverage all features of jBPM6 or are there any features which are available only when jBPM is running on an application server like JBoss.
Any documentation on integrating jBPM6 with tomcat 7.x and Oracle 11g will be helpful.
Look forward to your reply on this.
Regards, Ajay
This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, available at http://www.jpmorgan.com/pages/disclosures/email.
10 years, 8 months
About Organization Structure development
by sorrol@163.com
Hi,I'm sorrol.You Know,the JBPM5.4 don't have Organization Structure.So,I hope to do some expansion on User-Group Model of the original.I want to Know,do you have some good advice in this wok.(eg:which interface could be extended...)
thank you very much
john sorrol carefully
10 years, 8 months