error when trying to deploy struts application onto JBoss 3.0.4

2003-01-21 Thread Rachel
I am trying to deploy a simple Struts Application onto JBoss 3.0.4 with Tomcat 4.1.12 (on Solaris). I'm getting the following error message during the deployment process: "ERROR: [ActionServlet] Parsing error processing resource path java.io FileNotFoundException: JAR Entry org/apa

Re: Struts application fails on AIX but not on Windows (boolean getter method problem)

2003-01-21 Thread Soeren Dalby
r" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 20, 2003 9:22 PM Subject: Re: Struts application fails on AIX but not on Windows (boolean getter method problem) > >>>>> "Soeren" == Soeren Dalby <[EMAIL PROTECTED]> writes: > &

Re: Struts application fails on AIX but not on Windows (boolean getter method problem)

2003-01-20 Thread David M. Karr
>>>>> "Soeren" == Soeren Dalby <[EMAIL PROTECTED]> writes: Soeren> I have a strange problem. When I run my application on Windows, my Struts application works perfect, but when I move it to AIX it fails with a strange problem: Soeren> javax.servl

RE: Struts application fails on AIX but not on Windows (boolean getter method problem)

2003-01-20 Thread Pani, Gourav
2003 11:48 AM To: 'Struts Users Mailing List' Subject: Struts application fails on AIX but not on Windows (boolean getter method problem) I have a strange problem. When I run my application on Windows, my Struts application works perfect, but when I move it to AIX it fails wi

Struts application fails on AIX but not on Windows (boolean getter method problem)

2003-01-20 Thread Soeren Dalby
I have a strange problem. When I run my application on Windows, my Struts application works perfect, but when I move it to AIX it fails with a strange problem: javax.servlet.ServletException: No getter method for property newSession of bean sessioninfo This is a boolean and it appears

Re: Struts application

