Bhavesh Shah
asked on
How to incorporate GWT Application in Coldfusion
Hi,
I had made one sample gwt application with help of internet.
http://www.adrianwalker.org/2010/01/gwt-client-with-coldfusion-cfc-server.html
Above link helped me to create .war file and as per link i can directly run that war file in browser.
Buy my coldfusion server is run on 80 port (configured with iis).
how can i run above application?
I am using Coldfusion MX 7 with server configuration option
- Bhavesh
I had made one sample gwt application with help of internet.
http://www.adrianwalker.org/2010/01/gwt-client-with-coldfusion-cfc-server.html
Above link helped me to create .war file and as per link i can directly run that war file in browser.
Buy my coldfusion server is run on 80 port (configured with iis).
how can i run above application?
I am using Coldfusion MX 7 with server configuration option
- Bhavesh
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Are you using CF7 enterprise edition ?
ASKER
Hi,
Thanks for help.
I had done deployment but how to execute it.
I mean how to call via URL.
Pls advice
Thanks in advance,
- Bhavesh
Thanks for help.
I had done deployment but how to execute it.
I mean how to call via URL.
Pls advice
Thanks in advance,
- Bhavesh
ASKER
Hi,
yes, Its CFMX7 Enterprise version
yes, Its CFMX7 Enterprise version
I am assuming you have build the project and copied the directory to your CF server's wwwroot directory.
To view the page
http://servername/gwtcoldfusion
To view the page
http://servername/gwtcoldfusion
ASKER
Hi,
sorry for late reply.
we have configured coldfusion with iis, so do i need to create virtual directory with name of gwtcoldfusion?
sorry for late reply.
we have configured coldfusion with iis, so do i need to create virtual directory with name of gwtcoldfusion?
Yes !
ASKER
Hi,
sorry for late reply.
i created virtual directory but what it will contain "war" file?
sorry for late reply.
i created virtual directory but what it will contain "war" file?
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thank you for ur time.
As we changed our method to call war file, so I didnt got time to do testing.
As we changed our method to call war file, so I didnt got time to do testing.