• 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

moving project from Websphere Server v6.1 to Tomcat v5.5

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All -

I am new at this....I want to run my application in Eclipse v3.2/Tomcat v5.5 versus Rad v7.0/Websphere v6.1.....I install Tomcat v5.5 in the Eclipse IDE...
I copied all *.xml configuation files from /WEB-INF/lib to the tomcat directory (so they exist in both places - was having other issues as well that doing this
resolved)...when I invoked my url: http://localhost:8080/CLMGUIWeb/index.jsp, I am getting a -404 as follows:

--------------------------------------------------------------------------------------------------
type Status report

message /CLMGUIWeb/index.jsp

description The requested resource (/CLMGUIWeb/index.jsp) is not available.
---------------------------------------------------------------------------------------------------

additionally when starting the tomcat server, I am getting the following output in the Console:



Any help is GREATLY appreciated!...been struggling with this for several days...

Thanks!!
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you packaging commons-attributes-compiler.jar in your application (WEB-INF/lib folder)? If yes, try removing that.
 
Mirrell Knabe
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jaikiran -

It was there and I did remove it, but got a slew of errors(below)....would this jar being there cause the -404?

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic