|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
cannot define new application serverHi,
I need to define a new application server (remote) in Netbeans. It won't let me go past the second step anymore, "Platform Folder Location". It keeps saying "Provide a valid Application Server Installation Location...". Even if I keep the default, which is pointing to default glassfish installation. It used to work in earler netbeans version (this is latest 6.1 with all official patches). ![]() What can I do? |
|
|
Re: cannot define new application serverI am having the same problem and just wandering if there is any solution for this yet
|
|
|
Re: cannot define new application serverWhat kind of server are you trying to define?
You may want to try "saying" that you want to register a "GlassFish V2" instead of a "Sun Java System Application Server". If that doesn't resolve the problem, please provide more details about the version of the server you are trying to register. vbk ay192 wrote: > I am having the same problem and just wandering if there is any solution for > this yet > > > > > ymajoros wrote: > >> Hi, >> >> I need to define a new application server (remote) in Netbeans. It won't >> let me go past the second step anymore, "Platform Folder Location". It >> keeps saying "Provide a valid Application Server Installation >> Location...". Even if I keep the default, which is pointing to default >> glassfish installation. It used to work in earler netbeans version (this >> is latest 6.1 with all official patches). >> http://www.nabble.com/file/p17730130/nb.jpg >> >> What can I do? >> >> > > |
|
|
Re: cannot define new application serveri have been using netbeans extensively since summer 2005;
primarially with Sun's j2ee 8.1, 8.2, 9.0/glassfishV1, 9.1/glassfishV2. i have only been part of these forums recently - someone may have a cleaner solution to your problem -- but my recovery for problems i cannot "fix" is usually to initially - rename the folder netbeans uses for personal configurations --in windoz its usually ../docs and settings/username/.netbeans/"nb version" - such as 5.0, 5.5, 6.0, 6.1, ... etc. after renaming the directory of the version of NB im using -- restarting NB will be like a fresh install -- none of my preferences are remembered, servers are missing, .... but i can avoid a complete re-install in this fashion -- so it is less painfull. the reason for the rename -- is if things arnt fixed or something i need is lost -- i can un-rename the orig folder and get the info i need via running NB -- of course the problems will still remain -- but access to configuration info is present. ----- Original Message ----- From: "ay192" <bayo@...> To: <nbj2ee@...> Sent: Tuesday, August 12, 2008 10:25 AM Subject: Re: [nbj2ee] cannot define new application server > > I am having the same problem and just wandering if there is any solution > for > this yet > > > > > ymajoros wrote: >> >> Hi, >> >> I need to define a new application server (remote) in Netbeans. It won't >> let me go past the second step anymore, "Platform Folder Location". It >> keeps saying "Provide a valid Application Server Installation >> Location...". Even if I keep the default, which is pointing to default >> glassfish installation. It used to work in earler netbeans version (this >> is latest 6.1 with all official patches). >> http://www.nabble.com/file/p17730130/nb.jpg >> >> What can I do? >> > > -- > View this message in context: > http://www.nabble.com/cannot-define-new-application-server-tp17730130p18948908.html > Sent from the Netbeans - J2EE mailing list archive at Nabble.com. > |
|
|
Help With CRUD Application Rendering and DataHere is the situation that I have.
I have an application that I am working on that is based on the Persistence tutorial which is made up of a selection table and an add/update form collocated on the same page. One of the changes that I would like to make is to not show the selection table grid panel when I display the grid panel to add and update data. Doing a setRendered(false)will work for the add with no problem since I don't have to concern myself with the data in the table so I am trying to find a way to preserve the data and rowselection state in the table and make it available for updates but I am not sure how to go about that. Any ideas would be appreciated. Greg |
| Free Forum Powered by Nabble | Forum Help |