This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 4271 - HTTP server doesn`t work after restart.
Summary: HTTP server doesn`t work after restart.
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Internal Server (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: L Martinek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-06 19:11 UTC by L Martinek
Modified: 2002-07-19 15:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 1999-10-06 19:11:34 UTC
Set Running property to false and then to true in Project Sttings | HTTP Server.
You will get this and HTTP server doesn`t work from now:

Shutting down Http Server
Taking down endpoint: :8082
Taking down context: default
Context: com.sun.web.core.Context@6e9871af down
Internal HTTP server stopped
java.lang.Exception: Stack trace
        at java.lang.Thread.dumpStack(Thread.java:983)
        at com.netbeans.developer.modules.httpserver.HttpServerModule$1.run(Http
ServerModule.java:125)
Internal HTTP server running on port 8082

[mbalin] 1. Start another instance of IDE; 2. Connect to localhost:8082/repository/, it connects to first running instance. 3. Kill first running instance and browser never connects to second on, alth
ough HTTP server was restarted. On Windows it works in this way, on Linux is HTTP server never accessible.
Comment 1 Marek Grummich 2000-07-25 09:41:59 UTC
Priority is changed to P4 (normal).