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 63266 - Mapping Netbeans directly to tomcat project to avoid build an deployment
Summary: Mapping Netbeans directly to tomcat project to avoid build an deployment
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-29 17:15 UTC by petergeorge73
Modified: 2005-08-29 17:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description petergeorge73 2005-08-29 17:15:28 UTC
I have tomcat in a different location other than netbeans inbuilt tomcat .I 
have already created a project called MyPos in the webapps directory of 
tomcat ,My src directory is present inside MyPos  folder .My requirement is to 
map netbeans directly to the MyPos directory , I should be able to map to the 
src direcory which is inside MyPos  and define a output folder so that class 
files are created inside the web-inf/classes directory. I should be able to 
edit my jsp and js files that is present inside MyPos  directory .  Iam doing 
this mapping to avoid building and deploying every time i make change even in 
my js or jsp file .Iam able to achive this easily in eclipse . Can we do this 
using netbeans . I tried my best to achive in netbeans but netbeans has its own 
structure which i don't require . Iam wasting lot of time in building and 
deploying hence i want to map directly to the MyPos project .Can you help me?
Comment 1 zikmund 2005-08-29 17:26:25 UTC
We use in-place deployment (deployment of a directory) for Bundled Tomcat and
most probably for external Tomcat too. It should not waste your time then.
Moreover you can setup your project by editing .properties files.

Just today we implemented special check box in project's properties "Do not
build WAR file" which should improve performance for directory-based deployment.

Are your needs satisfied with these features?