[
https://issues.apache.org/jira/browse/WAVE-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14084977#comment-14084977
]
Ali Lown commented on WAVE-413:
-------------------------------
Config file:
{code}
wave_server_domain = wiab.net
http_frontend_public_address = 192.168.0.14:9898
http_websocket_public_address = 192.168.0.14:9898
http_websocket_presented_address = 192.168.0.14:9898
http_frontend_addresses = 192.168.0.14:9898
resource_bases = D:\\Programs\\GoogleWaveServer\\war
signer_info_store_type = mongodb
signer_info_store_directory =
D:\\Programs\\GoogleWaveServer\\data\\certificates
attachment_store_type = mongodb
attachment_store_directory =
D:\\Programs\\GoogleWaveServer\\data\\attachements
account_store_type = mongodb
account_store_directory = D:\\Programs\\GoogleWaveServer\\data\\accounts
delta_store_type = file
delta_store_directory = D:\\Programs\\GoogleWaveServer\\data\\deltas
sessions_store_directory = D:\\Programs\\GoogleWaveServer\\data\\sessions
websocket_max_idle_time = 0
websocket_max_message_size = 2
admin_user = admin
welcome_wave_id = ""
listener_executor_thread_count = 1
wavelet_load_executor_thread_count = 1
delta_persist_executor_thread_count = 1
storage_continuation_executor_thread_count = 1
lookup_executor_thread_count = 1
waveserver_disable_verification = true
waveserver_disable_signer_verification = true
disable_registration = false
enable_ssl = false
ssl_keystore_path = @SSL_KEYSTORE_PATH@
ssl_keystore_password = @SSL_KEYSTORE_PASSWORD@
enable_clientauth = false
clientauth_cert_domain = @CLIENTAUTH_CERT_DOMAIN@
disable_loginpage = false
search_type = lucene
index_directory = D:\\Programs\\GoogleWaveServer\\data\\indexes
analytics_account = ""
thumbnail_patterns_directory = "_thumb"
{code}
> Windows Server can only offer connections to localhost
> ------------------------------------------------------
>
> Key: WAVE-413
> URL: https://issues.apache.org/jira/browse/WAVE-413
> Project: Wave
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.4
> Environment: Windows host (Server 2012r2), 0.4-rc5 only.
> Reporter: Ali Lown
> Priority: Blocker
>
> In RC5 a bug was introduced that made it impossible to access a wave server
> using anything other than localhost.
> This ONLY affects Windows.
--
This message was sent by Atlassian JIRA
(v6.2#6252)