2003-01-17 Thread Daniel Jaffa
lt;[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 6:18 PM Subject: Struts application > I applied struts in the simplest form and received the below error message. > This application resides on a Weblogic 6.0 server. > > Scenario: > It involves two JSP's, two form classe

RE: Struts application

2003-01-17 Thread du Plessis, Corneil C
Sounds like the scope on the form you submitted first may be request scope instead of session scope. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 17 January, 2003 01:18 To: Struts Users Mailing List Subject: Struts application I applied struts in the

Re: Struts application

2003-01-17 Thread Giri Alwar
Can you post the stack trace? Do you know where the exception occurs (Servlet, Action, accept.jsp)? - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 5:18 PM Subject: Struts applicatio

Struts application

2003-01-16 Thread EMilitante
I applied struts in the simplest form and received the below error message. This application resides on a Weblogic 6.0 server. Scenario: It involves two JSP's, two form classes and an action class. The Index.jsp is loaded first where you key in the username and click the ok submit button. It take

RE: Struts application on jboss/jetty

2003-01-10 Thread Siggelkow, Bill
It looks like JBoss has already loaded an old Digester or you have an old copy of Commons in your WEB-INF. -Original Message- From: Danilo Luiz Rheinheimer [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 10:26 AM To: Struts Users Mailing List Subject: Struts application on

Struts application on jboss/jetty

2003-01-10 Thread Danilo Luiz Rheinheimer
Hello, I have a struts working fine on tomcat standalone. But when I try to deploy it to JBoss 3.2 with integrated Jetty it fails. This is the error log : 2003-01-10 12:17:43,595 ERROR [org.apache.struts.action.ActionServlet] Parsing error processing resource path /WEB-INF/struts-config.xm

RE: linking a struts application to a jndi resource through a datasource

2003-01-07 Thread Craig R. McClanahan
On Tue, 7 Jan 2003, Mohan Radhakrishnan wrote: > Date: Tue, 7 Jan 2003 10:52:18 +0530 > From: Mohan Radhakrishnan <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE:

RE: linking a struts application to a jndi resource through a datasource

2003-01-07 Thread Mohan Radhakrishnan
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 10:03 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: linking a struts application to a jndi resource through a datasource On 6 Jan 2003, Nick Torenvliet wrote: > Date: 06 Jan 2003 22:46:26 -050

RE: linking a struts application to a jndi resource through a datasource

2003-01-07 Thread Mohan Radhakrishnan
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 10:03 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: linking a struts application to a jndi resource through a datasource On 6 Jan 2003, Nick Torenvliet wrote: > Date: 06 Jan 2003 22:46:

Re: linking a struts application to a jndi resource through adatasource

2003-01-06 Thread Craig R. McClanahan
On 6 Jan 2003, Nick Torenvliet wrote: > Date: 06 Jan 2003 22:46:26 -0500 > From: Nick Torenvliet <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subj

linking a struts application to a jndi resource through adatasource

2003-01-06 Thread Nick Torenvliet
Hi, So I've got two pieces, on one side a working mysql struts data source example, on the other side a working tomcat 4.1 servlet.xml configured jndi resource linked to a mysql data base. I want to access the jndi from inside of struts, can I configure a data source to link to the jndi resource,

Struts Application Modules... CVS modules file... multiple projects

2003-01-04 Thread ajTreece
I started my Struts era with v1.1b, but by no means do I feel like an expert so if I say something incorrect out of ignorance please holler... My first thought was that the Struts application modules was the way to go. This would allow separate development efforts to progress while keeping the

Re: Struts application & infrastructure choices

2002-12-14 Thread Aymeric Alibert
> To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Struts application & infrastructure choices > > Craig R. McClanahan wrote: > > > > On Sat, 14 Dec 2002, David Graham wrote: > > > > > >>Date: Sat, 14 Dec 2002 13:23:40 -0700 > &

Re: Struts application & infrastructure choices

2002-12-14 Thread Craig R. McClanahan
On Sat, 14 Dec 2002, Phil Steitz wrote: > Date: Sat, 14 Dec 2002 16:41:13 -0700 > From: Phil Steitz <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Struts app

Re: Struts application & infrastructure choices

2002-12-14 Thread Phil Steitz
Craig R. McClanahan wrote: On Sat, 14 Dec 2002, David Graham wrote: Date: Sat, 14 Dec 2002 13:23:40 -0700 From: David Graham <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Struts application & infrastructure cho

Re: Struts application & infrastructure choices

2002-12-14 Thread Craig R. McClanahan
On Sat, 14 Dec 2002, David Graham wrote: > Date: Sat, 14 Dec 2002 13:23:40 -0700 > From: David Graham <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Struts application & infrastructure choices

Re: Struts application & infrastructure choices

2002-12-14 Thread David Graham
Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Struts application & infrastructure choices Date: Sat, 14 Dec 2002 15:00:38 -0700 David Graham wrote: It should be fairly easy to implement this and do some performance testi

Re: Struts application & infrastructure choices

2002-12-14 Thread Phil Steitz
il From: "Aymeric Alibert" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "<\"Struts Users Mailing List\"" <[EMAIL PROTECTED]> Subject: Struts application & infrastructure choices Date: Sat, 14

Re: Struts application & infrastructure choices

2002-12-14 Thread V. Cekvenich
erformance - access time issues, complexity, in addition to other issues. Also, no reason to run an Web Server, if you have an app. server (since any app. server can also server out web pages). .V Aymeric Alibert wrote: Hello, We are successfully running a large struts application. We designed

Re: Struts application & infrastructure choices

2002-12-14 Thread David Graham
t; <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "<\"Struts Users Mailing List\"" <[EMAIL PROTECTED]> Subject: Struts application & infrastructure choices Date: Sat, 14 Dec 2002 10:38:19 -0600 Hello, We ar

Struts application & infrastructure choices

2002-12-14 Thread Aymeric Alibert
Hello, We are successfully running a large struts application. We designed it using a 'classic' architecture: - A Tomcat server running the application in our DMZ. - Use of Struts for our front-end and implementation of the DAO pattern to isolate our Data Access layer. Even if every

RE: Unit testing a struts application

2002-09-26 Thread James Higginbotham
TECTED]] > Sent: Thursday, September 26, 2002 9:47 AM > To: Struts Users Mailing List > Subject: Re: Unit testing a struts application > > > > > Also for unit testing actions out-of-container, take a look > at StrutsTestCase : http://strutstestcase.sourceforge.net

