How to Run Java App. as an NT Service?

2003-11-10 Thread Vicky
Hello All, Sorry for off the topic question. Does anyone know how can i run my java application program as an NT service? Any pointers, code examples will be appreciated. Thanks, Vicky - Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard

RE: How to Run Java App. as an NT Service?

2003-11-10 Thread Mainguy, Mike
Javaservice will do this for you... Check out the tomcat distribution, they have an example. worse is better -Original Message- From: Vicky [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 6:17 PM To: [EMAIL PROTECTED] Subject: How to Run Java App. as an NT Service? Hello

RE: How to Run Java App. as an NT Service?

2003-11-10 Thread Thompson, Mike (ETW)
Java Service Wrapper is a pretty feature laden implementation... http://wrapper.tanukisoftware.org/doc/english/index.html -Original Message- From: Vicky [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 3:17 PM To: [EMAIL PROTECTED] Subject: How to Run Java App. as an NT Service

Text Field property at run time!!!Urgent

2003-08-14 Thread Anurag Garg
Hi All, I have a scenario in which the property of my text box will be set at run time. In my action form I have declared all the property names that will be available in my jsp. The jsp text box will have property name as txtField1 , txtField2 , txtField3. The action form will have

Re: Text Field property at run time!!!Urgent

2003-08-11 Thread Koni Roth
? Koni Anurag Garg wrote: Hi All, I have a scenario in which the property of my text box will be set at run time. In my action form I have declared all the property names that will be available in my jsp. The jsp text box will have property name as txtField1 , txtField2 , txtField3. The action

Re: Text Field property at run time!!!Urgent

2003-08-11 Thread Nagendra Kumar O V S
11, 2003 12:25:58 PM To: Struts Users Mailing List Subject: Text Field property at run time!!!Urgent Hi All,I have a scenario in which the property of my text box will be set at runtime. In my action form I have declared all the property names

html-el: page attribute doesn't accept run-time expressions

2003-07-17 Thread Raible, Matt
In struts-html.tld, the page attribute allows run-time expressions: attribute namepage/name requiredfalse/required rtexprvaluefalse/rtexprvalue /attribute However, in struts-html-el, the page attribute does not allow run-time expressions: attribute namepage/name requiredfalse/required

Re: html-el: page attribute doesn't accept run-time expressions

2003-07-17 Thread Kris Schneider
]: In struts-html.tld, the page attribute allows run-time expressions: attribute namepage/name requiredfalse/required rtexprvaluefalse/rtexprvalue /attribute However, in struts-html-el, the page attribute does not allow run-time expressions: attribute namepage/name requiredfalse/required

Re: html-el: page attribute doesn't accept run-time expressions

2003-07-17 Thread Kris Schneider
you're using JSTL 1.1 since those tags will run into the same problem. Quoting Kris Schneider [EMAIL PROTECTED]: Does this work: c:forEach var=js items=${scriptList} script type=text/javascript src=c:url value=${js}/ /script /c:forEach None of the EL tags should have

RE: html-el: page attribute doesn't accept run-time expressions

2003-07-17 Thread Raible, Matt
Users Mailing List Subject: Re: html-el: page attribute doesn't accept run-time expressions Does this work: c:forEach var=js items=${scriptList} script type=text/javascript src=c:url value=${js}/ /script /c:forEach None of the EL tags should have rtexprvalue set to true, right? That's

RE: html-el: page attribute doesn't accept run-time expressions

2003-07-17 Thread Kris Schneider
PROTECTED] Sent: Thursday, July 17, 2003 9:59 AM To: Struts Users Mailing List Subject: Re: html-el: page attribute doesn't accept run-time expressions Does this work: c:forEach var=js items=${scriptList} script type=text/javascript src=c:url value=${js}/ /script

RE: html-el: page attribute doesn't accept run-time expressions

2003-07-17 Thread Raible, Matt
17, 2003 12:42 PM To: Struts Users Mailing List Subject: RE: html-el: page attribute doesn't accept run-time expressions Yup, that should be just fine, except maybe if you're using modules. I think html:rewrite treats the value of the page attribute as module-relative so it does a little extra

Re: Unable to Run Struts based JSPs in WSAD 5.0.

2003-06-21 Thread Dom
: Friday, June 20, 2003 7:50 AM Subject: Unable to Run Struts based JSPs in WSAD 5.0. Hi All, I'm currently using WSAD 5.0 and in my Web Project Struts jars are available and it compiles fine. But when i try to execute the same in a server, i get following error. [6/20/03 9:54:32:938 IST

Re: Unable to Run Struts based JSPs in WSAD 5.0.

2003-06-20 Thread David Graham
NoClassDefFoundErrors indicate you have struts.jar on the server's classpath instead of *only* in your project's WEB-INF/lib directory. David Hi All, I'm currently using WSAD 5.0 and in my Web Project Struts jars are available and it compiles fine. But when i try to execute the same in a

Unable to Run Struts based JSPs in WSAD 5.0.

2003-06-19 Thread Tarun Dewan
Hi All, I'm currently using WSAD 5.0 and in my Web Project Struts jars are available and it compiles fine. But when i try to execute the same in a server, i get following error. [6/20/03 9:54:32:938 IST] 13ad2d27 WebGroup E SRVE0026E: [Servlet Error]-[org/apache/struts/taglib/html/TextTag]:

Can not run my application since update with Struts1.1 Release Candidate 1

2003-02-26 Thread Heligon Sandra
Since I updated the new version of the Struts framework I have the following errors: - Problem with the Validator Plugin [INFO] ValidatorPlugIn - -Loading validation rules file from '/WEB-INF/validator-rules.xml' [ERROR] ValidatorPlugIn - -Operation timed out:

RE: Can not run my application since update with Struts1.1 Release C andidate 1

2003-02-26 Thread Heligon Sandra
not run my application since update with Struts1.1 Release C andidate 1 Importance: High Since I updated the new version of the Struts framework I have the following errors: - Problem with the Validator Plugin [INFO] ValidatorPlugIn - -Loading validation rules file from

RE: Can not run my application since update with Struts1.1 Relea se Candidate 1

2003-02-26 Thread SWICKLUND
cc: Subject: RE: Can not run my application since update with Struts1.1 Relea se C andidate 1 02/26/03 09:27 AM

RE: Can not run my application since update with Struts1.1Releas e C andidate 1 -- duplicate of [NOT FIXED] WHAT IS SOLUTION TOVALIDATOR- RULES.XML remote dtd problem?

2003-02-26 Thread Peterkofsky, Don
]' Subject: Can not run my application since update with Struts1.1 Release C andidate 1 Importance: High Since I updated the new version of the Struts framework I have the following errors: - Problem with the Validator Plugin [INFO] ValidatorPlugIn - -Loading validation rules

RE: Can not run my application since update with Struts1.1Releas e C andidate 1 -- duplicate of [NOT FIXED] WHAT IS SOLUTION TOVALIDATOR - RULES.XML remote dtd problem?

