Java Tools Section Index | Page 8

Is it possible to install multiple instances of Tomcat on one server to create a development, test and production version?

How to log or view the pages being accessed by the user in Tomcat.

As default, I18N Struts-applications are managed by the language in the browser. I would like it to be based on a language-code in the users login and thus I need to set the locale/language designation that controls Struts. .

Do all the ActionMappings share one action instance? What happens when I have a custom Action that uses property setters from the struts-config.xml to set properties during use of that action.

I have a button on my form that's suppose to submit the form. The script works on other forms, but not when I use it with Struts. Why would this be?

I need to populate property lists in an ActionForm from a database. For different application user, I store the userid in session attribute. The data is based on userid. How can I get the userid session attribute within the ActionForm? I know it's easy to do this in an Action class, but I would like to do it in the JSP.

I would like to isolate the business logic to a bean class and use the scaffold ProcessAction class ala the Artimus app in Struts in Action. Since the bean class has all the business logic, how do I communicate errors?

Is there a way to lock a form if the form is in use? The intention is to avoid two users submitting the same form.

The problem I am noticing is that when the second action is being invoked, the form is being 'repopulated' with the initial form values that the form had when it was passed to the first action.

We're using EJBs as for our Model. Is it correct for the Action to know about the Model interfaces?

I'm trying to use the ActionError facility in Struts 1.1-b3. I create and save my error in my action.

Are there any tools for porting EJB Applications from one Application Server to another?

What is the difference between using "a" and A in the parser if I have rule A : "a"; in the Lexer?

Is it possible to use COM ports in TOMCAT on a Win32 system?

A "switch case" tag - Maybe Tedd knows???

About | Sitemap | Contact