Re: Unit testing a struts application

2002-09-26 Thread JEWeaver
Young" cc: Subject: Re: Unit testing a struts application 09/26/

Re: Unit testing a struts application

2002-09-26 Thread Jim Young
Unit - http://junit.org/index.htm Jim >From: "Daniel H. F. e Silva" <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Unit testing a struts application >Date: Thu, 26 Sep 2002 06:14:13 -0

Unit testing a struts application

2002-09-26 Thread Daniel H. F. e Silva
Hi all, I am searching for possible improvements on my development process. One of greatest things i've found is XP. I liked it very much. One of XP rules is about unit testing. So follows my question : How can i unit test a struts app? I heard about Cactus (another Jakarta project). Does som

Pooling of the Struts application on an external process

2002-09-24 Thread Heligon Sandra
In my web architecture I have an external process (different from the servlet container) that manages authentication, and allows data persistence. I need to periodically (10 s) test if the communication between the Struts application and the external process

RE: Torque initialization/configuration in a Struts Application

2002-09-24 Thread Russ Bonsall
perties. Russ -Original Message- From: rickchev [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 6:41 PM To: [EMAIL PROTECTED] Subject: Torque initialization/configuration in a Struts Application I'm one of the famous Struts/Torque for dummies. I have some configuration

Re: Torque initialization/configuration in a Struts Application

2002-09-23 Thread Jin Bal
I docs to see how to grab a ref to the ActionServlet (or ActionSErvletWrapper as it may be now). HTH Jin - Original Message - From: "rickchev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 24, 2002 2:41 AM Subject: Torque initialization/configurat

Torque initialization/configuration in a Struts Application

2002-09-23 Thread rickchev
I'm one of the famous Struts/Torque for dummies. I have some configuration questions for using torque-3.0.4-b4 and Struts-1.1-b2 in the Tomcat-4.1.X environment. I have generated all of the database classes using the torque utilities and have gotten my web app to connect to the database and retu

RE: deploying a struts application

2002-09-10 Thread Mark Silva
g a struts application Remove the config file from the war file, and ask the user to place that properties file in the classpath. -Original Message- From: Mark Silva [mailto:[EMAIL PROTECTED]] Sent: September 10, 2002 12:20 PM To: Struts Users Mailing List Subject: deploying a struts appli

RE: deploying a struts application

2002-09-10 Thread Darren Hill
Remove the config file from the war file, and ask the user to place that properties file in the classpath. -Original Message- From: Mark Silva [mailto:[EMAIL PROTECTED]] Sent: September 10, 2002 12:20 PM To: Struts Users Mailing List Subject: deploying a struts application i have a

deploying a struts application

2002-09-10 Thread Mark Silva
i have a question on deployment. i am thinking of packaging my application as a war file, and letting the users place this in the right location in their container. the only problem is that there is a config file that needs to be edited prior to the application working. the config file lives

Re: few questions about design struts application

2002-08-27 Thread Struts Newsgroup (@Basebeans.com)
Subject: Re: few questions about design struts application From: slickdev <[EMAIL PROTECTED]> === I am no big expert, but I've been able to develop with Struts to my growing satisfaction after studying the struts user guide many times over. - Original Message - From: "

Re: few questions about design struts application

2002-08-27 Thread slickdev
OTECTED]> Sent: Tuesday, August 27, 2002 12:06 PM Subject: few questions about design struts application > > Hi, > > I have to develop a website using struts, most all my webpages will be add, change, delete, display type. > > Like, i will show about 20 records per page, each one

RE: few questions about design struts application

