Re: get servlet instance

2007-07-28 Thread Skijor
> communication. Or a third class which can make the > shared information > accessible by both servlets. I opted for this. creating a singleton with synchronized accessors. Boardwalk for $500? In 2007?

get servlet instance

2007-07-28 Thread Skijor
How to I obtain a reference to a servlet from another servlet? For example, I want to call a public method on another servlet because that servlet has cached information I need. Thanks Looking for a dea

Re: Tomcat Deployer Problem

2007-06-10 Thread Skijor
this seems to work. It's looking for the .war file anyway. I don't have tomcat installed on the machine I want to build the .war file on that's why I tried the deployer. i guess I could just build a .war file using the java jar command or eclipse and then use the manager to upload it. -thx

Tomcat Deployer Problem

2007-06-09 Thread Skijor
Does anyone use the tomcat deployer? Will someone show me an example deployer.properties with the following properties defined and where they map to on your filesystem? The manual lacks an example and I can't figure it out from the build.xml file. build:C:\webapps\ixania\build webapp:ixania path

Tomcat Deployer Problem

2007-06-09 Thread Skijor
Does anyone use the tomcat deployer? Will someone show me an example deployer.properties with the following properties defined and where they map to on your filesystem? The manual lacks an example and I can't figure it out from the build.xml file. build:C:\webapps\ixania\build webapp:ixania pat

Tomcat Deployer Problem

2007-06-06 Thread Skijor
Does anyone use the tomcat deployer? Will someone show me an example deployer.properties with the following properties defined and where they map to on your filesystem? The manual lacks an example and I can't figure it out from the build.xml file. build:C:\webapps\ixania\build webapp:ixania pat

context path confusion [RequestDispatcher, servlet-mapping, MVC]

2007-06-03 Thread Skijor
There may be a work-around for this but I what I really want to know is why it doesn't work. I am following the MVC design pattern in building a simple test web application using Tomcat 6.0.10 on Mac OS Tiger. MVC pattern suggests every webapp request be handled by a servlet. Static content rend