WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  WAR with Servlet on WebSphere 8.5.5

    Posted 09/22/14 02:23 AM
    Hi,

    I'm 1st day user of WebShpere and just trying to perform basic tasks.

    I've just deployed and started simple WAR file described:
    docs.oracle.com/javaee/7/tutorial/doc/we...

    On environment:
    IBM WebSphere Application Server, 8.5.5.3
    Build Number: cf031430.01
    Build Date: 7/30/14

    Context root: /hello2
    Application status: hello2_war (Started)

    http://localhost:9080/hello2/

    With result output:
    Error 404: SRVE0190E: File not found: {0}

    Can someone advice what to learn to dig such issues in WebSphere?

    Thank you
    Pranas 


  • 2.  WAR with Servlet on WebSphere 8.5.5

    Posted 09/22/14 03:00 AM
    Looks like I found the issue with Default JDK:
    WebSphere Platform 8.5.5.3 [BASE 8.5.5.3 cf031430.01] running with process name acerNode01Cell\acerNode01\server1 and process id 1180
    Host Operating System is Windows 7, version 6.1
    Java version = 1.6.0, Java Runtime Version = pwa6460_26sr8ifx-20140630_01 (SR8), Java Compiler = j9jit26, Java VM name = IBM J9 VM

     
    It is strange to see 1.6 as default when mainstream JVM suppose to be 1.7 and new production quality 1.8 ...

    There is way to bring WS 8.5.5 to Java 1.7 world!