2002-08-27 Thread Ashish Kulkarni
radio button instead of check box cheers susmita -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 1:06 PM To: Struts Users Mailing List Subject: few questions about design struts application Hi, I have to develop a website using

RE: few questions about design struts application

2002-08-27 Thread Susmita Pati
: Struts Users Mailing List Subject: few questions about design struts application Hi, I have to develop a website using struts, most all my webpages will be add, change, delete, display type. Like, i will show about 20 records per page, each one will have a checkbox, there will be 3 buttons on

Re: few questions about design struts application

2002-08-27 Thread David Graham
You should have one jsp called edit.jsp that is the add, edit and delete form. I wouldn't use checkboxes with buttons because it's too much trouble. Put links next to each row that say Add - Edit - Delete where the add link points to /app/getEditForm.do?action=add. Then your GetEditFormActi

few questions about design struts application

2002-08-27 Thread Ashish Kulkarni
Hi, I have to develop a website using struts, most all my webpages will be add, change, delete, display type. Like, i will show about 20 records per page, each one will have a checkbox, there will be 3 buttons on bottom.. Add, Change, Delete, so if the user clicks add, i will show him add sc

Struts Application as Portlet

2002-08-22 Thread Manfred Gerber
Has anybody tried to "recycle" a struts application to be used as portlet within a Portlet Server like IBM Portal Server or Apache JetSpeed? Cheers, Manfred __ Multimedia Messaging ist da! Die Zukunft des Messaging hat begon

Struts Application as Portlet

2002-08-22 Thread Manfred Gerber
Has anybody tried to "recycle" a struts application to be used as portlet within a Portlet Server like IBM Portal Server or Apache JetSpeed? Cheers, Manfred __ Multimedia Messaging ist da! Die Zukunft des Messaging hat begon

Re: Working sample struts application

2002-07-26 Thread Taranjeet Kathoor
Hi, http://jakarta.apache.org/struts/resources/examples.html will help u. Taranjeet - Original Message - From: "Tarun Sainanee" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, July 26, 2002 8:46 PM Subject: Working

Working sample struts application

2002-07-26 Thread Tarun Sainanee
Is there a working sample struts application available on the internet? If yes, can someone please send me the link. I need to know how some things are implemented. Thnx

Re: Working sample struts application

2002-07-26 Thread Craig R. McClanahan
On Fri, 26 Jul 2002, Tarun Sainanee wrote: > Date: Fri, 26 Jul 2002 20:46:18 +0530 > From: Tarun Sainanee <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Working sampl

RE: Struts application initialisation workflow.

2002-07-03 Thread Heligon Sandra
ding struts API documentation is the best solution to understand initialisation or request process. An UML project model is better. Thanks. Sandra -Original Message- From: Robert Taylor [mailto:[EMAIL PROTECTED]] Sent: 03 July 2002 11:33 To: Struts Users Mailing List Subject: RE: Struts application

RE: Struts application initialisation workflow.

2002-07-03 Thread Heligon Sandra
am). Unfortunately I have found only one struts diagram on http://rollerjm.free.fr/pro/Struts.html, but it doesn't deal with the Struts application initialisation. I am very interested in your diagram. Thanks in advance Sandra. -Original Message- From: Rajesh Pradhan [mailto:[EMAIL PROTE

RE: Struts application initialisation workflow.

