facebook

Possible BUG – web application

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #264770 Reply

    karci
    Member

    Version: 5.1.0 GA
    Build id: 20061111-5.1.0-GA

    I have a problem – possible bug. I try to change WebRoot folder to root folder of project, and i want this structure
    -workspace
    –|
    –MyWebProject
    —|
    —WEB-INF
    —-|
    —-classes
    —-lib

    The problem is:
    myeclipseude can’t find web-inf folder, and then can’t find lib folder and web.xml file

    Where is bugreport forum or bug track?

    thanks a lot – Karol

    #264822 Reply

    Riyad Kalla
    Member

    Karol,
    If you create a project, you can set the “Web Root Folder” to “/” which will be interpreted as the root of your project.

    #264876 Reply

    karci
    Member

    @support-rkalla wrote:

    Karol,
    If you create a project, you can set the “Web Root Folder” to “/” which will be interpreted as the root of your project.

    Yes I know and try it of cource … but … you try it? it workink for yourself? web.xml file was found? jar files was automaticli registered from lib file?
    It was first think what i do and doesnt work – please try it and write to this forum again – thanks

    .mymetadata dump:
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <project-module
    type=”WEB”
    name=”XXXX”
    id=”myeclipse.1169133566198″
    context-root=”/XXXX”
    j2ee-spec=”1.4″
    archive=”XXXX.war”>
    <attributes>
    <attribute name=”webrootdir” value=”/” />
    </attributes>
    </project-module>

    #264877 Reply

    Riyad Kalla
    Member

    I did, it worked fine.

    Please download my project from here, and import it into your workspace and see if things work for you as well. I tried JSP editing, custom classes in source tree, using those classes in JSP page (autocomplete and validation worked). I also tried dragging a library into the /lib dir and it was automatically mounted for me as well.

    #264878 Reply

    karci
    Member

    OK working.
    I don’t understand this. Your configuration a had at first time.

    Sorry for wasted your time 🙄

    #264879 Reply

    Riyad Kalla
    Member

    It’s no problem, I’m just glad it’s working.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: Possible BUG – web application

You must be logged in to post in the forum log in