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 66862 - Deploy and execuite a simple web app takes so long
Summary: Deploy and execuite a simple web app takes so long
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-10-15 00:01 UTC by davisn
Modified: 2005-10-18 12:24 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 davisn 2005-10-15 00:01:18 UTC
With the same window system it takes 17 secs for Netbean 4.1 to deploy and
execute a simple webapp (only having a index.jsp file)

Now, it takes 5 time longger for Netbeans5 to deploy and execute the same
application (1 min 20 secs)
Comment 1 Sherold Dev 2005-10-17 07:56:39 UTC
Could you be more specific?

What server are you deploying to? Weren't you deploying to tomcat with NB4.1 and
now to appserver or jboss with NB5.0?

Was the server running before you started the deployment, i.e. is the server
startup included in the time you measured?

Comment 2 davisn 2005-10-17 18:39:51 UTC
The machine used:
     Window 2000 advance server which has 1G of memory and dual CPU (1.50 Ghz). 
Server used:
     AppServer 8.1 UR2 for the deployment

The server was not stared before the deployment
Comment 3 Sherold Dev 2005-10-18 12:24:26 UTC
From the description it looks like the speed difference is given by the fact
that in NB 4.1 you were deploying to stopped Tomcat, while in NB 5.0 you are
deploying to stopped AppServer. Starting AppServer takes noticably longer than
starting Tomcat and there is nothing NB could do about it.

Closing as INVALID.