2002-07-03 Thread Robert Taylor
) and RequestProcessor class. processPreprocess() is always true, unless you override it. See RequestProcessor class. HTH, robert > -Original Message- > From: Heligon Sandra [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 5:07 AM > To: '[EMAIL PROTECTED]' &g

RE: Struts application initialisation workflow.

2002-07-03 Thread Rajesh Pradhan
Hi Heligon, There are some very good documents at the http://husted.com/struts/ and also u can read the Struts API which also would really be useful. There is also one UML diagram showing the whole flow of struts application. if u want it .. i will fwd it to u. bye. cheers Rajesh Pradhan

Struts application initialisation workflow.

2002-07-03 Thread Heligon Sandra
Hi, Where can I find information about the application start-up sequence diagram ? I need to know in which order struts components and servlet classes are instantiated. For example if I use ServletContextListener, HttpSessionListener, and a sub-class of Re

Debug Struts application with JBuilder5

2002-06-24 Thread Heligon Sandra
Hi, I am trying to debug my struts application with JBuilder5 but it doesn't work. I placed a breakpoint in the Controller class, sub-class of ActionComponentServlet this class is present in the struts-config file. But the debug display the index jsp

RE: could anyone suggest an example to use tabs in a struts application

2002-06-11 Thread Jennings, Christofer J.
The equal and notEqual tags do the parameter check. -Original Message- From: Akash Munjal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 12:01 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: could anyone suggest an example to use tabs in a struts application Thanks

RE: could anyone suggest an example to use tabs in a struts application

2002-06-11 Thread Jennings, Christofer J.
snip === Make sense?, boz -Original Message- From: Akash Munjal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 9:16 AM To: [EMAIL PROTECTED] Subject: could anyone suggest an example to use tabs in a struts application hi, Could anyone suggest any working examples/tips on how

RE: Multiple sites using one struts application.

2002-05-14 Thread James Mitchell
7 PM > To: Struts Users Mailing List > Subject: Re: Multiple sites using one struts application. > > > Good to know, I have never actually used Ant. > > On Tue, 2002-05-14 at 10:34, [EMAIL PROTECTED] wrote: > > > > > > > > > I also need to integrate this wi

Re: Multiple sites using one struts application.

2002-05-14 Thread Mike Karl
gt; > FWIW - > Kevn > > > > > > > > Mike Karl <[EMAIL PROTECTED]> on 05/14/2002 12:37:30 PM > > Please respond to "Struts Users Mailing List" > <[EMAIL PROTECTED]> > > To: Struts Users Mailing List <[EMAIL PROTECTED]&

Re: Multiple sites using one struts application.

2002-05-14 Thread Kevin . Bedell
gt; To: Struts Users Mailing List <[EMAIL PROTECTED]> cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: Multiple sites using one struts application. I wanted to do something where a just created the properties for each club based on the URL and pass resources and a directory

Re: Multiple sites using one struts application.

2002-05-14 Thread Mike Karl
. This would save on ram usage, which I could then use for caching of pages to increase the speed of the site. Also this way I can seperate the content/configuration (which I would store in a directory stucture for all the clubs) from the logic which would be a struts application. This was the type of

Re: Multiple sites using one struts application.

2002-05-14 Thread Kevin . Bedell
<[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Re: Multiple sites using one struts application. Would this then build me an application for each site? So it would copy the files over for each site.

RE: Multiple sites using one struts application.

2002-05-13 Thread James Mitchell
t; To: Struts Users Mailing List > Subject: RE: Multiple sites using one struts application. > > > If I did something like this, would it then be appropriate to use a > filter to set properties based on the url? > > thanks > mike > > > On Mon, 2002-

RE: Multiple sites using one struts application.

2002-05-13 Thread Mike Karl
[mailto:[EMAIL PROTECTED]] > > Sent: Monday, May 13, 2002 4:52 PM > > To: [EMAIL PROTECTED] > > Subject: Multiple sites using one struts application. > > > > > > Hello, > > I'm building a site for a group of clubs. All the sites will have the > > same

Re: Multiple sites using one struts application.

2002-05-13 Thread Mike Karl
Use tokens in the application.properties file instead of actual values > 3. Create the actual sites at build/deploy time using Ant and the target. > > This will work! > > > FWIW - > Kevin > > > > > > Mike Karl <[EMAIL PROTECTED]> on 05/13/200

Re: Multiple sites using one struts application.

2002-05-13 Thread Kevin . Bedell
EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Kevin Bedell/Systems/USHO/SunLife) Subject: Multiple sites using one struts application. Hello, I'm building a site for a group of clubs. All the sites will have the same set of pages and actions. For instance: http://clubsites

RE: Multiple sites using one struts application.

2002-05-13 Thread James Mitchell
[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 4:52 PM > To: [EMAIL PROTECTED] > Subject: Multiple sites using one struts application. > > > Hello, > I'm building a site for a group of clubs. All the sites will have the > same set of pages and actions. > >

Multiple sites using one struts application.

2002-05-13 Thread Mike Karl
Hello, I'm building a site for a group of clubs. All the sites will have the same set of pages and actions. For instance: http://clubsites/club1/index.jsp http://clubsites/club2/index.jsp http://clubsites/club3/index.jsp http://anothersite/club4/index.jsp All of these sites would basically be

Re: Struts Application in Production

2002-03-19 Thread Jay sissom
t; you? > I would very much like to find out more. > > Cheers, > Jon > > Jay sissom wrote: > > > I'm proud to announce that IU has a new Struts application in production. > > We started developing in Java (and Struts) about 8 months ago and in those > > 8

RE: Struts Application in Production

2002-03-19 Thread Phillips, George H.
; Sent: Monday, March 18, 2002 10:57 PM > To: Struts Users Mailing List > Subject: Struts Application in Production > > > I'm proud to announce that IU has a new Struts application in > production. > We started developing in Java (and Struts) about 8 months ago &

Re: Struts Application in Production

2002-03-19 Thread Jon Ferguson
Jay, This is very cool.. Well done! Unfortunately, I can't be at Java One... you haven't got an paper out on it do you? I would very much like to find out more. Cheers, Jon Jay sissom wrote: > I'm proud to announce that IU has a new Struts application in production. >

Struts Application in Production

2002-03-18 Thread Jay sissom
I'm proud to announce that IU has a new Struts application in production. We started developing in Java (and Struts) about 8 months ago and in those 8 months, a team of 4-5 people built a portal for IU. There is a guest login, so you can look if you like: http://onestart.iu.edu/ This

RE: Struts-Application in Default Servlet Context

2002-03-03 Thread Jesse Alexander (KADA 12)
ct: Struts-Application in Default Servlet Context Hi, I want to combine a struts-application with a Vignette Content Management System. We are using a WebLogic 5.1, and Vignette puts its JSPs in the default context. What I want to achieve is to have the struts application integrated with the defau

Struts-Application in Default Servlet Context

2002-02-28 Thread Ronald . Bieber
Hi, I want to combine a struts-application with a Vignette Content Management System. We are using a WebLogic 5.1, and Vignette puts its JSPs in the default context. What I want to achieve is to have the struts application integrated with the default context, such that I can use a forward to

Struts application deployment problem

2002-02-08 Thread Stillwell, Christopher
We have successfully installed a Struts application in WebSphere 3.5.3 on an NT box, but when we try to deploy to one on a Unix box we get the following exception. The Jaxp 1.0.1 jaxp.jar and parser.jar are in the servlets directory, just as they were on NT. Now the other difference is that

Re: OReilly Struts book -> EJB/STRUTS Application?

2002-02-06 Thread Hertzel Karbasi - OPTinity eBusiness Solutions
Chuck, Is there any code available for Struts/EJB application on the web? Any references will be appreciated. Thanks Hertzel - Original Message - From: "Chuck Cavaness" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tuesday, February 05, 2002 5:30 PM Subj

RE: Two Struts Application in the same Webapp Folder

2002-01-22 Thread Khalid Mahmood
hmmm, u may check it again by restarting the server. This problem is amazing -Original Message- From: Christian Erhardt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 1:14 PM To: [EMAIL PROTECTED] Subject: Two Struts Application in the same Webapp Folder Hello, when I put

Two Struts Application in the same Webapp Folder

2002-01-22 Thread Christian Erhardt
Hello, when I put two different Struts Applications in my Tomcat Webapp Folder only the First one will be loaded. For example: Webapp---+ | +-- struts-example | +-- struts-upload "struts-example" works. But I cant access "struts-upload". The error I get is

Re: AW: accessing EJB components from a Struts application?

2001-12-20 Thread Vic Cekvenich
ejb-Architecture to a pure-jdbc >>>Architecture is really a requirement, or if it even is >>> >>possible: I'm not >> >>>really sure, wether it pays to code independently of the >>> >>j2ee-architecture, >> >>>as it means t

Re: AW: accessing EJB components from a Struts application?

2001-12-20 Thread Vic Cekvenich
know a public class that teaches you to do a 5 screen Struts application in 3 days) Cakalic, James wrote: > If I had more time I would comment on this more fully as it seems some of > the ideas being expressed here are off-the-mark and short-sighted. > > I don't mean to g

RE: AW: accessing EJB components from a Struts application?

2001-12-20 Thread Keith Bacon
t; from one place anyway? > Excuse me, I've got some JSP/JDBC work to do -- or > was that ASP/ODBC? See! > Now you got me all confused! > > ;-) > > Best regards, > Jim Cakalic > > > > > -Original Message- > > From: Chris Smith [mailto:[EM

RE: AW: accessing EJB components from a Struts application?

2001-12-19 Thread Cakalic, James
r 19, 2001 8:21 AM > To: Struts Users Mailing List > Cc: [EMAIL PROTECTED] > Subject: Re: AW: accessing EJB components from a Struts application? > > > I like MVC as per : http://www.basebeans.com/struts.jsp (and just the > summary part) > > Here is Sun's approach,

Re: AW: accessing EJB components from a Struts application?

2001-12-19 Thread Chris Smith
--- > vierundsechzig.de > friedensallee 7-9 > 22765 hamburg > telefon +49 (040) 306033 -43 > telefax +49 (040) 306033 -64 > > http://www.vierundsechzig.de > mailto:[EMAIL PROTECTED] > > > > > > > > >>-Ursprungliche Nachricht- >>Von: [EMAIL PROTECTED]

AW: accessing EJB components from a Struts application?

2001-12-19 Thread Stefan Frank
040) 306033 -43 telefax +49 (040) 306033 -64 http://www.vierundsechzig.de mailto:[EMAIL PROTECTED] > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 19. Dezember 2001 01:01 > An: Struts Users Mailing List > Betr

