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 149395 - There is no option to configure or install a deployment server for nbpython
Summary: There is no option to configure or install a deployment server for nbpython
Status: REOPENED
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: ardavis26
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-07 18:04 UTC by tonybeckham
Modified: 2015-08-18 16:55 UTC (History)
2 users (show)

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 tonybeckham 2008-10-07 18:04:15 UTC
In nbpython, there is no option or way to add and/or configure a deployment server.
Comment 1 ardavis26 2008-10-29 04:54:56 UTC
basic python does not require a deployment server
Comment 2 Peter Lam 2008-11-21 17:30:12 UTC
verified
Comment 3 Peter Lam 2008-11-21 21:55:36 UTC
according to Tony, this is a common use case, especially in the area of developing web applications that use python. So,
let's change this to an enhancement to be considered for implementing.
Comment 4 tonybeckham 2008-12-02 19:11:48 UTC
Users are starting to request this feature as well...

"I might start looking into the deployment on Tomcat, sometime soon.

I have CCed myself to the issue: hope that is fine.


-- Amit Kumar Saha"
Comment 5 amitksaha 2008-12-02 19:18:31 UTC
@ Tony,

I am working on another Issue now, once partially done, I shall start off with some readings on it..
Comment 6 Petr Jiricka 2008-12-03 10:33:00 UTC
> basic python does not require a deployment server

This is what I was thinking too - would this be more applicable to the Django project? In the Ruby area it also works
this way: there is a Ruby project which is not tied to a server and does not allow you to specify a server, and then
there is Rails project where you can choose to deploy to Webrick, Mongrel or GlassFish.
Comment 7 amitksaha 2008-12-03 10:35:02 UTC
Servlets coded in Jython would need deployment.
Comment 8 ardavis26 2008-12-03 12:28:27 UTC
>Servlets coded in Jython would need deployment.

Would it be a better approach to add jython as a framework for web applications.  


Comment 9 amitksaha 2008-12-04 08:48:40 UTC
Won't that be narrowing it down to one usage scenario?
Comment 10 Lou Dasaro 2015-08-18 16:55:57 UTC
Important enhancement, but Priority should be 3 because it's not a show-stopper...