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 101104 - Since 16/04 tomcat is no more a part of the NB build
Summary: Since 16/04 tomcat is no more a part of the NB build
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Marian Mirilovic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-16 09:48 UTC by Marian Mirilovic
Modified: 2011-05-24 13:43 UTC (History)
2 users (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 Marian Mirilovic 2007-04-16 09:48:14 UTC
It means we can't test web functionality by automated tests, because there is no
web server OOB;(

I am not aware about any possibility to register tomcat to running build, so I
would highly appreciate any help/idea how to do that. We could probably use the
same way as we are using for Application Server : servers are installed on
machines (manually) and we use property to register them in running IDE.
Comment 1 Marian Mirilovic 2007-04-16 12:39:41 UTC
For now I disabled all performance tests of Web functionality:

IDE: [4/16/07 1:31 PM] Committing "Performance" started
Checking in qa-functional/src/gui/MeasureActions.java;
/cvs/performance/test/qa-functional/src/gui/MeasureActions.java,v  <-- 
MeasureActions.java
new revision: 1.42; previous revision: 1.41
done
Checking in qa-functional/src/gui/MeasuringSetup.java;
/cvs/performance/test/qa-functional/src/gui/MeasuringSetup.java,v  <-- 
MeasuringSetup.java
new revision: 1.14; previous revision: 1.13
done
Checking in qa-functional/src/gui/MeasureMenus.java;
/cvs/performance/test/qa-functional/src/gui/MeasureMenus.java,v  <-- 
MeasureMenus.java
new revision: 1.33; previous revision: 1.32
done
Checking in qa-functional/src/gui/MeasureDialogs.java;
/cvs/performance/test/qa-functional/src/gui/MeasureDialogs.java,v  <-- 
MeasureDialogs.java
new revision: 1.45; previous revision: 1.44
done
Checking in cfg-qa-functional.xml;
/cvs/performance/test/cfg-qa-functional.xml,v  <--  cfg-qa-functional.xml
new revision: 1.27; previous revision: 1.26
done
Comment 2 Marian Mirilovic 2007-06-22 10:09:45 UTC
Petr's team found a solution and it's used for Web & J2EE perf. tests
Comment 3 Marian Mirilovic 2007-06-25 11:06:01 UTC
verified