Re: accessing EJB components from a Struts application?

2001-12-19 Thread barry
. HTH Barry - Original Message - From: "Vic Cekvenich" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 6:37 PM Subject: Re: accessing EJB components from a Struts applicatio

Re: accessing EJB components from a Struts application?

2001-12-18 Thread John Yu
n the mailing list. At 01:00 am 19-12-2001 +0100, you wrote: >Hi all, > >after browsing the FAQ and searching the mailing list archive, >I have not yet found a 'premium way' to go for EJB business logic >integration into a Struts application. > >It's pretty cl

Re: accessing EJB components from a Struts application?

2001-12-18 Thread Vic Cekvenich
;Hi all, > >after browsing the FAQ and searching the mailing list archive, >I have not yet found a 'premium way' to go for EJB business logic >integration into a Struts application. > >It's pretty clear that the EJB stuff should go into the action classes. >I al

accessing EJB components from a Struts application?

2001-12-18 Thread thomas
Hi all, after browsing the FAQ and searching the mailing list archive, I have not yet found a 'premium way' to go for EJB business logic integration into a Struts application. It's pretty clear that the EJB stuff should go into the action classes. I also saw hints that it mig

accessing EJB components from a Struts application?

2001-12-17 Thread Thomas Corte
Hi all, after browsing the FAQ and searching the mailing list archive, I have not yet found a 'premium way' to go for EJB business logic integration into a Struts application. It's pretty clear that the EJB stuff should go into the action classes. I also saw hints that it mig

