This is very urgent !
This is regarding a project upgrade where I need to stick with Struts 1 and I
need Tiles 2 as the Spring framework is getting upgraded.
if you have already built the struts-tiles2-1.4.0-SNAPSHOT.jar can you pls send
the same to me? I also have a very different upgrade here
2017-03-10 20:46 GMT+01:00 Kokkodan Venu :
> Hi, Can you pls let me know how you have migrated your old project with
> Struts1 and Tiles 2? I have a same situation here where I need to keep struts
> 1.
The best option will be to keep both Struts 1 based app with Struts 2
based app next to it and
Hi, Can you pls let me know how you have migrated your old project with Struts1
and Tiles 2? I have a same situation here where I need to keep struts 1.
Pls respond as quick as possible.
Thank You
Venugopalan
This e-mail, including any attachments, may constitute a Federal record or
other Gov
__
> From: lukaszlen...@apache.org
> Date: Wed, 11 Mar 2015 13:20:35 +0100
> Subject: Re: Struts 1.x documentation and javadocs
> To: user@struts.apache.org
>
> Yes, only as a dow
Yes, only as a downloadable versions, this allowed to simplify results
in Google index
2015-03-11 12:23 GMT+01:00 Christopher Schultz :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> All,
>
> I realize that S1 is EOL but the press release says that the
> documentation will still be availa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
I realize that S1 is EOL but the press release says that the
documentation will still be available from the Struts home page.
I can't seem to find the 1.3.x API Javadocs on the site, and neither
can Google. Are the Javadocs still available fro
2014-04-26 12:41 GMT+02:00 Andrew Brennan :
> Hi,
>
> Can anyone confirm/deny if Struts 1 is vulnerable to this problem?
There was an announcement published on this list.
Regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
--
Hi,
Can anyone confirm/deny if Struts 1 is vulnerable to this problem?
Thanks,
Andy.
nt.com
--
View this message in context:
http://struts.1045723.n5.nabble.com/Struts-1-x-Best-Practices-tp3465448p5714526.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-un
The Apache Struts Project Team would like to inform you that the Struts
1.x web framework has reached its end of life and is no longer
officially supported.
Started in 2000, Struts 1 had its last release - version 1.3.10 - in
December 2008. In the meantime the Struts community has focused on
vas Parashar wrote
>>
>> Hi,
>> Are you using struts-tiles2-1.4.0-SNAPSHOT.jar ?
>> This jar is required for Struts 1 to work with Tiles 2.
>>
>> Regards,
>> Shrinivas
>>
>> -Original Message-
>> From: vsendhil [mailto:vsendhil@]
&g
;
> Regards,
> Shrinivas
>
> -Original Message-
> From: vsendhil [mailto:vsendhil@]
> Sent: 30 August 2012 06:04
> To: user@.apache
> Subject: Re: Struts 1.x and Strtus2.x With Tiles 2.x
>
> Struts 2 JSPs works perfectly, I have problem with JSPs having struts 1
> tags
Hi,
Are you using struts-tiles2-1.4.0-SNAPSHOT.jar ?
This jar is required for Struts 1 to work with Tiles 2.
Regards,
Shrinivas
-Original Message-
From: vsendhil [mailto:vsend...@gmail.com]
Sent: 30 August 2012 06:04
To: user@struts.apache.org
Subject: Re: Struts 1.x and Strtus2.x With
Struts 2 JSPs works perfectly, I have problem with JSPs having struts 1 tags.
I tried debugging and found the control goes to struts 1 action, the only
problem is in the JSP.
Am I missing something?
--
View this message in context:
http://struts.1045723.n5.nabble.com/Struts-1-x-and-Strtus2-x
On Wed, Aug 29, 2012 at 8:16 PM, vsendhil wrote:
> struts2-tiles-plugin
I'd be a little suprised if the old Struts stuff worked with (relatively)
newer Tiles.
It wasn't at all clear to me when you actually had errors; your message
said there were issues with both the S1 and S2 apps.
Dave
--
main_jsp._jspService(main_jsp.java:104)
> at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> at
tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)
--
Sendhil Murugan. V
--
View this message in context:
http://struts.1045723.n5.nabble.com/Struts-1-x-and-Strtus2-x-With-Tiles-2-x-tp5710543.html
Sent from the Struts - User mailing list archive at Nabble.com.
message in context:
http://struts.1045723.n5.nabble.com/Building-REST-support-in-existing-Struts-1-x-app-tp5116535p5117535.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-unsubscr
Hello,
I have an application written in Struts 1.x. It uses SOAP for
communication with the client app. Now I want to replace SOAP with REST and
was investigating the REST plugin of struts. I see that the struts REST
plugin can be used with only Struts 2.x. So now my question is can I use
List
Cc: Brian Thompson; Dave Newton
Subject: Re: Accessing session objects other than action in Struts 1.x
> I want to access session objects in a class other than Action.
You have to pass the ServletRequest object or the Session object to the
instance of that class.
Mazi
On Thu, Apr 7, 2011
On Thu, Apr 7, 2011 at 9:25 AM, Massimo Ugues wrote:
> > I want to access session objects in a class other than Action.
> You have to pass the ServletRequest object or the Session object
> to the instance of that class.
Please don't.
Doing so ties the dependent classes to either Struts or the Ser
> I want to access session objects in a class other than Action.
You have to pass the ServletRequest object or the Session object to the
instance of that class.
Mazi
On Thu, Apr 7, 2011 at 2:24 PM, Brian Thompson wrote:
> On Thu, Apr 7, 2011 at 7:05 AM, Dave Newton wrote:
>
> > On Apr 7, 2011 5
On Thu, Apr 7, 2011 at 7:05 AM, Dave Newton wrote:
> On Apr 7, 2011 5:48 AM, "Ganesh" wrote:
> > I am using Struts 1.0.2.
>
> Good lord why?
>
>
Legacy code, I'll wager. If he were building something brand-new, it would
be a no-brainer to use Struts 2.
-Brian
On Apr 7, 2011 5:48 AM, "Ganesh" wrote:
> I am using Struts 1.0.2.
Good lord why?
> I want to access session objects in a class other than Action. Is there
any way to acheive it rather than passing the information via parameter to
each and every function?
You could create a thread local and acce
Hello all,
I am using Struts 1.0.2.
I want to access session objects in a class other than Action. Is there any way
to acheive it rather than passing the information via parameter to each and
every function?
Regards
Ganesh
-
ither, but it'd depend
on the nature of the issue.
Dave
On Dec 23, 2010 3:33 AM, "chris snow" wrote:
>
> I am working on various legacy software projects that have various
versions
> of struts 1.x. (mostly 1.1.x and 1.2.x)
>
> I need to ensure I am only using versions
I am working on various legacy software projects that have various versions
of struts 1.x. (mostly 1.1.x and 1.2.x)
I need to ensure I am only using versions that are still maintained for
security fixes. Which 1.x versions are still being maintained for security
fixes?
It's not possible to
ServerInfo.getPort(), "/services/IrqpaService").start();
server-config.wsdd is deleted each time the server is starting due to
some problem that were present when i was first configuring it, now
it's probably obsolete.
Best greetings,
Paweł Wielgus.
2010/6/16 john lee :
> h
how can i implement webservice inside the struts 1.x application?
if i need to implement webservice server, which library need to download or use?
if i need to implment websrvice client only, which libary need to call ?
should i download apache AXIS as requirement ?
tks in advance
john
Hello Abhishek
You can do a performance testing on ur local system to check this.
There are open source performance testing tools like Apache JMeter,
Allmon, DBMonster, Database Opensource Test Suite etc with which you can
test database driven applications under heavy load.
-Rupali
On 6/3/
..@mpstechnologies.com>>
>>> wrote:
>>>
>>>Hi Abhishek
>>>1. You can do memory profiling by doing performance testing on
>>>your code.
>>>2. You can use memcache server and cache data from db once the
>>>serve
t other info
Rupali
On 5/31/2010 5:05 PM, abhishek jain wrote:
Dear friends,
I have recently developed an application in struts 1.x and i
am thinking is
there a way i can get to know that is the load time (in
browser) as per the
standard or competiti
ions once used etc..
Let me know if you want other info
Rupali
On 5/31/2010 5:05 PM, abhishek jain wrote:
Dear friends,
I have recently developed an application in struts 1.x and i
am thinking is
there a way i can get to know that is the load time (in
nimize duplicate data, using normal forms, proper
> closing of db connections once used etc..
>
> Let me know if you want other info
> Rupali
>
>
> On 5/31/2010 5:05 PM, abhishek jain wrote:
>
>> Dear friends,
>> I have recently developed an application in struts 1.x
recently developed an application in struts 1.x and i am thinking is
there a way i can get to know that is the load time (in browser) as per the
standard or competitive with other applications / websites,
Can anyone give me some pointers?
I do would like to know the time graph, ie the query took x
Dear friends,
I have recently developed an application in struts 1.x and i am thinking is
there a way i can get to know that is the load time (in browser) as per the
standard or competitive with other applications / websites,
Can anyone give me some pointers?
I do would like to know the time
Is there any issues that I should know about if I take the Struts 1.x
framework and run it with a servlet 2.5 specification, instead of the
2.3 servlet spec? What are the pitfalls?
Ein Unternehmen der mediantis AG (Hauptsitz)
Hauptstr. 2, D-82327 Tutzing
Aufsichtsrat (Vorsitzender): Richard K
2009/7/27 john lee :
> how can i generate 1 single .jar? and put into which folder, then i can
> delete those many *.class files, and delete folder packageX as well?
Why do you want do that?
Regards
--
Lukasz
http://www.lenart.org.pl/
http://dailylog.lenart.org.pl/
---
book or two like
http://www.amazon.com/Tomcat-Definitive-Guide-Jason-Brittain/dp/0596101066/ref=sr_1_1?ie=UTF8&qid=1248749758&sr=8-1
Cheers
Chris
-Original Message-
From: john lee
To: Struts Users Mailing List
Sent: Mon, Jul 27, 2009 6:11 pm
Subject: Re: struts 1.x, how t
On Mon, 27 Jul 2009 15:11:11 -0700 (PDT)
john lee wrote:
> tks for reply, but should put it in which folder/directory ? then
> tomcat/struts can serve to online user?
You need to build a war file which can then go in the tomcat webapps directory.
See your ant build.xml for details of any war p
tks for reply, but should put it in which folder/directory ? then tomcat/struts
can serve to online user?
--- On Mon, 7/27/09, Musachy Barroso wrote:
From: Musachy Barroso
Subject: Re: struts 1.x, how to create package ?
To: "Struts Users Mailing List"
Date: Monday, July 27,
http://www.google.com/search?q=how+to+make+a+jar
musachy
On Mon, Jul 27, 2009 at 1:45 PM, john lee wrote:
>
> i build online store by struts 1.x, and working fine, and all the classes
> file under
>
> /var/apache-tomcat-6.0.16/webapps/store/WEB-INF/classes/packag
I build online store by struts 1.x, and working fine, and all the classes file
under
/var/apache-tomcat-6.0.16/webapps/storeX/WEB-INF/classes/packageX/cart/*.class
/mail/*.class
i build online store by struts 1.x, and working fine, and all the classes file
under
/var/apache-tomcat-6.0.16/webapps/store/WEB-INF/classes/packageX/cart/*.class
/mail/*.class
,
Nikhil
On Sun, Sep 21, 2008 at 11:02 AM, greatshalu.6 <[EMAIL PROTECTED]>wrote:
>
> Hi all,
> I want to use grid ( dynamic table) in struts 1.x and according to my
> knowledge there is no concept of grid in struts 1.x , please do tell me how
> can i form a grid in struts 1.x.
&g
Hi all,
I want to use grid ( dynamic table) in struts 1.x and according to my
knowledge there is no concept of grid in struts 1.x , please do tell me how
can i form a grid in struts 1.x.
Please provide me the solution.
Thanks in advance.
--
View this message in context:
http://www.nabble.com
I would check on a Tomcat list since Struts 1.x is used in production in
literally millions of web apps and they work perfectly well.
Regards,
Randy Burgess
Sr. Software Architect
D5 Systems, LLC
> From: john lee <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List
> Da
Hi,
My Susue linux/tomcat 6/struts 1.x always hang, when at hang, all the
link/application's screen output is just 'null', no matter how to
refresh/reload or click new link.
no any error messages in any of catalina.out, catalina.log, local.log ..
the only solution is
Hi, i installed Tomcat 6.0.16, and move existing application from
tomcat 5.5 to tomcat 6.6. after doing so, then i make the change to
server.xml(global) only, add the block of to reflect the
existing/transfered application but when i do test, receive error
message
Hi,
i installed Tomcat 6.0.16, and move existing application directory from
tomcat 5.5 to tomcat 6.6.
after doing so, then i make the change to server.xml(global) only, add the
block of to reflect the existing/transfered application
but when i do test, give the error message
2008/3/5, john lee <[EMAIL PROTECTED]>:
> Could any expert tell me how to upload file if use struts 1.x? any example
> will be greatly appreciate.
Google "struts file upload" and the first result is:
http://www.roseindia.net/struts/strutsfil
Could any expert tell me how to upload file if use struts 1.x? any example will
be greatly appreciate.
tks in advance
john
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
On Sun, Feb 24, 2008 at 3:41 AM, Antonio Petrelli
<[EMAIL PROTECTED]> wrote:
> 2008/2/23, Ealden Escañan <[EMAIL PROTECTED]>:
>
> > Is struts2-tiles-plugin compatible with Struts-Tiles?
>
> No. Use Tiles 2.
> At Tiles site you can find a migration guide:
> http://tiles.apache.org/migration/inde
2008/2/23, Ealden Escañan <[EMAIL PROTECTED]>:
> Is struts2-tiles-plugin compatible with Struts-Tiles?
No. Use Tiles 2.
At Tiles site you can find a migration guide:
http://tiles.apache.org/migration/index.html
Ciao
Antonio
-
T
Hi, all
I'm currently integrating Struts 2.0.11 in my current project to run
side-by-side with Struts 1 and slowly migrate from there. We are
using Jakarta (yes) Struts 1.2.8 and Struts-Tiles. I am trying to
forward to a tile using TilesResult, but I get a "Error rendering
tile" error because of
Hi,
http://wiki.apache.org/struts/StrutsFileDownload
Thanks,
Nuwan
(http://code.google.com/p/struts2-ssl-plugin)
john lee wrote:
Could anyone tell me where i can find the example for using file download
feature of Struts 1.x?
tks
john
Could anyone tell me where i can find the example for using file download
feature of Struts 1.x?
tks
john
-
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
Write yourself a filter. The filter should wrap the HttpServletRequest
object (JEE HttpServletRequestWrapper class) and also contain a reference to
the user's credentials. Just override isUserInRole to provide your logic.
Paul
On Dec 17, 2007 12:31 AM, 张云勇 <[EMAIL PROTECTED]> wrote:
> Sorry for
he user's logon timestamp, how can I do it. Is struts 1.x provied any
JAAS related API to complete this?
On Dec 16, 2007 10:15 PM, 张云勇 <[EMAIL PROTECTED]> wrote:
> Is struts 1.X has JAAS integration API?
> I want to use the follow code:
>
> HttpServletRequest request = ServletActionContext.getRequest();
> String authType = request.getAuthType(); // http or https
Based on the
Is struts 1.X has JAAS integration API?
I want to use the follow code:
HttpServletRequest request = ServletActionContext.getRequest();
String authType = request.getAuthType(); // http or https
String user = request.getRemoteUser(); // the user principal (in string)
Principalprincipal
its onchange, try this
john lee-15 wrote:
>
> Does Struts 1.x support ?
>
> if so, why the execution/logs report the following:
>
> Attribute onChange invalid for tag selection according to TLD
>
> any input?
>
>
i have 2 html:select, second html:select display corrspondent result based upon
first html:select selection by calling customized ajax.
However, second html:select generate results and displayed results, but
cannot generate selection box, but why? or limition of struts for the
html:select?
Does Struts 1.x support ?
if so, why the execution/logs report the following:
Attribute onChange invalid for tag selection according to TLD
any input?
tks in advance
john
-
Got a little couch potato?
Check out fun
john lee wrote:
Could any expert tell me why?
has the value of "illinois" .
but, the following code do not set value="illinois', still literal string of "", or this is the limition of Struts 1.x?
Tim,
tks for your input, but after i change to html-el:option, it show "null" in
the list box on screen,
after i change html:select to html-el:select, the value just show on screen,
but the list box is gone.
do u know why?
tks u so much
john
"Slattery, Tim - BLS"
>
You can't nest tags in this way. It's not a Struts limitation, it's an
XML thing. You can makme it work by using the EL version of the html
tags:
Or is it agent.myselection? I'm not terribly familiar with the bean
tags.
--
Tim Slattery
[EMAIL PROTECTED]
---
Could any expert tell me why?
has the value of "illinois" .
but, the following code do not set value="illinois', still literal string of
"", or this is the limition of
Struts 1.x?
no matter i use singl
Could any expert tell me why?
has the value of "illinois"
.
but, the following code do not set value="illinois', still literal string of
"", or this is the limition of
Struts 1.x?
HI Paul,
But, i put initial="20" inside struts-config.xml, when execute, system still
give me the error message that is the following:
Error creating form bean of class org.apache.struts.action.DynaValidatorForm
java.lang.NullPointerException.
tks ur help
john
Paul Be
struts-config. see the dtd
On 9/10/07, john lee <[EMAIL PROTECTED]> wrote:
>
> Hi Paul,
>
> after i add initial="20" into struts-config.xml, execution still
> complain about NullPointerException.
>
> After i add initial="20" into validation.xml, initial="20" .
> when i bounce the server
Hi Paul,
after i add initial="20" into struts-config.xml, execution still complain
about NullPointerException.
After i add initial="20" into validation.xml,
> Any expert can give me your hands?
>
> i have an DynaValidatorFrom as following:
>
> inside struts-config.xml
>
> > org.apache
tks for your kind help,
but add initial="20" inside struts-config.xml or validation.xml?
what else i need to do ?
tks in advance
john
Paul Benedict <[EMAIL PROTECTED]> wrote:
You need to allocate array space. For example, add an initial="20" attribute
to the property.
You need to allocate array space. For example, add an initial="20" attribute
to the property.
On 9/9/07, john lee <[EMAIL PROTECTED]> wrote:
>
> Any expert can give me your hands?
>
> i have an DynaValidatorFrom as following:
>
> inside struts-config.xml
>
>org.apache.struts.action.DynaVal
Any expert can give me your hands?
i have an DynaValidatorFrom as following:
inside struts-config.xml
inside validation.xml
But, the execution give me the error message for null point exception. All
the examples i could find is de
I just wanted to clarify that security alerts raised as to Struts 2.x
MAY NOT apply to Struts 1.x.
The versions use entirely different codebases. When we say to
immediately upgrade to Struts 2.0.9, we don't mean people should
upgrade from Struts 1.3.8 just to address the security alert. If
Dave,
Thanks for the reply. The link you mentioned does not have much detail in it.
Although, How would interceptor would solve the definition of roles information
for each action in an application? If you use this interceptor you mentioned,
where would you put roles information for each action
Whoops; wrong button.
IIRC a simplistic roles interceptor [1] was added
(possibly even at my request, but it was awhile ago)
which had functionality similar to S1.
d.
[1]
http://struts.apache.org/2.x/docs/roles-interceptor.html
(Doesn't seem to be displaying properly at the moment,
though?)
--
--- akash agrawal wrote:
> (I would assume that Struts 2 is backward
compatible)
S2 is a *completely* different architecture and has
(essentially) nothing to do with S1.
d.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi
Hi,
Is role attribute supported in Struts 2? It was supported in Struts version
1.x. ( I would assume that Struts 2 is backward compatible)
If it is supported how to use it? Is there any example or documentation related
to this.
Thanks,
-Akash
-
Pinpoin
No such tag exists.
On 8/29/07, john lee <[EMAIL PROTECTED]> wrote:
>
> could anyone tell me the info about calendar tag with Struts 1.x if any ?
>
> tks in advance
>
> john
>
>
> -
> Building a website is a piece of cake.
&
could anyone tell me the info about calendar tag with Struts 1.x if any ?
tks in advance
john
-
Building a website is a piece of cake.
Yahoo! Small Business gives you all the tools to get online.
/jsp/PatientRoster_new_layout.jsp" contents are here:
http://rafb.net/p/B7Ipil28.html
==
--
View this message in context:
http://www.nabble.com/struts-menu-%2B-tiles-1.x-%2B-struts-1.x-issue-tf4330085.html#a12332219
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Viplav Kallepu wrote:
Hi,
I am using struts 1.3.8 for my application. For validation I am using
validator framework. In one of my pages my form is submitted either by
submit button or changing the dropdown list value. "action" is the name of
the property in the corresponding actionform which st
Hi,
I am using struts 1.3.8 for my application. For validation I am using
validator framework. In one of my pages my form is submitted either by
submit button or changing the dropdown list value. "action" is the name of
the property in the corresponding actionform which stores the submit
button's
The beanUtils.copyProperties method handles simple conversions. For
complex conversions, like dates, I often found it simplest to code an
extra property, so that there would be both "currentDateText" and
"currentDate" properties. The business layer would use the currentDate
property and the acti
To: Struts Users Mailing List
Subject: Struts 1.x Best Practices...
Hi,
I am new to struts. I am using struts 1.3.8 for my project. Where
can
I found the appropriate best practices to maintain while devlopment. I
found
lot of material while browsing but wasn't able to figure out which
ctive
-Original Message-
From: Viplav Kallepu [mailto:[EMAIL PROTECTED]
Sent: Friday, June 29, 2007 9:23 AM
To: Struts Users Mailing List
Subject: Struts 1.x Best Practices...
Hi,
I am new to struts. I am using struts 1.3.8 for my project. Where
can
I found the appropriate best prac
Hi,
I am new to struts. I am using struts 1.3.8 for my project. Where can
I found the appropriate best practices to maintain while devlopment. I found
lot of material while browsing but wasn't able to figure out which was the
good one.
My doubt is I am using a bean for every oracle ta
gt;> HTH,
>>>>>>> Frank
>>>>>>>
>>>>>>> --
>>>>>>> Frank W. Zammetti
>>>>>>> Founder and Chief Software Architect
>>>>>>> Omnytex Technologies
>>>>>>>
>>>>>> (2006, Apress, ISBN 1-59059-695-1)
>>>>>> and "JavaScript, DOM Scripting and Ajax Projects"
>>>>>> (2007, Apress, ISBN 1-59059-816-4)
>>>>>> Java Web Parts - http://javawebparts.sourceforge.net
>>>>>> Supplying the wheel, so you don't have to reinvent
)
>>>>>> 2) user's provided username/password is validated against LDAP
>>>>>> server,
>>>>>> and a
>>>>>> token is returned. That token is stored in the database as well.
>>>>>> 3) That security token is pu
ify its the same
>>>>> user
>>>>> who
>>>>> logged in at step (1).
>>>>> 4) the struts web flows are selected and user selects and runs
>>>>> through
>>>>> the
>>>>> appropriate web flows.
>>
;> implemented to implement a login scheme (*using LDAP repositories).
>>>> I recently evaluated Spring's ACEGI framework and found it to be pretty
>>>> promising. I am not sure, if
>>>> there's anything else that I should/can consider.
>>>> Moreover, my question for t
using LDAP repositories).
>>> I recently evaluated Spring's ACEGI framework and found it to be pretty
>>> promising. I am not sure, if
>>> there's anything else that I should/can consider.
>>> Moreover, my question for this forum is whether the above architectur
rchitecture is
>> a
>> good one or is there some scope of improvement in it, that we can
>> implement
>> using ACEGI framework or some other login/security framework that
>> you
>> folks can suggest...
>> thanks a lot for any input in advance,
>
All of our security is LDAP-based, but we simply use the built-in
mechanisms that Websphere provides... you can easily tell it, in
conjunction with plain old J2EE security, to validate users against
LDAP. This works very similar to the steps you outline.
Now, on top of that we've build our ow
rovement in it, that we can implement
using ACEGI framework or some other login/security framework that you
folks can suggest...
thanks a lot for any input in advance,
robbby
--
View this message in context:
http://www.nabble.com/suggestions-for-login-scheme-using-struts-1.x-tf3912491.html
@struts.apache.org
Subject: RE: Struts 1.x and Tomcat 5 problem
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain proprietary, confidential or privileged information. If you are not
the
--- probertm <[EMAIL PROTECTED]> wrote:
> Doh! My apologies for the wasted bandwidth ..
Nah. We all do silly stuff, probably a lot :)
d.
Boardwalk
for $500? In 2007? Ha! Play Monopoly Here and Now (it
1 - 100 of 209 matches
Mail list logo