| 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
|
|
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?
|
 |
 |
|
|
subject: moving project from Websphere Server v6.1 to Tomcat v5.5
|
|
|