Re: Help on running a simple struts application ...

2001-10-22 Thread Paul Dillon
Message - From: "Nandakumar Subramaniam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 22, 2001 6:27 PM Subject: Help on running a simple struts application ... > > > Hello Everyone, > > I am pretty new to Struts .. and i have this probl

Re: oops ...RE: Help on running a simple struts application ...

2001-10-22 Thread Ted Husted
If you are really getting a blank screen, it may be that the browser is not rendering it (because the HTML turned out way invalid). Netscape does this alot. Try viewing the source. -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel +1 716 737-3463 -- h

oops ...RE: Help on running a simple struts application ...

2001-10-22 Thread Nandakumar Subramaniam
I forgot the Zip file last time around .. Sorry !! Hello Everyone, I am pretty new to Struts .. and i have this problem with getting a simple program to work. I just modified some of the JSP files given as examples and created new JSP files. I get no error on running the JSP file, but neither do

Help on running a simple struts application ...

2001-10-22 Thread Nandakumar Subramaniam
Hello Everyone, I am pretty new to Struts .. and i have this problem with getting a simple program to work. I just modified some of the JSP files given as examples and created new JSP files. I get no error on running the JSP file, but neither do i get any result out of submitting data from one

RE: Please Help!!! Struts application running fine on tomcat 3.2.3 does not run on tomcat 4.0

