Re: Setting classpath out of the webapp directory

2004-05-03 Thread Honza Spurný
Shapira, Yoav wrote: Hi, I want to have only one file of this class -- I don't want to copy classes between the webapps. Why? Yoav Shapira Beacuase when you are developing both webapps at the same time, duplicates leads into some data inconsistences, doesn't it? Honza S. This e-mail,

Re: Setting classpath out of the webapp directory

2004-05-03 Thread Honza Spurný
Shapira, Yoav wrote: Hi, Beacuase when you are developing both webapps at the same time, duplicates leads into some data inconsistences, doesn't it? Not if your development and deployment process is well-controlled. Yoav Shapira OK, you are right, but I think, is really better to have

Exception creating bean of class cz.master.dbTest.CreatePersonAction: java.lang.ClassCastException

2003-10-13 Thread Honza Spurný
Hi all, I have page with form, that is mapped on the ACtionClass named CreatePersonAction. Does anyone have any idea what this error can be caused by? Thanks. Sporak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Redirecting on different port

2003-10-07 Thread Honza Spurný
Hi there, I have defined SSL connection on my machine on port and I want Tomcat to redirect all other request on this port. I've tried to change the redirectPort attribute in server.xml, but it didn't help. Could you help me? Is it also possible to have this setting: 2 different web roots