[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Using separated tomcat server  XML
Forum Index -> Development
Author Message
rchiluano

Power User

Joined: 28/12/2017 07:21:54
Messages: 79
Offline

Hi captain!

I am using separated tomcat server.

I added my compiled project in tomcat/webapps.

Landing page is working aside for the image, but my problem is whenever I invoke an event(trasnsfer to another JSP), it gives an error "HTTP STATUS 404-NOT FOUND"

I already configured server.xml <Connector port=50000">

Is there anything I need to configure? Or do we have a documentation for using separated tomcat server?

Thanks!

regards,
ryan
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5521
Offline

Hi,

did you really trasfer the whole project-output to the new Tomcat? That would my first spontanous guess:

The (typical) project consists of
1. webcontent
2. wencontentbuild
3. webcontentcc

So all three directories then have to be merged/copied. (Or in other words: all three of them make the .war file.)

Regards, Björn

Björn Müller, CaptainCasa GmbH
rchiluano

Power User

Joined: 28/12/2017 07:21:54
Messages: 79
Offline

Hello Captain,


It's working now thanks.

regards,
ryan
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team