facebook

Deployment Tomcat

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #258527 Reply

    assedo
    Member

    i’ve developed a simple Login project with eclipse
    using jsp basic templates working with HIBERNATE
    Installed Tomcat 5.5 on my PC and automatically it deployed
    inside his webapps folder
    i can normally browse my project
    Now i have to move the project to a remote server (always Tomcat 5.5)
    other projects are in the Root folder under webapps
    if i configure the new server it deploy always under webapps folder
    i move the project folder under ROOT
    but always get message “The requested resource…. is not available”
    if i browse other projects everything work correctly
    there is some configuration missing (web.xml maybe)
    thanks for help

    #258540

    assedo
    Member

    Actually the problem moved to (still working deploying locally)
    /Provatc/Log.jsp(19,2)The value for the useBean class attribute …..is invalid

    code source is
    -18 </head>
    -19 <jsp:useBean id=”userinfoid” class=”com.softime.userinfo” scope=”session”/>
    -20 <jsp:setProperty name=”userinfoid” property=”*” />
    -21 <body>

    #258545

    Riyad Kalla
    Member

    Moving to OT > Soft Dev, this isn’t a MyEclipse issue but a deployment/configuration issue.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Deployment Tomcat

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