Otto You may want to trim your module.packages line from module.packages=com.instaservi.modules,com.instaservi.modules.screens,com.instaservi.modules.actions,com.sipecom.modules,com.sipecom.modules.screens,com.sipecom.modules.actions,org.apache.turbine.modules to module.packages=com.instaservi.modules,com.sipecom.modules,org.apache.turbine.modules
Other than that, if you didn't have any problems when running this same app in the TDK, then I would look at the configuration of Tomcat on your server. Does your server have a non-standard configuration? I have a fairly big Turbine app based on 2.2-rc2 and it works in both the TDK and Tomcat 4.1.12 with only minor changes to server.xml and web.xml. The default memory settings are fine so far. I think I had to remove servlet.jar and servletapi-2.2.jar from the lib directory of my app. Here's what I would do. Eliminate all possible variables. Run the app in the TDK on your workstation again. Make sure the app works. Then, install Tomcat (preferably 4.1.12) on your server with a standard setup from the Tomcat docs. Add your app to the webapps directory. In the conf directory, you should only have to edit server.xml and web.xml to get the app working. You may have to remove servlet.jar and servletapi-2.2.jar from the lib directory of your app. Once you know it works, you can change more Tomcat settings to suit you. > TDK 2.2 > Sybase (it has nothing to do with the database) > Java SDK 1.4.0_01 > Linux Are these settings for your workstation or server? Hope that helps you! Eric -- Eric Emminger [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