2003-02-26 Thread Raible, Matt
- From: Peterkofsky, Don [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 10:25 AM To: 'Struts Users Mailing List' Subject: RE: Can not run my application since update with Struts1.1 Releas e C andidate 1 -- duplicate of [NOT FIXED] WHAT IS SOLUTION TO VALIDATOR- RULES.XML remote

RE: Can not run my application since update with Struts1.1 Releas e Candidate 1 -- duplicate of [NOT FIXED] WHAT IS SOLUTION TO VALIDATOR- RULES.XML remote dtd problem?

2003-02-26 Thread SWICKLUND
| | | | |-+--- -| | | | To: 'Struts Users Mailing List' [EMAIL PROTECTED] | | cc: | | Subject: RE: Can not run my application since

RE: [OT] Run Java App as a Win Service

2003-01-23 Thread Robert Taylor
run the application from the command line it runs perfectly. Any ideas? robert -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 02, 2002 11:45 AM To: Struts Users Mailing List Subject: RE: [OT] Run Java App as a Win Service Ive used a simple

RE: [OT] Run Java App as a Win Service [FIXED]

2003-01-23 Thread Robert Taylor
23, 2003 4:41 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: [OT] Run Java App as a Win Service Andrew, in your experience with JNT did your applications define a shutdown.method? Was it ever called successfully? I can get JNT to install my app as an NT service, but when I

Creating a bean at run-time from xml-file.

2003-01-16 Thread Simon Kelly
Hi all, Not too sure whether this is at all possible, but can you dynamically create a new class during run-time from an xml-file? I ask as this as I may have some xml files that are not defined in a DTD/Schema but I would need to put them into a bean. Cheers Simon Institut fuer

run-as

2003-01-13 Thread kiuma
Hello struts-guys, can anybody tell me how to use run-as tag in web.xml? I've tryed: servlet servlet-namestruts/servlet-name servlet-classorg.apache.struts.action.ActionServlet/servlet-class init-param param-nameconfig/param-name param-value/WEB-INF/struts-config.xml/param

Re: run-as

2003-01-13 Thread Eric Jain
can anybody tell me how to use run-as tag in web.xml? You need to put 'run-as' inside an 'ejb-ref' in your web.xml: ejb-ref ejb-ref-name.../ejb-ref-name ... run-asAdmin/run-as /ejb-ref -- Eric Jain -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e

did anyone run beer4all successfully?

2002-12-03 Thread c tang
I downloaded a web app created by Chuck Cavaness from http://jakarta.apache.org/struts/resources/projects.html and failed to run it? I am running struts 1.1b2 and tomcat4.1.12, jdk1.3.1. The exception I got is [org.apache.ojb.broker.accesslayer.JdbcAccess] ERROR: SQLException during the ex

Re: did anyone run beer4all successfully?

2002-12-03 Thread Chuck Cavaness
in the repository.xml file with that directory. Email me personally if this doesn't work and I'll help you get it going. Chuck From: c tang [EMAIL PROTECTED] Date: 2002/12/03 Tue AM 09:20:18 EST To: [EMAIL PROTECTED] Subject: did anyone run beer4all successfully? I downloaded a web app created

Does the current version of struts run with tomcat-3.2.4?

2002-11-25 Thread Zsolt Koppany
Hi, we do have to support tomcat-3.2.4 and I just would like to known whether struts-1.1 runs with tomcat-3.2.4. Zsolt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

logic:iterate Simple code not run

2002-11-18 Thread Alireza Fattahi
Hi, It seems a simple code but It is not running:( % java.util.Vector aVectore = new java.util.Vector(); aVectore.addElement(SAMPLE); session.setAttribute(aVectore,aVectore); % logic:iterate id=item collection=aVectore /logic:iterate *The stack *

AW: logic:iterate Simple code not run

2002-11-18 Thread Thomas Nagel
-Ursprüngliche Nachricht- Von: Alireza Fattahi [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 18. November 2002 10:30 An: 'Struts Users Mailing List' Betreff: logic:iterate Simple code not run Hi, It seems a simple code but It is not running:( % java.util.Vector aVectore = new

RE: logic:iterate Simple code not run

2002-11-18 Thread Xavier Combelle
); session.setAttribute(aVectore,aVectore); % logic:iterate id=item name=aVectore bean:write name=item/ /logic:iterate -Message d'origine- De : Alireza Fattahi [mailto:[EMAIL PROTECTED]] Envoyé : lundi 18 novembre 2002 10:30 À : 'Struts Users Mailing List' Objet : logic:iterate Simple code not run

run-time attribute values in Tiles definitions

2002-11-18 Thread Peterkofsky, Don
Is it possible to somehow *set* a Tiles attribute as a run-time value? I know that we can use tiles:useAttribute/ to get a Tiles attribute value into a JSP page, but I would like to override a Tiles attribute value at run-time. Specifically, I have a Tiles layout that inserts these sections

RE: [OT] Run Java App as a Win Service

2002-11-02 Thread Andrew Hill
Ive used a simple freeware program called JNT to run java stuff as windows services. Dont know if it can be used on an app server but worth a try. http://www.eworksmart.com/JNT/ oops. Just been looking through the links below - one of them points (indirectly) to JNT already. Oh well. Guess thats

[OT] Run Java App as a Web Service

2002-11-01 Thread Mark Silva
ok, i have this new requirement that has just come down today for a release next week. these things arren't supposed to happen but they do! the java app i am providing needs to run as a WIN2000 Service. has anybody done thid before? can you point me in the right direfction? thanks, mark

RE: [OT] Run Java App as a Web Service

2002-11-01 Thread Karr, David
meant the latter, I suggest you read the documentation for your application server to determine how to run it as a Windows service. -Original Message- From: Mark Silva [mailto:msilva;authenex.com] Sent: Friday, November 01, 2002 2:58 PM To: Struts Users Mailing List Subject: [OT

RE: [OT] Run Java App as a Win Service

2002-11-01 Thread Mark Silva
, 2002 3:02 PM To: Struts Users Mailing List Subject: RE: [OT] Run Java App as a Web Service Let's see. First of all, this question is only barely relevant to this mailing list. Second, your subject line talks about something completely different from what you describe in your note. A web service

RE: [OT] Run Java App as a Win Service

2002-11-01 Thread Hue Holleran
Hi Mark, There may be another way but I like SrvAny that has served us well - a really nice example of getting and using is given here: http://yakko.bme.virginia.edu/lab/mercury_as_service.htm Basically you run InstSrv.exe - using SrvAny.exe to create the service - hack the registry

Re: [OT] Run Java App as a Win Service

2002-11-01 Thread Max Cooper
] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, November 01, 2002 3:04 PM Subject: RE: [OT] Run Java App as a Win Service sorry, i was typing too fast in my subject, Web -- Win. i guess this deadline is making me nervous. and you noticed my [OT]. this is not an application server

RE: Newbie question: Attempting to run Struts Example application over ATG Dynamo

2002-10-25 Thread Wang, Michael (Matrix)
I am new to ATG server, one week working experience so far. But I know the struts quite bit. I just setup the ATG server to run the struts example successfully. I used Dynamo 5.6.1 and nightly build struts 10/24/2002 version. I used ATG unpack mode not dar mode. The problem I found

Re: How to run struts examples in Tomcat

2002-09-01 Thread congzhebin
http://localhost:8080/struts-example - Original Message - From: micael [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, September 01, 2002 12:37 PM Subject: Re: How to run struts examples in Tomcat Sorry, misunderstood your question. mea

Re: How to run struts examples in Tomcat

2002-09-01 Thread Vivian
Thank you all, http://localhost:8080/struts-example works. - Original Message - From: congzhebin [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, September 01, 2002 5:37 AM Subject: Re: How to run struts examples in Tomcat http://localhost:8080/struts

How to run struts examples in Tomcat

2002-08-31 Thread Vivian
Dear all: I have deployed struts-example.war on tomcat successfully. I want to run the example. But what URL should I use? I know the URL should be something like http://localhost:8080/???What should put after http://localhost:8080/? Thank you for your help

Re: How to run struts examples in Tomcat

2002-08-31 Thread Joel Schneider
Vivian wrote: I have deployed struts-example.war on tomcat successfully. I want to run the example. But what URL should I use? I know the URL should be something like http://localhost:8080/???What should put after http://localhost:8080/? Try http://localhost:8080/struts-example/ -- Joel

Re: How to run struts examples in Tomcat

2002-08-31 Thread Vivian
It works! Thank you very much, Joel. Vivian - Original Message - From: Joel Schneider [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, August 31, 2002 10:25 PM Subject: Re: How to run struts examples in Tomcat Vivian wrote: I have deployed struts

Re: How to run struts examples in Tomcat

2002-08-31 Thread micael
You just need http://localhost:8080. Didn't it work? At 10:02 PM 8/29/2002 -0400, you wrote: Dear all: I have deployed struts-example.war on tomcat successfully. I want to run the example. But what URL should I use? I know the URL should be something like http://localhost:8080/???What should

Re: How to run struts examples in Tomcat

2002-08-31 Thread micael
Sorry, misunderstood your question. mea culpa, mea maxima culpa. At 09:34 PM 8/31/2002 -0700, you wrote: You just need http://localhost:8080. Didn't it work? At 10:02 PM 8/29/2002 -0400, you wrote: Dear all: I have deployed struts-example.war on tomcat successfully. I want to run the example

Re: Run out of Memeory

2002-08-28 Thread Billy Ng
. Billy Ng - Original Message - From: Donald Ball [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 28, 2002 7:15 AM Subject: RE: Run out of Memeory On 8/27/2002 at 4:48 PM Billy Ng wrote: I should say the app is hung silently. It won't do anything when I click on any links

Run out of Memeory

2002-08-27 Thread Billy Ng
Hi folks, I have a Linux box that has only 64MB for the beta testing of my Struts app. The app died silently after a while. I believe it runs out of memory. Would anybody tell me how much the RAM I should put? Thanks! Billy Ng

RE: Run out of Memeory

2002-08-27 Thread Joe Barefoot
Considering that the JVM tries to grab ~40 MB of memory as soon as it initializes, I'm not surprised. If you run your Linux box without a windowing system (no KDE or Gnome), you might be able to limp along with 64 MB. I'd recommend doubling that amount though. If you're running a windowing

RE: Run out of Memeory

2002-08-27 Thread Billy Ng
again. When I look at the tomcat log, it has no expection logged. Do you think it is the memory issue? Billy Ng Considering that the JVM tries to grab ~40 MB of memory as soon as it initializes, I'm not surprised. If you run your Linux box without a windowing system (no KDE or Gnome), you

PB to run a simple login app

2002-08-20 Thread Frederic Barozzi
Hi, i done the following intallations: - sdk 1.4 - j2ee 1.3.1 - Tomcat 4.0.4 - Struts 1.0.2 - Eclipse 2.0 - Tomcat eclipse plugin - Easy struts eclipse plugin - struts config file editor. I made a simple application, that asks for a login and a passsword. - I launch tomcat - I launch my web

generating dynamic forms from XML at run-time (not initialisation time)

2002-08-15 Thread Alex Birch
DynaActionForms does it from the struts-config.xml. The problem is that the FormBeanConfigs are frozen (with freeze()) at init stage of the ActionServlet. I want to generate a particular form at run-time from an xml file (similar to the form-beans section of struts-config.xml 1.1b2) which is also

RE: generating dynamic forms from XML at run-time (not initialisation time)

2002-08-15 Thread Oliver Burn
there has some real life experience out there with these problems, it would be great to hear from you. Regards, Oliver -Original Message- From: Alex Birch [mailto:[EMAIL PROTECTED]] Sent: Friday, 16 August 2002 01:08 To: [EMAIL PROTECTED] Subject: generating dynamic forms from XML at run

Number of Radio button groups not known until run-time

2002-07-24 Thread Bensman, Jeff [EESUS]
I'm somewhat of a struts newbie, but I have researched this problem through all available means I'm aware of, and I now humbly turn to this list for assistance. I'm trying to use a Struts ActionForm (v 1.0.2) to deal with a situation where I don't know the number of radio button groups until run

RE: Number of Radio button groups not known until run-time

2002-07-24 Thread Arnaud HERITIER
]' Objet : Number of Radio button groups not known until run-time I'm somewhat of a struts newbie, but I have researched this problem through all available means I'm aware of, and I now humbly turn to this list for assistance. I'm trying to use a Struts ActionForm (v 1.0.2) to deal

RE: Number of Radio button groups not known until run-time

2002-07-24 Thread Bensman, Jeff [EESUS]
Unfortunately my environment is mandating user of v 1.0.2 for now. :-( -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 9:24 AM To: 'Struts Users Mailing List' Subject: RE: Number of Radio button groups not known until run-time I think

RE: HOW TO: properly run client in JBOSS 3.0

2002-07-17 Thread Galbreath, Mark
Isn't that a sci-fi novel? (btw: JBoss has its own user interest list at [EMAIL PROTECTED]) Mark -Original Message- From: Boney Sze [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 11:42 PM the book i am reading (WROX) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

RE: HOW TO: properly run client in JBOSS 3.0

2002-07-17 Thread James Mitchell
-Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 7:39 AM To: 'Struts Users Mailing List' Subject: RE: HOW TO: properly run client in JBOSS 3.0 Isn't that a sci-fi novel? (btw: JBoss has its own user interest list at [EMAIL

RE: HOW TO: properly run client in JBOSS 3.0

2002-07-17 Thread Galbreath, Mark
Somebody better tell the JBoss webmaster, then :-) -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 11:55 AM Actually, its [EMAIL PROTECTED] and you can sign up for it here:

HOW TO: properly run client in JBOSS 3.0

2002-07-16 Thread Boney Sze
hello, I will ask some help from you again. I am having problems running a client properly. the book i am reading (WROX) uses a jboss-2.2.2 version and the command line is like... \BIN\JAVA -classpath

Error trying to run struts-example application on Tomcat 3.3.1 (java.lang.NoSuchMethodError...)

2002-07-02 Thread Gilson Nascimento D Elrei
I have to instaled Tomcat 3.3.1 on Win98 and upload struts-example.war on Root directory, when try to execute I receive the error below: My ClassPath variable is void ! Any suggestion is wellcome! Thanks in advance. Location: /struts-example/index.jsp Internal Servlet Error:

RE: Newbie question: Attempting to run Struts Example application over ATG Dynamo

2002-05-27 Thread Seymore, Walter BGI UK
this helps Walter -Original Message- From: Tejas Jani [mailto:[EMAIL PROTECTED]] Sent: 24 May 2002 23:04 To: 'Struts Users Mailing List' Subject: RE: Newbie question: Attempting to run Struts Example application over ATG Dynamo I have searched the archive and have not found any sort

Newbie question: Attempting to run Struts Example application over ATG Dynamo

2002-05-24 Thread Tejas Jani
Hi all... I am a new user of Struts, as well as new to this group, just starting to use it with ATG Dynamo. I was trying to run the struts-example application shipped along with the binary distribution and wasnt very successful in doing that. I am not able to find any documentation related

Re: Newbie question: Attempting to run Struts Example application over ATG Dynamo

2002-05-24 Thread Ted Husted
Dynamo. I was trying to run the struts-example application shipped along with the binary distribution and wasnt very successful in doing that. I am not able to find any documentation related to any additional setup on ATG for doing this. I would like to have some opinions on the approach of using

RE: Newbie question: Attempting to run Struts Example application over ATG Dynamo

2002-05-24 Thread Mueller, Ed
- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 4:32 PM To: Struts Users Mailing List Subject: Re: Newbie question: Attempting to run Struts Example application over ATG Dynamo You should check the archives. http://www.mail-archive.com/struts-user%40jakarta.apache.org

RE: Newbie question: Attempting to run Struts Example application over ATG Dynamo

2002-05-24 Thread Tejas Jani
successful till now. I would like to know from another folks who have been able to do this successfully. -Original Message- From: Mueller, Ed [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 2:51 PM To: 'Struts Users Mailing List' Subject: RE: Newbie question: Attempting to run Struts

Need Help to run struts within tomcat w/ SecurityManager enabled

2002-05-04 Thread Ingo Bruell
Hi, do someone know how i have to setup the catalina.policy to get struts working with tomcat 4.0.3 under jdk1.4 with the -security option activated ? I have tried several settings, but nothing should work. In the stacktrace i can not see the real violation so long Ingo Bruell --- [EMAIL

trying to get example app to run, help...

2002-04-23 Thread Boon Chew
I have spent quite a bit of time on this, hope you can shed some light here. I am trying out most of the examples that come with struts distribution, but keep running into the error below. What else should I do to get it to work? I apologize if someone has asked this before, I am pretty new to

struts examples don't run in JBuilder

2002-04-16 Thread Kele Tibor
Hi! When I try to run the example web applications of Struts in JBuilder the next error message appears: Error: 500 Location: /WebApp/logon.jspInternal Servlet Error:javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImp l.java:459

Re: struts examples don't run in JBuilder

2002-04-16 Thread Jay sissom
, Kele Tibor wrote: Hi! When I try to run the example web applications of Struts in JBuilder the next error message appears: Error: 500 Location: /WebApp/logon.jspInternal Servlet Error:javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException

RE: struts-example won't run

2002-02-22 Thread Subhadra Vemuri
around this. Bye, Subhadra -Original Message- From: NTL [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 8:17 AM To: Struts Users Mailing List Subject: Re: struts-example won't run --- Subhadra Vemuri [EMAIL PROTECTED] wrote: I had the same problem too - and I didn't have

RE: struts-example won't run

2002-02-21 Thread keithBacon
: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 12:25 PM To: [EMAIL PROTECTED] Subject: Re: struts-example won't run Subject: Re: struts-example won't run From: Wendy S [EMAIL PROTECTED] === I wrote about an error with struts-example: Error: 500 Location

Re: struts-example won't run

2002-02-21 Thread NTL
--- Subhadra Vemuri [EMAIL PROTECTED] wrote: I had the same problem too - and I didn't have to change any source code. I just reinstalled tomcat and all my troubles were gone. It just worked without any changes. I downloaded tomcat version 3.3a. Yes, I got around the same problem by

struts-example won't run

2002-02-20 Thread @Basebeans.com
Subject: struts-example won't run From: Wendy S [EMAIL PROTECTED] === I've searched the mailing list archive but it didn't turn up anything like this. I've downloaded Struts and dropped the .war files in $TOMCAT_HOME/webapps. I also put xercesImpl.jar and xmlParserAPIs.jar in $TOMCAT_HOME/lib

Re: struts-example won't run

2002-02-20 Thread keithBacon
using jakarta-struts-1.0.zip jakarta-tomcat-3.2.2.zip on Windows 98. I bet .net doesn't stitch you up like this! Sorry i can't help more. --- Struts Newsgroup [EMAIL PROTECTED] wrote: Subject: struts-example won't run From: Wendy S [EMAIL PROTECTED] === I've searched the mailing list archive

Re: struts-example won't run

2002-02-20 Thread @Basebeans.com
Subject: Re: struts-example won't run From: Wendy S [EMAIL PROTECTED] === I wrote about an error with struts-example: Error: 500 Location: /struts-example/logon.jsp Internal Servlet Error: javax.servlet.ServletException: cant remove Attributes from request scope Root cause

RE: struts-example won't run

2002-02-20 Thread Subhadra Vemuri
: Wednesday, February 20, 2002 12:25 PM To: [EMAIL PROTECTED] Subject: Re: struts-example won't run Subject: Re: struts-example won't run From: Wendy S [EMAIL PROTECTED] === I wrote about an error with struts-example: Error: 500 Location: /struts-example/logon.jsp Internal Servlet Error

RE: problems getting struts example to run

2001-12-03 Thread Darryl Nortje
on? Thanks again for the replies. cheers Darryl -Original Message- From: Jon.Ridgway [mailto:[EMAIL PROTECTED]] Sent: Friday, November 30, 2001 2:35 PM To: 'Struts Users Mailing List' Subject: RE: problems getting struts example to run Hi, Change the two lines of code in FormTag.doEndTag

RE: problems getting struts example to run

2001-12-03 Thread Jon.Ridgway
. Jon. -Original Message- From: Darryl Nortje [mailto:[EMAIL PROTECTED]] Sent: 03 December 2001 08:12 To: 'Struts Users Mailing List' Subject: RE: problems getting struts example to run Hi Jon, I changed the two lines to what you said. I did not make any difference still got the error

RE: problems getting struts example to run

2001-12-03 Thread Darryl Nortje
witht he Struts code? -Original Message- From: Jon.Ridgway [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 12:21 PM To: 'Struts Users Mailing List' Subject: RE: problems getting struts example to run Hi Darryl, There are to FormTag(s) in different packages. Make sure you have

RE: problems getting struts example to run

2001-12-03 Thread Jon.Ridgway
' Subject: RE: problems getting struts example to run Hi Jon, Ja, you were right Jon. I changed the wrong one. Now that it's working can you tell me at all what was wrong with pageContext.removeAttribute(Constants.BEAN_KEY, PageContext.REQUEST_SCOPE); and why pageContext.getRequest

problems getting struts example to run

2001-11-30 Thread Darryl Nortje
I have done my homework. I just cannot get the Struts example to run in VAJ4.0 using WTE (not WAS). Please can someone help me. the following are the symptoms. I type in the url http:/localhost:8080/strutsexample/index.jsp I then get to the main page. When I click on the logon url

RE: problems getting struts example to run

2001-11-30 Thread Jon.Ridgway
- From: Darryl Nortje [mailto:[EMAIL PROTECTED]] Sent: 30 November 2001 11:36 To: 'Struts Users Mailing List' Subject: problems getting struts example to run I have done my homework. I just cannot get the Struts example to run in VAJ4.0 using WTE (not WAS). Please can someone help me. the following

Re: run time expressions jsp:xxx attributes

2001-09-23 Thread martin . cooper
, September 21, 2001 1:49 PM Subject: run time expressions jsp:xxx attributes Hi, the struts example mainMenu.jsp page accesses the User bean like so: ... jsp:useBean id=user scope=session type =org.apache.struts.webapp.example.User/ ... jsp:getProperty name=user property=username/ However

run time expressions jsp:xxx attributes

2001-09-21 Thread Craig_Reichenbach
, user); Is it possible to use a run time expression instead? %@ page import=org.apache.struts.webapp.example.Constants% jsp:getProperty name=%=Constants.USERBEAN% property=username/ I am not able to do so, I get a org.apache.jasper.JasperException: Attempted a bean operation on a null object

Can't run struts-example

2001-09-13 Thread Ricco Lee
hi all struts users, i am new to struts and just installed struts 1.0 to tomcat4-b7. but when i tried to run the struts-example, i got the below exception. how can i fix it? thanks --- A Servlet Exception Has Occurred Exception Report

RE: Help Error run Struts in VAJ 4 cant remove Attributes from requestscope remain

2001-09-10 Thread Mark DiNic
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 11:50 AM To: [EMAIL PROTECTED] Subject: Re: Help Error run Struts in VAJ 4 cant remove Attributes from requestscope remain Julia, I had the same problem with VAJ 3.5.3, but I presume this will work with 4.0. You need

RE: Run Struts in Entry Editon Visual Age for Java 4.0?

2001-09-07 Thread VIAUD Cédric
Title: RE: Run Struts in Entry Editon Visual Age for Java 4.0? Can you explicite your probleme. I am actually using VAJ 3.5 and WAS 3.5.3, and everything is OK. A+ Cédric -Message d'origine- De : Julia Yang [mailto:[EMAIL PROTECTED]] Envoyé : vendredi 7 septembre 2001 00:36 À

RE: Run Struts in Entry Editon Visual Age for Java 4.0?

2001-09-07 Thread Julia Yang
Sorry bother you all again Guys, Can you share how to run struts in VAJ4 ?. Any instructions? What version of struts do you use ? how do you solve the XML Parser problem ? I follow up the article of Apache Struts and VAJ part 2: Using Struts in VAJ 3.5.3 from IBM Kyle Brown. What I did

Help Error run Struts in VAJ 4 cant remove Attributes from request scope remain

2001-09-07 Thread Julia Yang
Hi, Geoff and Mark and all Thank you for answer my question on how to use struts in VAJ I got it run but with a error Server caught unhandled exception from servlet [jsp]: cant remove Attributes from request scope I followed the e-mail Geoff sent out on 8/21/2001 with Replace the following

Re: Help Error run Struts in VAJ 4 cant remove Attributes from requestscope remain

2001-09-07 Thread Eric . Stievater
: Subject: Help Error run Struts in VAJ 4 cant remove Attributes from request scope 09/07/01 02:36remain

RE: Help Error run Struts in VAJ 4 cant remove Attributes from requestscope remain

2001-09-07 Thread Julia Yang
Thank you Eric. It is working now Julia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 11:50 AM To: [EMAIL PROTECTED] Subject: Re: Help Error run Struts in VAJ 4 cant remove Attributes from requestscope remain Julia, I had

RE: Help Error run Struts in VAJ 4 cant remove Attributes from request scope remain

2001-09-07 Thread Assenza, Chris
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 2:50 PM To: [EMAIL PROTECTED] Subject: Re: Help Error run Struts in VAJ 4 cant remove Attributes from request scope remain Julia, I had the same problem with VAJ 3.5.3, but I presume this will work with 4.0

Run Struts in Entry Editon Visual Age for Java 4.0?

2001-09-06 Thread Julia Yang
Does anyone know how to run Run Struts in Entry Editon Visual Age for Java 4.0? Any articles, tricks ? I followed the instruction of Apache Struts and VAJ part 2: Using Struts in VAJ 3.5.3 from IBM Kyle Brown. It gives me exception Any suggestion appreciated Julia

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

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: Barracuda vs. Struts [How do I run a sample app?]

2001-08-27 Thread Matt Raible
servers has it run on successfully? It'd be great to have a war file like struts provides to drop it into Tomcat and whalla! I'm afraid it only runs on enhydra :( - please enlighten me! Thanks, Matt --- Ted Husted [EMAIL PROTECTED] wrote: First, this is a very impressive document, Chris. I

RE: Barracuda vs. Struts [How do I run a sample app?]

2001-08-27 Thread Christian Cryder
://barracuda.enhydra.org What a great time to be a Geek -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 8:45 PM To: [EMAIL PROTECTED] Subject: Re: Barracuda vs. Struts [How do I run a sample app

How to run HostPublisher and Struts in VAJ 3.5.3

2001-08-23 Thread Thomas Nachbur
Does any Body know how to run IntegrationsObjects from HostPublisher 2.2 together with Struts in the test environment of VAJ 3.5.3? Thanks a lot for your help Thomas Nachbur *** PLEASE NOTE *** This message, along with any attachments, may be confidential

  1   2   >