• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Trouble with Netbeans 5.0

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm new to this IDE, so please pardon me if these are really silly questions - I was unable to find an answer and am hoping the folks here will know:

1. Is it possible to configure Netbeans and its bundled Tomcat to deploy a web project at http://localhost:port/ instead of http://localhost:port/context-path/ ?
When I try to set context-path="" and run the application, it goes to http://localhost:port//, which is goofy - but when I look at the runtime window under applications, there is a deployment at /

2. Has anyone encountered a problem where, while coding, tooltips *try* to appear, but you end up with a nullpointerexception at org.apache.jasper etc etc? If you have, do you know if this is an IDE bug or something I may have done incorrectly in the install?

Any light you can throw on this would be mightily appreciated.

TIA,
Crispina

[ April 05, 2006: Message edited by: Crispina Chong ]
[ April 05, 2006: Message edited by: Crispina Chong ]
reply
    Bookmark Topic Watch Topic
  • New Topic