• 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

web pages folder in netbean

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know this topic should be posted at IDE forum, but I've posted a question this early morning there, no response until now...

I am just trying netbean 5.0, trying to load the project that I'm doing right now, got confused about those folders that I shall put in.

the project structure is as:
tomcat
|--webapps
|--cln
|--[edu]
|--[jsp]
|--[WEB-INF]

I input /tomcat/webapps/cln as the project folder, when i input the same as for web folder, error shows that 'Web pages Folder overlaps project folder', it doesn's allow me to finish.

Please help, I've been stuck here all day.

Thanks.

 
Yan Bai
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Plus, I've tried tomcat/webapps/cln/jsp or tomcat/webapps/, none of them worked. and it's mandatory, cannot leave it blank.
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Yan Bai:
I know this topic should be posted at IDE forum, but I've posted a question this early morning there, no response until now...



The best thing to do in that case is to ask the forum moderator to move the thread for you. This way, you won't have parallel conversations taking place.

If you want to keep this here for a while to see if you'll have better luck, I can ask the moderator there to close your first thread.

Also, if you use the UBB code tags when posting, your efforts in showing the directory structure will yield better results:
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your earlier post had nothing to do with this one.
That you didn't receive a reply doesn't necessarily mean that you'll have better luck in another forum.

There is a specific hierarchy for directories in a J2ee webapp.
Often IDEs will have their own requirements on top of that.
For this reason, I think your question will do better in the IDE's forum.

I'll move this thread there for you (a readonly copy will remain here).
[ July 14, 2006: Message edited by: Ben Souther ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic