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 169382 - Web Pack
Summary: Web Pack
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-28 21:09 UTC by Thomas Preisler
Modified: 2009-07-28 21:42 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 Thomas Preisler 2009-07-28 21:09:41 UTC
Originally CR 6559604

DESCRIPTION OF PROBLEM
--------------------------------
This would install and configure Sun Web Server 7, PHP and support for what this combination of tools support, 
which means html, jsp, javascript and php, where one
can create, add, get syntax highlighting, code
completion, documentation and palette for these file types.
Sun Web Server 7 also supports cgi, fast cgi and nsapi.
It would be nice to have that selection available when
creating a new C++ Web Application project, which
could in turn include a session class (to make session
data available not just in the C++ code, but in the JSP and PHP frameworks, to do heterogeneous applications.
Eventually Web Server and App Server would be able to
export sessions to each other, just like a "session
replication" between two Sun Web Server 7.
Also, when creating a new C++ web app project, beside
the usual directories:
build/
dist/
source/
header/
page folders could also be created:
php/
jsp/
html/
and possibly
images/
Finally, a bin folder with a symbolic link to the debug or release folder depending which build is active. This would
allow quick deployment to the local instance without
moving files, simply setting as a runtime option for Web
Server 7, the document root to the development folder.
This concept could be extended so that each web
application could be deployed as a virtual server on the web server.
Another piece of the integration would be to add runtime control of Sun Web Server to stop/ start/ restart, start in
debug, start in profiling etc. Adding ss_attach type
functionality within Sun Web Server (prepending ss_attach to the cgi name for example) would further
enhance integration. For nsapi, this would require attaching at a higher level.
ERROR MESSAGES
----------------------
STEPS TO DUPLICATE
-------------------------
WORKAROUNDS
-------------------
Note, this is a major RFE so impact, functionality and Reproducible selections below are meaningless
*** (#1 of 1): 2007-05-18 16:11:37 PDT