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 228419 - Deployment of WAR to WebLogic slow without index.jsp
Summary: Deployment of WAR to WebLogic slow without index.jsp
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-10 01:46 UTC by chase
Modified: 2013-05-18 02:53 UTC (History)
1 user (show)

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 chase 2013-04-10 01:46:33 UTC
Deployment will hang for around 5 minutes at:
Waiting for server to start the module http://localhost:7001/WebApplication5...

If there is no index.jsp in the project. It might be looking for any welcome-page, not sure.


I create plenty of WARs without an index.jsp. Given that WARs are the universal deployment module now it is not uncommon to have one that lacks an index.jsp. Hopefully there is a more direct way to check the deployment status of a WAR than a HTTP request which is what I assume is happening here.

GlassFish does not have the same problem.
Comment 1 Petr Hejl 2013-05-17 15:52:15 UTC
Fixed in web-main 8ecd76030335.
Comment 2 Quality Engineering 2013-05-18 02:53:59 UTC
Integrated into 'main-golden', will be available in build *201305172300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8ecd76030335
User: Petr Hejl <phejl@netbeans.org>
Log: #228419 - Deployment of WAR to WebLogic slow without index.jsp