2001-08-28 Thread Shamdasani Nimmi-ANS004
I tried that but still the same problem. -Nimmi -Original Message- From: Rama Krishna [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 12:31 PM To: [EMAIL PROTECTED] Subject: Re: Please Help!!! Struts application running fine on tomcat 3.2.3 does not run on tomcat 4.0 try

Re: Please Help!!! Struts application running fine on tomcat 3.2.3 does not run on tomcat 4.0

2001-08-28 Thread Rama Krishna
001 9:53 AM Subject: Please Help!!! Struts application running fine on tomcat 3.2.3 does not run on tomcat 4.0 > Hi, > > My application, which runs fine with tomcat 3.2.3, gives the error below on tomcat 4.0. I am using struts 1.0. > > I copied the jaxp.jar, crimson.jar and xalan.jar

Please Help!!! Struts application running fine on tomcat 3.2.3 does not run on tomcat 4.0

2001-08-28 Thread Shamdasani Nimmi-ANS004
Hi, My application, which runs fine with tomcat 3.2.3, gives the error below on tomcat 4.0. I am using struts 1.0. I copied the jaxp.jar, crimson.jar and xalan.jar to CATALINA_HOME/lib. Looking at the log there seems to be problem with the datasource. I am using Oracle and my classpath has

Different JSPs directories for the same Struts Application

2001-06-26 Thread Xavier Brunel
Hi, I am developping a Apache Tomcat Struts Web Application that will be use in ASP mode (Application Service Provider not the MSoft stuff) by different Users. The thing is that Users will have common JSP for a part and specific ones for the other part (Number of fields in page forms, look and f

Re: register the DTD in struts application

2001-06-19 Thread Dan Miser
Miser http://www.distribucon.com Does anybody know how to register a DTD in struts application. i had call overwrite the "registrations[]" string array inside my ActionServlet. and in my ActionServlet's init() mehtod, i had called super.init() then a callback to in

Re: register the DTD in struts application

2001-06-19 Thread Craig R. McClanahan
On Tue, 19 Jun 2001, See Yam Lim wrote: > Hey guys, > > Does anybody know how to register a DTD in struts application. i had > call overwrite the "registrations[]" string array inside my ActionServlet. > and in my ActionServlet's init() mehtod, i

register the DTD in struts application

2001-06-19 Thread See Yam Lim
Title: register the DTD in struts application Hey guys,     Does anybody know how to register a DTD in struts application. i had call overwrite the "registrations[]" string array inside my ActionServlet. and in my ActionServlet's init() mehtod, i had called super.init()

Re: Sample HDML/Wireless Struts Application

2001-05-30 Thread Jeff Trent
Never wrote a wireless app, but the code looks real nice... - Original Message - From: "Richard Backhouse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 7:55 PM Subject: Sample HDML/Wireless Struts Application > For anyone who

<    1   2   3   >