Connect to remote server
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
0
down vote
favorite
I have used javax.websocket.server.ServerEndpoint to create a web socket channel. It worked flawlessly When I tested it locally (localhost:8080/projectName/channelName). I tested it using chrome extension "simple web websocket" and with a standalone test application.
My problem is when I deploy the war on a remote test server (Apache server which contains other web applications), I couldn't open a connection with the websocket channel. I want to test it using an url like this: ip_address/projectName/ChannelName
Can you help me please
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report names no websocket-sharp file, test, or entry point; start by reproducing the localhost and remote deployment URLs and documenting the server setup. Compare the working local connection with the Apache-hosted WAR endpoint; done means a confirmed remote WebSocket connection or a narrowed, reproducible failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- apache, java
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100