jQuery in Action, 2nd edition
The moose likes Tomcat and the fly likes moving project from Websphere Server v6.1 to Tomcat v5.5 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "moving project from Websphere Server v6.1 to Tomcat v5.5" Watch "moving project from Websphere Server v6.1 to Tomcat v5.5" New topic
Author

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

Mirrell Knabe
Ranch Hand

Joined: Oct 13, 2008
Posts: 32
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!!
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8147
    
  52

Are you packaging commons-attributes-compiler.jar in your application (WEB-INF/lib folder)? If yes, try removing that.

[My Blog] [JavaRanch Journal]
Mirrell Knabe
Ranch Hand

Joined: Oct 13, 2008
Posts: 32
Jaikiran -

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

 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: moving project from Websphere Server v6.1 to Tomcat v5.5
 
Similar Threads
File not found error
Struts 2 problem -- There is no Action mapped for namespace / and action name
Filters and web.xml problem + Eclipse
There is no Action mapped for namespace / and action name . - [unknown location]
I think execute method is not executed...(confused)