Hi All, I have a number of restful web services (not Java based) that I need to develop client-side functionality for using GWT. To access these restful web services I setup my own Apache server to use in hosted mode. I initially configured it using http and everything worked create. However, since all communication to these restful services must be over https, I move everything to a port that uses https instead of http. When I now start hosted mode I get a nice java error:
# # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGSEGV (0xb) at pc=0xb7f6c540, pid=9891, tid=2944183184 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_15-b04 mixed mode, sharing) # Problematic frame: # C [libpthread.so.0+0x7540] pthread_mutex_lock+0x20 # # An error report file with more information is saved as hs_err_pid9891.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # Aborted This occurs just after I acknowledge that I am am accessing a remote site. I did do a reality change and compile the application and move it to secure port in Apache and it worked. At this point I am planing to update my development environment to only use http but deploy into production using https. However, I would like to develop using hosted mode with https. Is this possible or is this a limitation of GWTShell. Thanks for your help, Arend --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
