CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: aks01

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    2,210

    Re: problem deploying war module

    HTTP Status 404 - /myServletWAR/hello

    type Status report

    message /myServletWAR/hello

    description The requested resource (/myServletWAR/hello) is not available.
    Apache Tomcat/6.0.26
  2. Replies
    9
    Views
    2,210

    Re: problem deploying war module

    Thanks to all the members for their advise.
    Here is what i have done up to now.
    I have downloaded a .War file from the net and executed on application server(sun) and it executed perfectly( which...
  3. Replies
    9
    Views
    2,210

    Re: problem deploying war module

    i need serious help with the above code.
    help plzzz.
  4. Replies
    9
    Views
    2,210

    Re: problem deploying war module

    I have replaced the tag with the one you said.
    But still it shows error message:...
  5. Replies
    9
    Views
    2,210

    Re: problem deploying war module

    First your suggestion was awesome.
    It was helpful in a way that i can really know what's really inside the WAR file.
    Thanks for sharing it.
    Now that i have seen inside of it, to me everything is...
  6. Replies
    9
    Views
    2,210

    problem deploying war module

    i have created a folder in C:\>howdyapp
    created folders within this main folder SRC, WEB, WEB-INF.
    and then sub folders in WEB_INF -> CLASSES, LIB, ETC.
    i have compiled HowdyServlet.java and...
  7. Replies
    5
    Views
    2,356

    Re: java servlet not compiling

    i have posted same question on multiple forums but none of them figured it out that servlet class is in javax package.
    hey senior brother thanks a lot.
    this problem have consumed my whole day, i...
  8. Replies
    5
    Views
    2,356

    Re: java servlet not compiling

    okay.

    C:\jwork>javac Howdyservlet.java
    Howdyservlet.java:3: package java.servlet.http does not exist
    import java.servlet.http.*;
    ^
    Howdyservlet.java:5: cannot find symbol
    symbol: class...
  9. Replies
    5
    Views
    2,356

    java servlet not compiling

    i have set classpath=".;C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib\servlet.jar".
    and compiled servlet program on the command line as-
    c:\>javac HowdyServlet.java
    then also it's not...
  10. Replies
    5
    Views
    2,022

    Re: Error while deploying WAR file

    dear dlorde
    there were many who had the some problem i am having. but i just wanted your thoughtful advise on my problem. I am new to java and also it' been over six days i am trying to get a...
  11. Replies
    5
    Views
    2,022

    Re: Error while deploying WAR file

    thanks for replying.
    i have understood what you are referring to but how to resolve the version problem.
    is there new version available on sun microsystem site.
    what exactly should i do ?
    in...
  12. Replies
    5
    Views
    2,022

    Error while deploying WAR file

    i am trying to deploy a .war file on my local server using sun microsystem's application server. the problem i am having is when i try to launch it in the address bar as:...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured