arsperl-users Mailing List for ARSperl (Page 31)
Brought to you by:
jeffmurphy
You can subscribe to this list here.
| 1996 |
Jan
(6) |
Feb
(7) |
Mar
(16) |
Apr
(5) |
May
(21) |
Jun
(5) |
Jul
(5) |
Aug
(13) |
Sep
(4) |
Oct
(12) |
Nov
(7) |
Dec
(24) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1997 |
Jan
(38) |
Feb
(65) |
Mar
(32) |
Apr
(37) |
May
(47) |
Jun
(45) |
Jul
(28) |
Aug
(38) |
Sep
(41) |
Oct
(81) |
Nov
(21) |
Dec
(45) |
| 1998 |
Jan
(18) |
Feb
(26) |
Mar
(44) |
Apr
(34) |
May
(36) |
Jun
(44) |
Jul
(31) |
Aug
(34) |
Sep
(56) |
Oct
(40) |
Nov
(20) |
Dec
(25) |
| 1999 |
Jan
(49) |
Feb
(50) |
Mar
(33) |
Apr
(51) |
May
(54) |
Jun
(43) |
Jul
(91) |
Aug
(34) |
Sep
(120) |
Oct
(102) |
Nov
(101) |
Dec
(25) |
| 2000 |
Jan
(55) |
Feb
(105) |
Mar
(44) |
Apr
(89) |
May
(123) |
Jun
(51) |
Jul
(98) |
Aug
(120) |
Sep
(101) |
Oct
(77) |
Nov
(58) |
Dec
(39) |
| 2001 |
Jan
(36) |
Feb
(50) |
Mar
(57) |
Apr
(62) |
May
(81) |
Jun
(55) |
Jul
(46) |
Aug
(51) |
Sep
(37) |
Oct
(60) |
Nov
(38) |
Dec
(41) |
| 2002 |
Jan
(70) |
Feb
(41) |
Mar
(49) |
Apr
(55) |
May
(93) |
Jun
(48) |
Jul
(88) |
Aug
(52) |
Sep
(92) |
Oct
(63) |
Nov
(37) |
Dec
(63) |
| 2003 |
Jan
(62) |
Feb
(78) |
Mar
(101) |
Apr
(90) |
May
(104) |
Jun
(31) |
Jul
(29) |
Aug
(66) |
Sep
(50) |
Oct
(114) |
Nov
(111) |
Dec
(49) |
| 2004 |
Jan
(19) |
Feb
(68) |
Mar
(59) |
Apr
(30) |
May
(54) |
Jun
(33) |
Jul
(115) |
Aug
(69) |
Sep
(33) |
Oct
(80) |
Nov
(25) |
Dec
(47) |
| 2005 |
Jan
(34) |
Feb
(26) |
Mar
(28) |
Apr
(57) |
May
(53) |
Jun
(59) |
Jul
(42) |
Aug
(25) |
Sep
(26) |
Oct
(33) |
Nov
(20) |
Dec
(2) |
| 2006 |
Jan
(35) |
Feb
(15) |
Mar
(14) |
Apr
(7) |
May
(22) |
Jun
(22) |
Jul
(22) |
Aug
(3) |
Sep
(7) |
Oct
(20) |
Nov
(25) |
Dec
(8) |
| 2007 |
Jan
(44) |
Feb
(26) |
Mar
(24) |
Apr
(34) |
May
(23) |
Jun
(61) |
Jul
(18) |
Aug
(39) |
Sep
(28) |
Oct
(31) |
Nov
(31) |
Dec
(23) |
| 2008 |
Jan
(18) |
Feb
(5) |
Mar
(18) |
Apr
(15) |
May
(17) |
Jun
(18) |
Jul
(13) |
Aug
(10) |
Sep
(71) |
Oct
(25) |
Nov
(5) |
Dec
(14) |
| 2009 |
Jan
(3) |
Feb
(6) |
Mar
(19) |
Apr
(5) |
May
(2) |
Jun
(5) |
Jul
(23) |
Aug
|
Sep
|
Oct
(2) |
Nov
(15) |
Dec
(7) |
| 2010 |
Jan
(5) |
Feb
(6) |
Mar
|
Apr
|
May
(10) |
Jun
|
Jul
(9) |
Aug
(6) |
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
| 2011 |
Jan
(16) |
Feb
(24) |
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(4) |
Sep
(1) |
Oct
|
Nov
(13) |
Dec
|
| 2012 |
Jan
(17) |
Feb
(14) |
Mar
(14) |
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
(9) |
Aug
(1) |
Sep
(7) |
Oct
(14) |
Nov
(4) |
Dec
(4) |
| 2013 |
Jan
(1) |
Feb
(12) |
Mar
(7) |
Apr
(5) |
May
|
Jun
|
Jul
(1) |
Aug
(21) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
(4) |
| 2014 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(27) |
Jun
|
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(4) |
| 2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Axton W Grams/N. <Axt...@ne...> - 2007-06-29 15:21:22
|
Sounds like what you are trying to do is emulate the session pool/proxy
that the java api provides, using arsperl. I am not sure how you would
approach this. Most interpreted languages have a problem with persistence
with things like this, unless there is a way to serialize the data. I'm
not sure how you could do that with arsperl; just don't have the skills
and knowledge to work at that level.
I've contributed some to JOARSE, mainly to be compliant with the 7.x api.
I would not say the project is dead, it has been maintained, but it does
not have the widespread adoption of things like arsperl.
If you can, I would suggest waiting until 7.1 is released; to see if the
new java api is all that I am hearing it is. I am going to take a guess
that the new java api, if a complete rewrite/rearchitecture will be bug
ridden for some time, but the best way for things like this to mature is
for people to use it and report back to the vendor.
Axton Grams
That's what I get for writing an email in a hurry :) I wasn't all that
clear on what I was asking.
What I was asking originally was not how to maintain state (that I
knew), what I was wondering was if/how I could use references to a
server-side control record by way of tying it to an http session,
rather than create a new control record on every request. As far as I
can tell, that isn't quite possible in ARSPerl (or, at least I can't
figure out how).
The Java API/JSP/Servlet method was another avenue that I was
considering, but since I know Perl better than Java ("web" Java,
anyway), I started with ARSPerl.
I've been playing with the Java API for a few days now, and I'm
finding that it's not all that easy to use. I saw on ARSWiki that
there is an "api" to the API provided by the JOARSE project. Is anyone
actively using JOARSE or is it kind of a dead project? I was thinking
of writing a layer on top of the BMC Java API to make it easier to
use, but I don't want to reinvent the wheel if someone else has
already done something similar. I'd even like to contribute to the
project if there's a need.
Thanks for the feedback, by the way; this is exactly the kind of
information I'm looking for.
Mike
On 6/27/07, Carey Matthew Black <bla...@gm...> wrote:
> Mike,
>
> Ref:
> http://www.webopedia.com/TERM/S/session_cookie.html
> http://www.allaboutcookies.org/cookies/session-cookies-used-for.html
>
http://searchwebservices.techtarget.com/sDefinition/0,,sid26_gci752450,00.html
>
>
> IMHO... this is a bad way to keep state for a web site. It is client
side
> and could present security concerns if your browser is flawed. (Like
maybe
> the most popular choice... IE.)
>
>
> If I were you... I would start at a better staring point. Try the Java
API
> and go to the JSP/Servlet model for this approach. And here are just a
few
> reasons why:
>
> 1) Most ARS customers will have a web server capible of being a Mid-tier
> server. (And your interface might be helpful in some cases in addition
to
> the Mid-Tier.)
> 2) JSP/Servlets are a "later generation" and approach the web with more
> security options by design than CGI's ever had.
> 3) The Java API will be supported by BMC. ARSPerl never has been
directly
> supported by Remedy or BMC.
> 4) The new Java API is reported to be "totally Java" (no more JNI layer)
and
> that will make such a web interface as portable as any JSP engine out
there.
> And that will be more portable than any ARSPerl interface could be
because
> it will still be (as far as I know) a wrapper around the C API that has
> limited platform support.
>
> But that might be more work than your interested in too. ( I just think
it
> is a much better path to go down if you have any time to spend on such a
> major undertaking.)
>
> HTH.
>
> AND just to be clear... ARSPerl is great. It has served a very needed
niche
> in the ARS universe for years and I expect it to continue to do so. A
> command line Perl script is likely faster than a command line Java
program.
> However, there are support and maintenance issues to sort out too. So
for
> server side command line scripting... ARSPerl is still a good choice.
Time
> will tell if the new Java API can put a dent in that niche or not. ( And
> given the Filter plugin options... command line interfaces mostly should
be
> moved into that universe anyway.)
>
> --
> Carey Matthew Black
> Remedy Skilled Professional (RSP)
> ARS = Action Request System(Remedy)
>
> Love, then teach
> Solution = People + Process + Tools
> Fast, Accurate, Cheap.... Pick two.
>
>
> On 6/26/07, Mike Wallick <mdw...@gm...> wrote:
> > Forgive me for being dense, but I don't understand how one would tie a
> control record that was created from a login routine, for example, to a
> session ID or similar. Given a session ID, how does one tie that to a
> control record that has already been created/validated?
> >
> > In other words, where does the control record "live" and how does one
get
> at it? Doesn't the control record "disappear" once the web server
request is
> complete?
> >
> > Mike
>
>
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Arsperl-users mailing list
> Ars...@ar...
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Arsperl-users mailing list
Ars...@ar...
https://lists.sourceforge.net/lists/listinfo/arsperl-users
|
|
From: Dignard, N. <di...@na...> - 2007-06-29 15:19:01
|
=20 =20 Regards, =20 |
|
From: Clayton S. <cla...@gm...> - 2007-06-29 15:16:04
|
Mike, You should be able to stuff the control into a session variable and hang onto it for the duration of the session if you are using mod_perl and CGI::Session or Apache::Session. One thing that the API is missing (I'm pretty sure that this is a problem with the ARS API and not perl or a misunderstanding on my part on how it works.) is a method of checking whether the control record is still valid according to the server. Does ars_Login create a persistent connection/session or does it just create a record that gets passed to the server with each request? For general perl + web questions I recommend the archives and discussion groups at perlmonks.org Clayton clscott on perlmonks On 6/29/07, Mike Wallick <mdw...@gm...> wrote: > > Oh, one more thing...my apologies for drifting off topic. I suppose I > should have posted this reply to the ARSList (since now this thread > has little to do with ARSPerl). > > Mike > > On 6/29/07, Mike Wallick <mdw...@gm...> wrote: > > That's what I get for writing an email in a hurry :) I wasn't all that > > clear on what I was asking. > > > > What I was asking originally was not how to maintain state (that I > > knew), what I was wondering was if/how I could use references to a > > server-side control record by way of tying it to an http session, > > rather than create a new control record on every request. As far as I > > can tell, that isn't quite possible in ARSPerl (or, at least I can't > > figure out how). > > > > The Java API/JSP/Servlet method was another avenue that I was > > considering, but since I know Perl better than Java ("web" Java, > > anyway), I started with ARSPerl. > > > > I've been playing with the Java API for a few days now, and I'm > > finding that it's not all that easy to use. I saw on ARSWiki that > > there is an "api" to the API provided by the JOARSE project. Is anyone > > actively using JOARSE or is it kind of a dead project? I was thinking > > of writing a layer on top of the BMC Java API to make it easier to > > use, but I don't want to reinvent the wheel if someone else has > > already done something similar. I'd even like to contribute to the > > project if there's a need. > > > > Thanks for the feedback, by the way; this is exactly the kind of > > information I'm looking for. > > > > Mike > > > > On 6/27/07, Carey Matthew Black <bla...@gm...> wrote: > > > Mike, > > > > > > Ref: > > > http://www.webopedia.com/TERM/S/session_cookie.html > > > http://www.allaboutcookies.org/cookies/session-cookies-used-for.html > > > > http://searchwebservices.techtarget.com/sDefinition/0,,sid26_gci752450,00.html > > > > > > > > > IMHO... this is a bad way to keep state for a web site. It is client > side > > > and could present security concerns if your browser is flawed. (Like > maybe > > > the most popular choice... IE.) > > > > > > > > > If I were you... I would start at a better staring point. Try the Java > API > > > and go to the JSP/Servlet model for this approach. And here are just a > few > > > reasons why: > > > > > > 1) Most ARS customers will have a web server capible of being a > Mid-tier > > > server. (And your interface might be helpful in some cases in addition > to > > > the Mid-Tier.) > > > 2) JSP/Servlets are a "later generation" and approach the web with > more > > > security options by design than CGI's ever had. > > > 3) The Java API will be supported by BMC. ARSPerl never has been > directly > > > supported by Remedy or BMC. > > > 4) The new Java API is reported to be "totally Java" (no more JNI > layer) and > > > that will make such a web interface as portable as any JSP engine out > there. > > > And that will be more portable than any ARSPerl interface could be > because > > > it will still be (as far as I know) a wrapper around the C API that > has > > > limited platform support. > > > > > > But that might be more work than your interested in too. ( I just > think it > > > is a much better path to go down if you have any time to spend on such > a > > > major undertaking.) > > > > > > HTH. > > > > > > AND just to be clear... ARSPerl is great. It has served a very needed > niche > > > in the ARS universe for years and I expect it to continue to do so. A > > > command line Perl script is likely faster than a command line Java > program. > > > However, there are support and maintenance issues to sort out too. So > for > > > server side command line scripting... ARSPerl is still a good choice. > Time > > > will tell if the new Java API can put a dent in that niche or not. ( > And > > > given the Filter plugin options... command line interfaces mostly > should be > > > moved into that universe anyway.) > > > > > > -- > > > Carey Matthew Black > > > Remedy Skilled Professional (RSP) > > > ARS = Action Request System(Remedy) > > > > > > Love, then teach > > > Solution = People + Process + Tools > > > Fast, Accurate, Cheap.... Pick two. > > > > > > > > > On 6/26/07, Mike Wallick <mdw...@gm...> wrote: > > > > Forgive me for being dense, but I don't understand how one would tie > a > > > control record that was created from a login routine, for example, to > a > > > session ID or similar. Given a session ID, how does one tie that to a > > > control record that has already been created/validated? > > > > > > > > In other words, where does the control record "live" and how does > one get > > > at it? Doesn't the control record "disappear" once the web server > request is > > > complete? > > > > > > > > Mike > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by DB2 Express > > > Download DB2 Express C - the FREE version of DB2 express and take > > > control of your XML. No limits. Just data. Click to get it now. > > > http://sourceforge.net/powerbar/db2/ > > > _______________________________________________ > > > Arsperl-users mailing list > > > Ars...@ar... > > > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > -- Clayton Scott cla...@gm... |
|
From: Paizo <pai...@gm...> - 2007-06-29 15:04:11
|
i started with joarse and found it very easy to use for learn basic
things...
but its incomplete and with very poor documentation so i swap to perl very
soon.
2007/6/29, Mike Wallick <mdw...@gm...>:
>
> Oh, one more thing...my apologies for drifting off topic. I suppose I
> should have posted this reply to the ARSList (since now this thread
> has little to do with ARSPerl).
>
> Mike
>
> On 6/29/07, Mike Wallick <mdw...@gm...> wrote:
> > That's what I get for writing an email in a hurry :) I wasn't all that
> > clear on what I was asking.
> >
> > What I was asking originally was not how to maintain state (that I
> > knew), what I was wondering was if/how I could use references to a
> > server-side control record by way of tying it to an http session,
> > rather than create a new control record on every request. As far as I
> > can tell, that isn't quite possible in ARSPerl (or, at least I can't
> > figure out how).
> >
> > The Java API/JSP/Servlet method was another avenue that I was
> > considering, but since I know Perl better than Java ("web" Java,
> > anyway), I started with ARSPerl.
> >
> > I've been playing with the Java API for a few days now, and I'm
> > finding that it's not all that easy to use. I saw on ARSWiki that
> > there is an "api" to the API provided by the JOARSE project. Is anyone
> > actively using JOARSE or is it kind of a dead project? I was thinking
> > of writing a layer on top of the BMC Java API to make it easier to
> > use, but I don't want to reinvent the wheel if someone else has
> > already done something similar. I'd even like to contribute to the
> > project if there's a need.
> >
> > Thanks for the feedback, by the way; this is exactly the kind of
> > information I'm looking for.
> >
> > Mike
> >
> > On 6/27/07, Carey Matthew Black <bla...@gm...> wrote:
> > > Mike,
> > >
> > > Ref:
> > > http://www.webopedia.com/TERM/S/session_cookie.html
> > > http://www.allaboutcookies.org/cookies/session-cookies-used-for.html
> > >
> http://searchwebservices.techtarget.com/sDefinition/0,,sid26_gci752450,00=
.html
> > >
> > >
> > > IMHO... this is a bad way to keep state for a web site. It is client
> side
> > > and could present security concerns if your browser is flawed. (Like
> maybe
> > > the most popular choice... IE.)
> > >
> > >
> > > If I were you... I would start at a better staring point. Try the Jav=
a
> API
> > > and go to the JSP/Servlet model for this approach. And here are just =
a
> few
> > > reasons why:
> > >
> > > 1) Most ARS customers will have a web server capible of being a
> Mid-tier
> > > server. (And your interface might be helpful in some cases in additio=
n
> to
> > > the Mid-Tier.)
> > > 2) JSP/Servlets are a "later generation" and approach the web with
> more
> > > security options by design than CGI's ever had.
> > > 3) The Java API will be supported by BMC. ARSPerl never has been
> directly
> > > supported by Remedy or BMC.
> > > 4) The new Java API is reported to be "totally Java" (no more JNI
> layer) and
> > > that will make such a web interface as portable as any JSP engine out
> there.
> > > And that will be more portable than any ARSPerl interface could be
> because
> > > it will still be (as far as I know) a wrapper around the C API that
> has
> > > limited platform support.
> > >
> > > But that might be more work than your interested in too. ( I just
> think it
> > > is a much better path to go down if you have any time to spend on suc=
h
> a
> > > major undertaking.)
> > >
> > > HTH.
> > >
> > > AND just to be clear... ARSPerl is great. It has served a very needed
> niche
> > > in the ARS universe for years and I expect it to continue to do so. A
> > > command line Perl script is likely faster than a command line Java
> program.
> > > However, there are support and maintenance issues to sort out too. So
> for
> > > server side command line scripting... ARSPerl is still a good choice.
> Time
> > > will tell if the new Java API can put a dent in that niche or not. (
> And
> > > given the Filter plugin options... command line interfaces mostly
> should be
> > > moved into that universe anyway.)
> > >
> > > --
> > > Carey Matthew Black
> > > Remedy Skilled Professional (RSP)
> > > ARS =3D Action Request System(Remedy)
> > >
> > > Love, then teach
> > > Solution =3D People + Process + Tools
> > > Fast, Accurate, Cheap.... Pick two.
> > >
> > >
> > > On 6/26/07, Mike Wallick <mdw...@gm...> wrote:
> > > > Forgive me for being dense, but I don't understand how one would ti=
e
> a
> > > control record that was created from a login routine, for example, to
> a
> > > session ID or similar. Given a session ID, how does one tie that to a
> > > control record that has already been created/validated?
> > > >
> > > > In other words, where does the control record "live" and how does
> one get
> > > at it? Doesn't the control record "disappear" once the web server
> request is
> > > complete?
> > > >
> > > > Mike
> > >
> > >
> -------------------------------------------------------------------------
> > > This SF.net email is sponsored by DB2 Express
> > > Download DB2 Express C - the FREE version of DB2 express and take
> > > control of your XML. No limits. Just data. Click to get it now.
> > > http://sourceforge.net/powerbar/db2/
> > > _______________________________________________
> > > Arsperl-users mailing list
> > > Ars...@ar...
> > > https://lists.sourceforge.net/lists/listinfo/arsperl-users
> > >
> > >
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Arsperl-users mailing list
> Ars...@ar...
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
--=20
--------------------
A me cugin na volta xe nd=E0 dal geataro e el ga domand=E0 na coppetta trig=
usto
co i gusti seegheta, sarexe e schie co na fettina de poenta.
El geataro pena sentio che=E0 goduriosa scelta, el se ga messo subito el
pigiama de banane e el ghe ga messo in testa a corona de poegge medie e lo
ga fatto diventare Re dei Gelati Biricchini.
-----------------------
Confezione trigusto seegheta/sarexe/chie co pratico contenitore par e fete
de poenta, stile estat=E8 o quea dea ciocoeata
Altri gusti poe essere bigadini/kiwi/lasonil co socoi de vacca da tociare o
erbagatta/straciatella/calsina co coe de sorxe da tociare
------------
Rileggendo a firma diria che se poe puntare al mercato dei ghiaccioli col e=
l
gusto crema al diserbo e parafl=F9 ricoperta da una soffice crosta de pus c=
o
al posto del bacheto un termometro anale pratico pa misurarse a freve dopo
aver magn=E0 el geato (chi xe che no lo fa al giorno d'oggi?!?!). Garantite
scorese bitonali e solfeggi anali.
|
|
From: Mike W. <mdw...@gm...> - 2007-06-29 14:57:03
|
Oh, one more thing...my apologies for drifting off topic. I suppose I
should have posted this reply to the ARSList (since now this thread
has little to do with ARSPerl).
Mike
On 6/29/07, Mike Wallick <mdw...@gm...> wrote:
> That's what I get for writing an email in a hurry :) I wasn't all that
> clear on what I was asking.
>
> What I was asking originally was not how to maintain state (that I
> knew), what I was wondering was if/how I could use references to a
> server-side control record by way of tying it to an http session,
> rather than create a new control record on every request. As far as I
> can tell, that isn't quite possible in ARSPerl (or, at least I can't
> figure out how).
>
> The Java API/JSP/Servlet method was another avenue that I was
> considering, but since I know Perl better than Java ("web" Java,
> anyway), I started with ARSPerl.
>
> I've been playing with the Java API for a few days now, and I'm
> finding that it's not all that easy to use. I saw on ARSWiki that
> there is an "api" to the API provided by the JOARSE project. Is anyone
> actively using JOARSE or is it kind of a dead project? I was thinking
> of writing a layer on top of the BMC Java API to make it easier to
> use, but I don't want to reinvent the wheel if someone else has
> already done something similar. I'd even like to contribute to the
> project if there's a need.
>
> Thanks for the feedback, by the way; this is exactly the kind of
> information I'm looking for.
>
> Mike
>
> On 6/27/07, Carey Matthew Black <bla...@gm...> wrote:
> > Mike,
> >
> > Ref:
> > http://www.webopedia.com/TERM/S/session_cookie.html
> > http://www.allaboutcookies.org/cookies/session-cookies-used-for.html
> > http://searchwebservices.techtarget.com/sDefinition/0,,sid26_gci752450,00.html
> >
> >
> > IMHO... this is a bad way to keep state for a web site. It is client side
> > and could present security concerns if your browser is flawed. (Like maybe
> > the most popular choice... IE.)
> >
> >
> > If I were you... I would start at a better staring point. Try the Java API
> > and go to the JSP/Servlet model for this approach. And here are just a few
> > reasons why:
> >
> > 1) Most ARS customers will have a web server capible of being a Mid-tier
> > server. (And your interface might be helpful in some cases in addition to
> > the Mid-Tier.)
> > 2) JSP/Servlets are a "later generation" and approach the web with more
> > security options by design than CGI's ever had.
> > 3) The Java API will be supported by BMC. ARSPerl never has been directly
> > supported by Remedy or BMC.
> > 4) The new Java API is reported to be "totally Java" (no more JNI layer) and
> > that will make such a web interface as portable as any JSP engine out there.
> > And that will be more portable than any ARSPerl interface could be because
> > it will still be (as far as I know) a wrapper around the C API that has
> > limited platform support.
> >
> > But that might be more work than your interested in too. ( I just think it
> > is a much better path to go down if you have any time to spend on such a
> > major undertaking.)
> >
> > HTH.
> >
> > AND just to be clear... ARSPerl is great. It has served a very needed niche
> > in the ARS universe for years and I expect it to continue to do so. A
> > command line Perl script is likely faster than a command line Java program.
> > However, there are support and maintenance issues to sort out too. So for
> > server side command line scripting... ARSPerl is still a good choice. Time
> > will tell if the new Java API can put a dent in that niche or not. ( And
> > given the Filter plugin options... command line interfaces mostly should be
> > moved into that universe anyway.)
> >
> > --
> > Carey Matthew Black
> > Remedy Skilled Professional (RSP)
> > ARS = Action Request System(Remedy)
> >
> > Love, then teach
> > Solution = People + Process + Tools
> > Fast, Accurate, Cheap.... Pick two.
> >
> >
> > On 6/26/07, Mike Wallick <mdw...@gm...> wrote:
> > > Forgive me for being dense, but I don't understand how one would tie a
> > control record that was created from a login routine, for example, to a
> > session ID or similar. Given a session ID, how does one tie that to a
> > control record that has already been created/validated?
> > >
> > > In other words, where does the control record "live" and how does one get
> > at it? Doesn't the control record "disappear" once the web server request is
> > complete?
> > >
> > > Mike
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Arsperl-users mailing list
> > Ars...@ar...
> > https://lists.sourceforge.net/lists/listinfo/arsperl-users
> >
> >
>
|
|
From: Mike W. <mdw...@gm...> - 2007-06-29 14:54:31
|
That's what I get for writing an email in a hurry :) I wasn't all that
clear on what I was asking.
What I was asking originally was not how to maintain state (that I
knew), what I was wondering was if/how I could use references to a
server-side control record by way of tying it to an http session,
rather than create a new control record on every request. As far as I
can tell, that isn't quite possible in ARSPerl (or, at least I can't
figure out how).
The Java API/JSP/Servlet method was another avenue that I was
considering, but since I know Perl better than Java ("web" Java,
anyway), I started with ARSPerl.
I've been playing with the Java API for a few days now, and I'm
finding that it's not all that easy to use. I saw on ARSWiki that
there is an "api" to the API provided by the JOARSE project. Is anyone
actively using JOARSE or is it kind of a dead project? I was thinking
of writing a layer on top of the BMC Java API to make it easier to
use, but I don't want to reinvent the wheel if someone else has
already done something similar. I'd even like to contribute to the
project if there's a need.
Thanks for the feedback, by the way; this is exactly the kind of
information I'm looking for.
Mike
On 6/27/07, Carey Matthew Black <bla...@gm...> wrote:
> Mike,
>
> Ref:
> http://www.webopedia.com/TERM/S/session_cookie.html
> http://www.allaboutcookies.org/cookies/session-cookies-used-for.html
> http://searchwebservices.techtarget.com/sDefinition/0,,sid26_gci752450,00.html
>
>
> IMHO... this is a bad way to keep state for a web site. It is client side
> and could present security concerns if your browser is flawed. (Like maybe
> the most popular choice... IE.)
>
>
> If I were you... I would start at a better staring point. Try the Java API
> and go to the JSP/Servlet model for this approach. And here are just a few
> reasons why:
>
> 1) Most ARS customers will have a web server capible of being a Mid-tier
> server. (And your interface might be helpful in some cases in addition to
> the Mid-Tier.)
> 2) JSP/Servlets are a "later generation" and approach the web with more
> security options by design than CGI's ever had.
> 3) The Java API will be supported by BMC. ARSPerl never has been directly
> supported by Remedy or BMC.
> 4) The new Java API is reported to be "totally Java" (no more JNI layer) and
> that will make such a web interface as portable as any JSP engine out there.
> And that will be more portable than any ARSPerl interface could be because
> it will still be (as far as I know) a wrapper around the C API that has
> limited platform support.
>
> But that might be more work than your interested in too. ( I just think it
> is a much better path to go down if you have any time to spend on such a
> major undertaking.)
>
> HTH.
>
> AND just to be clear... ARSPerl is great. It has served a very needed niche
> in the ARS universe for years and I expect it to continue to do so. A
> command line Perl script is likely faster than a command line Java program.
> However, there are support and maintenance issues to sort out too. So for
> server side command line scripting... ARSPerl is still a good choice. Time
> will tell if the new Java API can put a dent in that niche or not. ( And
> given the Filter plugin options... command line interfaces mostly should be
> moved into that universe anyway.)
>
> --
> Carey Matthew Black
> Remedy Skilled Professional (RSP)
> ARS = Action Request System(Remedy)
>
> Love, then teach
> Solution = People + Process + Tools
> Fast, Accurate, Cheap.... Pick two.
>
>
> On 6/26/07, Mike Wallick <mdw...@gm...> wrote:
> > Forgive me for being dense, but I don't understand how one would tie a
> control record that was created from a login routine, for example, to a
> session ID or similar. Given a session ID, how does one tie that to a
> control record that has already been created/validated?
> >
> > In other words, where does the control record "live" and how does one get
> at it? Doesn't the control record "disappear" once the web server request is
> complete?
> >
> > Mike
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Arsperl-users mailing list
> Ars...@ar...
> https://lists.sourceforge.net/lists/listinfo/arsperl-users
>
>
|
|
From: <jar...@gm...> - 2007-06-27 19:15:30
|
What does perl -v display on a 64bit system? On 6/27/07, Dignard, Norman <di...@na...> wrote: > > > > > We're running 64bit Windows 2003 server, 64 bit Oracle 10gR2 and have > installed Perl 64 bit. > > In trying to run the "ppm install ARS.ppd" cmd I get "The PPD does not > provide code to install on this platform" > > > > Also in our perl64 install there is no "auto" directory. I assume the > directory hierarchy needs to be created "C:\perl64\site\lib\auto\ARS" > correct? > > > What do I need to setup ARSperl on 64 bit windows? > > > > Regards, > > Norm > > > > ________________________________ > > > From: Steve [mailto:inf...@GM...] > Sent: June 26, 2007 01:07 AM > Subject: Re: [Arsperl-users] ARSPerl 1.90 setup > > > > > ** Here are the step-by-step instructions to install ARSPERL on Windows. > > > > > > 1) Download and install ActivePERL for windows (google for activeperl). > Install it to C:\PERL folder. > > > 2) Download the "win701p1.tar.gz " file from > http://arswiki.org/projects/arapi/downloads > > and unzip. > > > 3) In the "win701p1.tar.gz" file, there will be a folder called 'lib'. Copy > all the files (CTRL A + CTRL C). > > > 4) Create a new directory - C:\perl\site\lib\auto\ARS - and paste all the > files copied in Step 3) > > > 5) Download http://remedydeveloper.org/ARSperl_190_701.zip > to C:\ drive. and unzip all contents. There should be a file named 'ARS.ppd' > > > 6) Go to start -> Run and type 'cmd' (Open command prompt). Change directory > to the one containing the 'ARS.ppd' file. > > > 7) Type "ppm install ARS.ppd" and this should install the ARSPERL module. > > > > > > > > > Doubts > > > ===== > > > a) What is the purpose of 'win701p2.tar.gz" file present on the arswiki > download page? > > > > > > > > > Enjoy :-) > > > > > > Steve. > > > > > > > > > > > > > > > On 6/26/07, Michiel Beijen < mic...@ma...> wrote: > > Norm, > > I just created a Windows PPM package you can use; you can download it from > http://remedydeveloper.org/ARSperl_190_701.zip > There is a readme file inside with instructions on how to install. > > HTH, > > -- > Met vriendelijke groet / Kind regards > Michiel Beijen > ______________________________________________________ > MANSOLUTIONS > Energieweg 60-62 > 3771 NA Barneveld > The Netherlands > Tel. +31-(0)612968592 > Mail mic...@ma... > Internet http://bsm.mansolutions.nl > > > > > On 6/25/07, Dignard, Norman < di...@na...> wrote: > > > > > On this same subject, where can I find the 1.9 Windows binaries? I can > across a link for 1.84 windows binaries. > > > > > Regards, > > Norm > > > > ________________________________ > > > From: Dignard, Norman > Sent: June 25, 2007 03:16 PM > To: 'ars...@ar....' > Subject: ARSPerl 1.90 setup > > > > > > > > Can someone shed some light on ARSperl setup. I'm new to this as our > previous admin guy is gone without much documentation. The ARSperl docs > aren't very clear. > > > > We've setup new servers with the latest ARS version as follows: > > > > Our env - Windows Server 2003 R2 SP1, Enterprise Edition 64bit with AR > server 7.01 p3 using Oracle 10gR2 64bit & email engine 7.01 p3 > > HPUX 11.31 (IA64) with jakarta tomcat 5.0.28, java 1.4 with midtier 7.0.1 > p3. > > > > Our thoughts on this is to install Active State's perl 5.8.8.820 (64 bit) on > the AR db server as well as ARSperl . > > Our previous setup was AR server 6 on HPUX 10.20 and all they had was a few > arsperl 1.71 files (@10 files). There's allot more when extracting the 1.9 > files. > > > > According to the docs it says to use the Windows binaries from the > distribution so how to I do this. Where to I extract the files too? Is > c:\arsperl-1.90 ok? Any env variables to set? > > Any other setup required? > > > Regards, > > Norm > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar /db2/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerba r/db2/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net /lists/listinfo/arsperl-users > > > > > > __20060125_______________________This posting was submitted > with HTML in it___ > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |
|
From: Michiel B. <mic...@ma...> - 2007-06-27 19:01:08
|
Yup, I guess that will be the solution... There are no 64-bit Remedy libraries available so far, so there is no point in running 64-bit Perl. Remedy said their next major release would have 64-bit libraries. -- Met vriendelijke groet / Kind regards Michiel Beijen ______________________________________________________ MANSOLUTIONS Energieweg 60-62 3771 NA Barneveld The Netherlands Tel. +31-(0)612968592 Mail mic...@ma... Internet http://bsm.mansolutions.nl On 6/27/07, Dignard, Norman <di...@na...> wrote: > > Installing 32 bit perl solved my problem > > > > Regards, > > Norm > > > ------------------------------ > > *From:* Dignard, Norman > *Sent:* June 27, 2007 01:33 PM > *To:* 'Steve'; 'ar...@AR...'; Ars...@ar... > *Subject:* RE: [Arsperl-users] ARSPerl 1.90 setup > > > > We're running 64bit Windows 2003 server, 64 bit Oracle 10gR2 and have > installed Perl 64 bit. > > In trying to run the "ppm install ARS.ppd" cmd I get "The PPD does not > provide code to install on this platform" > > > > Also in our perl64 install there is no "auto" directory. I assume the > directory hierarchy needs to be created "C:\perl64\site\lib\auto\ARS" > correct? > > What do I need to setup ARSperl on 64 bit windows? > > > > Regards, > > Norm > > > ------------------------------ > > *From:* Steve [mailto:inf...@GM...] > *Sent:* June 26, 2007 01:07 AM > *Subject:* Re: [Arsperl-users] ARSPerl 1.90 setup > > > > ** Here are the step-by-step instructions to install ARSPERL on Windows. > > > > 1) Download and install ActivePERL for windows (google for activeperl). > Install it to C:\PERL folder. > > 2) Download the "win701p1.tar.gz " file from > http://arswiki.org/projects/arapi/downloads** > > and unzip. > > 3) In the "win701p1.tar.gz" file, there will be a folder called 'lib'. > Copy all the files (CTRL A + CTRL C). > > 4) Create a new directory - C:\perl\site\lib\auto\ARS - and paste all the > files copied in Step 3) > > 5) Download http://remedydeveloper.org/ARSperl_190_701.zip to C:\ drive. > and unzip all contents. There should be a file named 'ARS.ppd' > > 6) Go to start -> Run and type 'cmd' (Open command prompt). Change > directory to the one containing the 'ARS.ppd' file. > > 7) Type "ppm install ARS.ppd" and this should install the ARSPERL module. > > > > > > Doubts > > ===== > > a) What is the purpose of 'win701p2.tar.gz" file present on the arswiki > download page? > > > > > > Enjoy :-) > > > > Steve. > > > > > > > > > > On 6/26/07, *Michiel Beijen* < mic...@ma...> wrote: > > Norm, > > I just created a Windows PPM package you can use; you can download it from > > http://remedydeveloper.org/ARSperl_190_701.zip > There is a readme file inside with instructions on how to install. > > HTH, > > -- > Met vriendelijke groet / Kind regards > Michiel Beijen > ______________________________________________________ > MANSOLUTIONS > Energieweg 60-62 > 3771 NA Barneveld > The Netherlands > Tel. +31-(0)612968592 > Mail mic...@ma... > Internet http://bsm.mansolutions.nl > > On 6/25/07, *Dignard, Norman* < di...@na...> wrote: > > On this same subject, where can I find the 1.9 Windows binaries? I can > across a link for 1.84 windows binaries. > > > > Regards, > > Norm > > > ------------------------------ > > *From:* Dignard, Norman > *Sent:* June 25, 2007 03:16 PM > *To:* 'ars...@ar....' > *Subject:* ARSPerl 1.90 setup > > > > > > Can someone shed some light on ARSperl setup. I'm new to this as our > previous admin guy is gone without much documentation. The ARSperl docs > aren't very clear. > > > > We've setup new servers with the latest ARS version as follows: > > > > Our env - Windows Server 2003 R2 SP1, Enterprise Edition 64bit with AR > server 7.01 p3 using Oracle 10gR2 64bit & email engine 7.01 p3 > > HPUX 11.31 (IA64) with jakarta tomcat 5.0.28, java 1.4 with midtier 7.0.1p3. > > > > Our thoughts on this is to install Active State's perl 5.8.8.820 (64 bit) > on the AR db server as well as ARSperl . > > Our previous setup was AR server 6 on HPUX 10.20 and all they had was a > few arsperl 1.71 files (@10 files). There's allot more when extracting > the 1.9 files. > > > > According to the docs it says to use the Windows binaries from the > distribution so how to I do this. Where to I extract the files too? Is > c:\arsperl-1.90 ok? Any env variables to set? > > Any other setup required? > > Regards, > > Norm > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar <http://sourceforge.net/powerbar/db2/>/db2/<http://sourceforge.net/powerbar/db2/> > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net<https://lists.sourceforge.net/lists/listinfo/arsperl-users> > /lists/listinfo/arsperl-users<https://lists.sourceforge.net/lists/listinfo/arsperl-users> > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerba <http://sourceforge.net/powerbar/db2/>r/db2/<http://sourceforge.net/powerbar/db2/> > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net<https://lists.sourceforge.net/lists/listinfo/arsperl-users>/lists/listinfo/arsperl-users<https://lists.sourceforge.net/lists/listinfo/arsperl-users> > > > > > __20060125_______________________This posting was submitted with HTML in > it___ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |
|
From: Dignard, N. <di...@na...> - 2007-06-27 18:21:00
|
Installing 32 bit perl solved my problem =20 Regards, Norm=20 |
|
From: Dignard, N. <di...@na...> - 2007-06-27 18:10:54
|
Installing 32 bit perl solved my problem =20 Regards, Norm=20 =20 _____ =20 From: Dignard, Norman=20 Sent: June 27, 2007 01:33 PM To: 'Steve'; 'ar...@AR...'; Ars...@ar... Subject: RE: [Arsperl-users] ARSPerl 1.90 setup =20 We're running 64bit Windows 2003 server, 64 bit Oracle 10gR2 and have installed Perl 64 bit. In trying to run the "ppm install ARS.ppd" cmd I get "The PPD does not provide code to install on this platform" =20 Also in our perl64 install there is no "auto" directory. I assume the directory hierarchy needs to be created "C:\perl64\site\lib\auto\ARS" correct? What do I need to setup ARSperl on 64 bit windows? =20 Regards, Norm=20 =20 _____ =20 From: Steve [mailto:inf...@GM...]=20 Sent: June 26, 2007 01:07 AM Subject: Re: [Arsperl-users] ARSPerl 1.90 setup =20 ** Here are the step-by-step instructions to install ARSPERL on Windows. =20 1) Download and install ActivePERL for windows (google for activeperl). Install it to C:\PERL folder. 2) Download the "win701p1.tar.gz " file from http://arswiki.org/projects/arapi/downloads and unzip. 3) In the "win701p1.tar.gz" file, there will be a folder called 'lib'. Copy all the files (CTRL A + CTRL C). 4) Create a new directory - C:\perl\site\lib\auto\ARS - and paste all the files copied in Step 3)=20 5) Download http://remedydeveloper.org/ARSperl_190_701.zip to C:\ drive. and unzip all contents. There should be a file named 'ARS.ppd' 6) Go to start -> Run and type 'cmd' (Open command prompt). Change directory to the one containing the 'ARS.ppd' file. 7) Type "ppm install ARS.ppd" and this should install the ARSPERL module.=20 =20 =20 Doubts =3D=3D=3D=3D=3D a) What is the purpose of 'win701p2.tar.gz" file present on the arswiki download page?=20 =20 =20 Enjoy :-) =20 Steve. =20 =20 =20 =20 On 6/26/07, Michiel Beijen < mic...@ma... <mailto:mic...@ma...> > wrote: Norm, I just created a Windows PPM package you can use; you can download it from=20 http://remedydeveloper.org/ARSperl_190_701.zip There is a readme file inside with instructions on how to install.=20 HTH, --=20 Met vriendelijke groet / Kind regards=20 Michiel Beijen ______________________________________________________ MANSOLUTIONS Energieweg 60-62 3771 NA Barneveld The Netherlands Tel. +31-(0)612968592 Mail mic...@ma... Internet http://bsm.mansolutions.nl On 6/25/07, Dignard, Norman < di...@na... <mailto:di...@na...> > wrote: On this same subject, where can I find the 1.9 Windows binaries? I can across a link for 1.84 windows binaries.=20 =20 Regards, Norm=20 =20 _____ =20 From: Dignard, Norman=20 Sent: June 25, 2007 03:16 PM To: 'ars...@ar....' Subject: ARSPerl 1.90 setup =20 =20 Can someone shed some light on ARSperl setup. I'm new to this as our previous admin guy is gone without much documentation. The ARSperl docs aren't very clear. =20 We've setup new servers with the latest ARS version as follows: =20 Our env - Windows Server 2003 R2 SP1, Enterprise Edition 64bit with AR server 7.01 p3 using Oracle 10gR2 64bit & email engine 7.01 p3 HPUX 11.31 (IA64) with jakarta tomcat 5.0.28, java 1.4 with midtier 7.0.1 p3.=20 =20 Our thoughts on this is to install Active State's perl 5.8.8.820 (64 bit) on the AR db server as well as ARSperl . Our previous setup was AR server 6 on HPUX 10.20 and all they had was a few arsperl 1.71 files (@10 files). There's allot more when extracting the 1.9 files. =20 According to the docs it says to use the Windows binaries from the distribution so how to I do this. Where to I extract the files too? Is c:\arsperl-1.90 ok? Any env variables to set? Any other setup required?=20 Regards, Norm=20 ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now.=20 http://sourceforge.net/powerbar <http://sourceforge.net/powerbar/db2/> /db2/ <http://sourceforge.net/powerbar/db2/>=20 _______________________________________________ Arsperl-users mailing list=20 Ars...@ar... https://lists.sourceforge.net <https://lists.sourceforge.net/lists/listinfo/arsperl-users> /lists/listinfo/arsperl-users <https://lists.sourceforge.net/lists/listinfo/arsperl-users>=20 ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now.=20 http://sourceforge.net/powerba <http://sourceforge.net/powerbar/db2/> r/db2/ <http://sourceforge.net/powerbar/db2/>=20 _______________________________________________ Arsperl-users mailing list Ars...@ar...=20 https://lists.sourceforge.net <https://lists.sourceforge.net/lists/listinfo/arsperl-users> /lists/listinfo/arsperl-users <https://lists.sourceforge.net/lists/listinfo/arsperl-users>=20 =20 __20060125_______________________This posting was submitted with HTML in it___=20 |
|
From: Dignard, N. <di...@na...> - 2007-06-27 17:33:14
|
We're running 64bit Windows 2003 server, 64 bit Oracle 10gR2 and have installed Perl 64 bit. In trying to run the "ppm install ARS.ppd" cmd I get "The PPD does not provide code to install on this platform" =20 Also in our perl64 install there is no "auto" directory. I assume the directory hierarchy needs to be created "C:\perl64\site\lib\auto\ARS" correct? What do I need to setup ARSperl on 64 bit windows? =20 Regards, Norm=20 =20 _____ =20 From: Steve [mailto:inf...@GM...]=20 Sent: June 26, 2007 01:07 AM Subject: Re: [Arsperl-users] ARSPerl 1.90 setup =20 ** Here are the step-by-step instructions to install ARSPERL on Windows. =20 1) Download and install ActivePERL for windows (google for activeperl). Install it to C:\PERL folder. 2) Download the "win701p1.tar.gz " file from http://arswiki.org/projects/arapi/downloads and unzip. 3) In the "win701p1.tar.gz" file, there will be a folder called 'lib'. Copy all the files (CTRL A + CTRL C). 4) Create a new directory - C:\perl\site\lib\auto\ARS - and paste all the files copied in Step 3)=20 5) Download http://remedydeveloper.org/ARSperl_190_701.zip to C:\ drive. and unzip all contents. There should be a file named 'ARS.ppd' 6) Go to start -> Run and type 'cmd' (Open command prompt). Change directory to the one containing the 'ARS.ppd' file. 7) Type "ppm install ARS.ppd" and this should install the ARSPERL module.=20 =20 =20 Doubts =3D=3D=3D=3D=3D a) What is the purpose of 'win701p2.tar.gz" file present on the arswiki download page?=20 =20 =20 Enjoy :-) =20 Steve. =20 =20 =20 =20 On 6/26/07, Michiel Beijen < mic...@ma... <mailto:mic...@ma...> > wrote: Norm, I just created a Windows PPM package you can use; you can download it from=20 http://remedydeveloper.org/ARSperl_190_701.zip There is a readme file inside with instructions on how to install.=20 HTH, --=20 Met vriendelijke groet / Kind regards=20 Michiel Beijen ______________________________________________________ MANSOLUTIONS Energieweg 60-62 3771 NA Barneveld The Netherlands Tel. +31-(0)612968592 Mail mic...@ma... Internet http://bsm.mansolutions.nl On 6/25/07, Dignard, Norman < di...@na... <mailto:di...@na...> > wrote: On this same subject, where can I find the 1.9 Windows binaries? I can across a link for 1.84 windows binaries.=20 =20 Regards, Norm=20 =20 _____ =20 From: Dignard, Norman=20 Sent: June 25, 2007 03:16 PM To: 'ars...@ar....' Subject: ARSPerl 1.90 setup =20 =20 Can someone shed some light on ARSperl setup. I'm new to this as our previous admin guy is gone without much documentation. The ARSperl docs aren't very clear. =20 We've setup new servers with the latest ARS version as follows: =20 Our env - Windows Server 2003 R2 SP1, Enterprise Edition 64bit with AR server 7.01 p3 using Oracle 10gR2 64bit & email engine 7.01 p3 HPUX 11.31 (IA64) with jakarta tomcat 5.0.28, java 1.4 with midtier 7.0.1 p3.=20 =20 Our thoughts on this is to install Active State's perl 5.8.8.820 (64 bit) on the AR db server as well as ARSperl . Our previous setup was AR server 6 on HPUX 10.20 and all they had was a few arsperl 1.71 files (@10 files). There's allot more when extracting the 1.9 files. =20 According to the docs it says to use the Windows binaries from the distribution so how to I do this. Where to I extract the files too? Is c:\arsperl-1.90 ok? Any env variables to set? Any other setup required?=20 Regards, Norm=20 ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now.=20 http://sourceforge.net/powerbar <http://sourceforge.net/powerbar/db2/> /db2/ <http://sourceforge.net/powerbar/db2/>=20 _______________________________________________ Arsperl-users mailing list=20 Ars...@ar... https://lists.sourceforge.net <https://lists.sourceforge.net/lists/listinfo/arsperl-users> /lists/listinfo/arsperl-users <https://lists.sourceforge.net/lists/listinfo/arsperl-users>=20 ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now.=20 http://sourceforge.net/powerba <http://sourceforge.net/powerbar/db2/> r/db2/ <http://sourceforge.net/powerbar/db2/>=20 _______________________________________________ Arsperl-users mailing list Ars...@ar...=20 https://lists.sourceforge.net <https://lists.sourceforge.net/lists/listinfo/arsperl-users> /lists/listinfo/arsperl-users <https://lists.sourceforge.net/lists/listinfo/arsperl-users>=20 =20 __20060125_______________________This posting was submitted with HTML in it___=20 |
|
From: Carey M. B. <bla...@gm...> - 2007-06-27 13:51:30
|
Mike, Ref: http://www.webopedia.com/TERM/S/session_cookie.html http://www.allaboutcookies.org/cookies/session-cookies-used-for.html http://searchwebservices.techtarget.com/sDefinition/0,,sid26_gci752450,00.html IMHO... this is a bad way to keep state for a web site. It is client side and could present security concerns if your browser is flawed. (Like maybe the most popular choice... IE.) If I were you... I would start at a better staring point. Try the Java API and go to the JSP/Servlet model for this approach. And here are just a few reasons why: 1) Most ARS customers will have a web server capible of being a Mid-tier server. (And your interface might be helpful in some cases in addition to the Mid-Tier.) 2) JSP/Servlets are a "later generation" and approach the web with more security options by design than CGI's ever had. 3) The Java API will be supported by BMC. ARSPerl never has been directly supported by Remedy or BMC. 4) The new Java API is reported to be "totally Java" (no more JNI layer) and that will make such a web interface as portable as any JSP engine out there. And that will be more portable than any ARSPerl interface could be because it will still be (as far as I know) a wrapper around the C API that has limited platform support. But that might be more work than your interested in too. ( I just think it is a much better path to go down if you have any time to spend on such a major undertaking.) HTH. AND just to be clear... ARSPerl is great. It has served a very needed niche in the ARS universe for years and I expect it to continue to do so. A command line Perl script is likely faster than a command line Java program. However, there are support and maintenance issues to sort out too. So for server side command line scripting... ARSPerl is still a good choice. Time will tell if the new Java API can put a dent in that niche or not. ( And given the Filter plugin options... command line interfaces mostly should be moved into that universe anyway.) -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Love, then teach Solution = People + Process + Tools Fast, Accurate, Cheap.... Pick two. On 6/26/07, Mike Wallick <mdw...@gm...> wrote: > > Forgive me for being dense, but I don't understand how one would tie a > control record that was created from a login routine, for example, to a > session ID or similar. Given a session ID, how does one tie that to a > control record that has already been created/validated? > > In other words, where does the control record "live" and how does one get > at it? Doesn't the control record "disappear" once the web server request is > complete? > > Mike |
|
From: Danford, R. <ric...@lm...> - 2007-06-26 22:24:26
|
|
From: Mike W. <mdw...@gm...> - 2007-06-26 19:17:36
|
Forgive me for being dense, but I don't understand how one would tie a control record that was created from a login routine, for example, to a session ID or similar. Given a session ID, how does one tie that to a control record that has already been created/validated? In other words, where does the control record "live" and how does one get at it? Doesn't the control record "disappear" once the web server request is complete? Mike On 6/26/07, Axton W Grams/NYLIC <Axt...@ne...> wrote: > > > I assume you will be writing the interface as a perl CGI. > > Question 1: Using a Session Cookie is one way > http://www.webmasterworld.com/forum13/4021.htm > http://jan.newmarch.name/ecommerce/session.html > http://www.perlmonks.org/?node_id=2746 > > Question 2: mod_perl is an apache thing. writing your apps as a cgi > script will ensure that people on any web server capable of cgi can run the > scripts. I run the arswiki.org bugzilla app using mod_perl, but it was > originally run as a cgi. mod_perl does require much more memory than a > regular cgi, but on the flip-side, it is also much faster. > > > Axton Grams > > > > > *"Mike Wallick" <mdw...@gm...>* > Sent by: ars...@ar... > > 06/26/2007 12:15 PM Please respond to > ARSperl User Discussion <ars...@ar...> > > To > ars...@ar... cc > > Subject > [Arsperl-users] Using ARSPerl to Build a Web Interface > > > > > > > Hey all. > > So I'm working on a proof of concept idea for myself. I want to look > into rolling my own web interface to Remedy using ARSPerl, and before > I go too far down that road, I wanted to ask everyone to share any and > all experiences (if any) they may have had. I'm fairly familiar with > Perl development for tools and the like, but I'm new to using Perl for > web interfaces (but not web interfaces in general). > > Specifically: > > 1.) How would one go about keeping a user's session in tact? I'd like > to have a control record for each individual user, rather than write > code to always log in to the server with a static username/password, > and then "proxy" that superuser to a "real" user. Is this even > possible/a good idea? Would it be possible to implement this at the > Apache server level using mod_perl or something similar? > > 2.) (a bit OT): Since I'm new to Perl web development, are there any > sort of best practices or guidelines for Perl web development? Should > I be using mod_perl, CGI, roll my own, etc.? > > I've been scanning the mod_perl docs, and that looks promising, but > before I get too deep, I wanted to see if anyone had an opinion about > whether this is even worth the time or not. > > Thanks everyone. > > Mike > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |
|
From: Axton W Grams/N. <Axt...@ne...> - 2007-06-26 17:29:44
|
I assume you will be writing the interface as a perl CGI. Question 1: Using a Session Cookie is one way http://www.webmasterworld.com/forum13/4021.htm http://jan.newmarch.name/ecommerce/session.html http://www.perlmonks.org/?node_id=2746 Question 2: mod_perl is an apache thing. writing your apps as a cgi script will ensure that people on any web server capable of cgi can run the scripts. I run the arswiki.org bugzilla app using mod_perl, but it was originally run as a cgi. mod_perl does require much more memory than a regular cgi, but on the flip-side, it is also much faster. Axton Grams "Mike Wallick" <mdw...@gm...> Sent by: ars...@ar... 06/26/2007 12:15 PM Please respond to ARSperl User Discussion <ars...@ar...> To ars...@ar... cc Subject [Arsperl-users] Using ARSPerl to Build a Web Interface Hey all. So I'm working on a proof of concept idea for myself. I want to look into rolling my own web interface to Remedy using ARSPerl, and before I go too far down that road, I wanted to ask everyone to share any and all experiences (if any) they may have had. I'm fairly familiar with Perl development for tools and the like, but I'm new to using Perl for web interfaces (but not web interfaces in general). Specifically: 1.) How would one go about keeping a user's session in tact? I'd like to have a control record for each individual user, rather than write code to always log in to the server with a static username/password, and then "proxy" that superuser to a "real" user. Is this even possible/a good idea? Would it be possible to implement this at the Apache server level using mod_perl or something similar? 2.) (a bit OT): Since I'm new to Perl web development, are there any sort of best practices or guidelines for Perl web development? Should I be using mod_perl, CGI, roll my own, etc.? I've been scanning the mod_perl docs, and that looks promising, but before I get too deep, I wanted to see if anyone had an opinion about whether this is even worth the time or not. Thanks everyone. Mike ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Arsperl-users mailing list Ars...@ar... https://lists.sourceforge.net/lists/listinfo/arsperl-users |
|
From: Mike W. <mdw...@gm...> - 2007-06-26 16:44:31
|
Hey all. So I'm working on a proof of concept idea for myself. I want to look into rolling my own web interface to Remedy using ARSPerl, and before I go too far down that road, I wanted to ask everyone to share any and all experiences (if any) they may have had. I'm fairly familiar with Perl development for tools and the like, but I'm new to using Perl for web interfaces (but not web interfaces in general). Specifically: 1.) How would one go about keeping a user's session in tact? I'd like to have a control record for each individual user, rather than write code to always log in to the server with a static username/password, and then "proxy" that superuser to a "real" user. Is this even possible/a good idea? Would it be possible to implement this at the Apache server level using mod_perl or something similar? 2.) (a bit OT): Since I'm new to Perl web development, are there any sort of best practices or guidelines for Perl web development? Should I be using mod_perl, CGI, roll my own, etc.? I've been scanning the mod_perl docs, and that looks promising, but before I get too deep, I wanted to see if anyone had an opinion about whether this is even worth the time or not. Thanks everyone. Mike |
|
From: Dignard, N. <di...@na...> - 2007-06-26 13:21:43
|
Thanks. Saves me allot of headaches. Regards, Norm=20 -----Original Message----- From: ars...@ar... [mailto:ars...@ar...] On Behalf Of Jeff Murphy Sent: June 25, 2007 04:34 PM To: ARSperl User Discussion Subject: Re: [Arsperl-users] ARSPerl 1.90 setup Michiel Beijen wrote: > Norm, >=20 > I just created a Windows PPM package you can use; you can download it from > http://remedydeveloper.org/ARSperl_190_701.zip > There is a readme file inside with instructions on how to install. >=20 > HTH, >=20 I uploaded this file to SF.net jeff ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Arsperl-users mailing list Ars...@ar... https://lists.sourceforge.net/lists/listinfo/arsperl-users |
|
From: Michiel B. <mic...@ma...> - 2007-06-26 09:27:29
|
Hi Steve, The ARS libraries are not open source and thus cannot be hosted on sourceforge, I think. You do not have to download them from arswiki, you can also copy them from the api directory of your server installation. I thought about creating a ppd package which includes the ARS libraries for easier installation, I will see if I can upload such a package later this week. -- Met vriendelijke groet / Kind regards Michiel Beijen ______________________________________________________ MANSOLUTIONS Energieweg 60-62 3771 NA Barneveld The Netherlands Tel. +31-(0)612968592 Mail mic...@ma... Internet http://bsm.mansolutions.nl On 6/26/07, Steve <inf...@gm...> wrote: > > Here are the step-by-step instructions to install ARSPERL on Windows. > 1) Download and install ActivePERL for windows (google for activeperl). > Install it to C:\PERL folder. > 2) Download the "win701p1.tar.gz " file from http://arswiki.org/projects/arapi/downloads > and unzip. > 3) In the "win701p1.tar.gz" file, there will be a folder called 'lib'. > Copy all the files (CTRL A + CTRL C). > 4) Create a new directory - C:\perl\site\lib\auto\ARS - and paste all the > files copied in Step 3) > 5) Download http://remedydeveloper.org/ARSperl_190_701.zip to C:\ drive. > and unzip all contents. There should be a file named 'ARS.ppd' > 6) Go to start -> Run and type 'cmd' (Open command prompt). Change > directory to the one containing the 'ARS.ppd' file. > 7) Type "ppm install ARS.ppd" and this should install the ARSPERL module. > > > > > Doubts > ===== > a) What is the purpose of 'win701p2.tar.gz" file present on the arswiki > download page? > > > > > Enjoy :-) > > > Steve. > > > > > > > > On 6/26/07, Michiel Beijen < mic...@ma...> wrote: > > > Norm, > > > > I just created a Windows PPM package you can use; you can download it > > from > > http://remedydeveloper.org/ARSperl_190_701.zip > > There is a readme file inside with instructions on how to install. > > > > HTH, > > > > -- > > Met vriendelijke groet / Kind regards > > Michiel Beijen > > ______________________________________________________ > > MANSOLUTIONS > > Energieweg 60-62 > > 3771 NA Barneveld > > The Netherlands > > Tel. +31-(0)612968592 > > Mail mic...@ma... > > Internet http://bsm.mansolutions.nl > > > > > > On 6/25/07, Dignard, Norman < di...@na...> wrote: > > > > > > On this same subject, where can I find the 1.9 Windows binaries? I > > > can across a link for 1.84 windows binaries. > > > > > > > > > > > > Regards, > > > > > > Norm > > > > > > > > > ------------------------------ > > > > > > *From:* Dignard, Norman > > > *Sent:* June 25, 2007 03:16 PM > > > *To:* 'ars...@ar....' > > > *Subject:* ARSPerl 1.90 setup > > > > > > > > > > > > > > > > > > Can someone shed some light on ARSperl setup. I'm new to this as our > > > previous admin guy is gone without much documentation. The ARSperl docs > > > aren't very clear. > > > > > > > > > > > > We've setup new servers with the latest ARS version as follows: > > > > > > > > > > > > Our env - Windows Server 2003 R2 SP1, Enterprise Edition 64bit with > > > AR server 7.01 p3 using Oracle 10gR2 64bit & email engine 7.01 p3 > > > > > > HPUX 11.31 (IA64) with jakarta tomcat 5.0.28, java 1.4 with midtier > > > 7.0.1 p3. > > > > > > > > > > > > Our thoughts on this is to install Active State's perl 5.8.8.820 (64 > > > bit) on the AR db server as well as ARSperl . > > > > > > Our previous setup was AR server 6 on HPUX 10.20 and all they had was > > > a few arsperl 1.71 files (@10 files). There's allot more when > > > extracting the 1.9 files. > > > > > > > > > > > > According to the docs it says to use the Windows binaries from the > > > distribution so how to I do this. Where to I extract the files too? Is > > > c:\arsperl-1.90 ok? Any env variables to set? > > > > > > Any other setup required? > > > > > > Regards, > > > > > > Norm > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by DB2 Express > > > Download DB2 Express C - the FREE version of DB2 express and take > > > control of your XML. No limits. Just data. Click to get it now. > > > http://sourceforge.net/powerbar <http://sourceforge.net/powerbar/db2/>/db2/<http://sourceforge.net/powerbar/db2/> > > > _______________________________________________ > > > Arsperl-users mailing list > > > Ars...@ar... > > > https://lists.sourceforge.net<https://lists.sourceforge.net/lists/listinfo/arsperl-users> > > > /lists/listinfo/arsperl-users<https://lists.sourceforge.net/lists/listinfo/arsperl-users> > > > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerba <http://sourceforge.net/powerbar/db2/>r/db2/<http://sourceforge.net/powerbar/db2/> > > _______________________________________________ > > Arsperl-users mailing list > > Ars...@ar... > > https://lists.sourceforge.net<https://lists.sourceforge.net/lists/listinfo/arsperl-users>/lists/listinfo/arsperl-users<https://lists.sourceforge.net/lists/listinfo/arsperl-users> > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |
|
From: Steve <inf...@gm...> - 2007-06-26 05:07:10
|
Here are the step-by-step instructions to install ARSPERL on Windows. 1) Download and install ActivePERL for windows (google for activeperl). Install it to C:\PERL folder. 2) Download the "win701p1.tar.gz" file from http://arswiki.org/projects/arapi/downloads and unzip. 3) In the "win701p1.tar.gz" file, there will be a folder called 'lib'. Copy all the files (CTRL A + CTRL C). 4) Create a new directory - C:\perl\site\lib\auto\ARS - and paste all the files copied in Step 3) 5) Download http://remedydeveloper.org/ARSperl_190_701.zip to C:\ drive. and unzip all contents. There should be a file named 'ARS.ppd' 6) Go to start -> Run and type 'cmd' (Open command prompt). Change directory to the one containing the 'ARS.ppd' file. 7) Type "ppm install ARS.ppd" and this should install the ARSPERL module. Doubts ===== a) What is the purpose of 'win701p2.tar.gz" file present on the arswiki download page? Enjoy :-) Steve. On 6/26/07, Michiel Beijen <mic...@ma...> wrote: > > Norm, > > I just created a Windows PPM package you can use; you can download it from > http://remedydeveloper.org/ARSperl_190_701.zip > There is a readme file inside with instructions on how to install. > > HTH, > > -- > Met vriendelijke groet / Kind regards > Michiel Beijen > ______________________________________________________ > MANSOLUTIONS > Energieweg 60-62 > 3771 NA Barneveld > The Netherlands > Tel. +31-(0)612968592 > Mail mic...@ma... > Internet http://bsm.mansolutions.nl > > > On 6/25/07, Dignard, Norman <di...@na...> wrote: > > > > On this same subject, where can I find the 1.9 Windows binaries? I can > > across a link for 1.84 windows binaries. > > > > > > > > Regards, > > > > Norm > > > > > > ------------------------------ > > > > *From:* Dignard, Norman > > *Sent:* June 25, 2007 03:16 PM > > *To:* 'ars...@ar....' > > *Subject:* ARSPerl 1.90 setup > > > > > > > > > > > > Can someone shed some light on ARSperl setup. I'm new to this as our > > previous admin guy is gone without much documentation. The ARSperl docs > > aren't very clear. > > > > > > > > We've setup new servers with the latest ARS version as follows: > > > > > > > > Our env - Windows Server 2003 R2 SP1, Enterprise Edition 64bit with AR > > server 7.01 p3 using Oracle 10gR2 64bit & email engine 7.01 p3 > > > > HPUX 11.31 (IA64) with jakarta tomcat 5.0.28, java 1.4 with midtier > > 7.0.1 p3. > > > > > > > > Our thoughts on this is to install Active State's perl 5.8.8.820 (64 > > bit) on the AR db server as well as ARSperl . > > > > Our previous setup was AR server 6 on HPUX 10.20 and all they had was a > > few arsperl 1.71 files (@10 files). There's allot more when extracting > > the 1.9 files. > > > > > > > > According to the docs it says to use the Windows binaries from the > > distribution so how to I do this. Where to I extract the files too? Is > > c:\arsperl-1.90 ok? Any env variables to set? > > > > Any other setup required? > > > > Regards, > > > > Norm > > > > ------------------------------------------------------------ > > ------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar <http://sourceforge.net/powerbar/db2/> > > /db2/ <http://sourceforge.net/powerbar/db2/> > > _______________________________________________ > > Arsperl-users mailing list > > Ars...@ar... > > https://lists.sourceforge.net<https://lists.sourceforge.net/lists/listinfo/arsperl-users> > > /lists/listinfo/arsperl-users<https://lists.sourceforge.net/lists/listinfo/arsperl-users> > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerba <http://sourceforge.net/powerbar/db2/> > r/db2/ <http://sourceforge.net/powerbar/db2/> > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net<https://lists.sourceforge.net/lists/listinfo/arsperl-users> > /lists/listinfo/arsperl-users<https://lists.sourceforge.net/lists/listinfo/arsperl-users> > > |
|
From: Jeff M. <jcm...@je...> - 2007-06-25 20:34:09
|
Michiel Beijen wrote: > Norm, > > I just created a Windows PPM package you can use; you can download it from > http://remedydeveloper.org/ARSperl_190_701.zip > There is a readme file inside with instructions on how to install. > > HTH, > I uploaded this file to SF.net jeff |
|
From: Michiel B. <mic...@ma...> - 2007-06-25 20:23:53
|
Norm, I just created a Windows PPM package you can use; you can download it from http://remedydeveloper.org/ARSperl_190_701.zip There is a readme file inside with instructions on how to install. HTH, -- Met vriendelijke groet / Kind regards Michiel Beijen ______________________________________________________ MANSOLUTIONS Energieweg 60-62 3771 NA Barneveld The Netherlands Tel. +31-(0)612968592 Mail mic...@ma... Internet http://bsm.mansolutions.nl On 6/25/07, Dignard, Norman <di...@na...> wrote: > > On this same subject, where can I find the 1.9 Windows binaries? I can > across a link for 1.84 windows binaries. > > > > Regards, > > Norm > > > ------------------------------ > > *From:* Dignard, Norman > *Sent:* June 25, 2007 03:16 PM > *To:* 'ars...@ar....' > *Subject:* ARSPerl 1.90 setup > > > > > > Can someone shed some light on ARSperl setup. I'm new to this as our > previous admin guy is gone without much documentation. The ARSperl docs > aren't very clear. > > > > We've setup new servers with the latest ARS version as follows: > > > > Our env - Windows Server 2003 R2 SP1, Enterprise Edition 64bit with AR > server 7.01 p3 using Oracle 10gR2 64bit & email engine 7.01 p3 > > HPUX 11.31 (IA64) with jakarta tomcat 5.0.28, java 1.4 with midtier 7.0.1p3. > > > > Our thoughts on this is to install Active State's perl 5.8.8.820 (64 bit) > on the AR db server as well as ARSperl . > > Our previous setup was AR server 6 on HPUX 10.20 and all they had was a > few arsperl 1.71 files (@10 files). There's allot more when extracting > the 1.9 files. > > > > According to the docs it says to use the Windows binaries from the > distribution so how to I do this. Where to I extract the files too? Is > c:\arsperl-1.90 ok? Any env variables to set? > > Any other setup required? > > Regards, > > Norm > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |
|
From: <jar...@gm...> - 2007-06-25 19:58:19
|
I sent a copy to this list last day -- Jarl On 6/25/07, Dignard, Norman <di...@na...> wrote: > > > > > On this same subject, where can I find the 1.9 Windows binaries? I can > across a link for 1.84 windows binaries. > > > > > Regards, > > Norm > > > > ________________________________ > > > From: Dignard, Norman > Sent: June 25, 2007 03:16 PM > To: 'ars...@ar....' > Subject: ARSPerl 1.90 setup > > > > > > > Can someone shed some light on ARSperl setup. I'm new to this as our > previous admin guy is gone without much documentation. The ARSperl docs > aren't very clear. > > > > We've setup new servers with the latest ARS version as follows: > > > > Our env - Windows Server 2003 R2 SP1, Enterprise Edition 64bit with AR > server 7.01 p3 using Oracle 10gR2 64bit & email engine 7.01 p3 > > HPUX 11.31 (IA64) with jakarta tomcat 5.0.28, java 1.4 with midtier 7.0.1 > p3. > > > > Our thoughts on this is to install Active State's perl 5.8.8.820 (64 bit) on > the AR db server as well as ARSperl . > > Our previous setup was AR server 6 on HPUX 10.20 and all they had was a few > arsperl 1.71 files (@10 files). There's allot more when extracting the 1.9 > files. > > > > According to the docs it says to use the Windows binaries from the > distribution so how to I do this. Where to I extract the files too? Is > c:\arsperl-1.90 ok? Any env variables to set? > > Any other setup required? > > > Regards, > > Norm > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |
|
From: Dignard, N. <di...@na...> - 2007-06-25 19:45:49
|
On this same subject, where can I find the 1.9 Windows binaries? I can across a link for 1.84 windows binaries.=20 =20 Regards, Norm=20 =20 _____ =20 From: Dignard, Norman=20 Sent: June 25, 2007 03:16 PM To: 'ars...@ar....' Subject: ARSPerl 1.90 setup =20 =20 Can someone shed some light on ARSperl setup. I'm new to this as our previous admin guy is gone without much documentation. The ARSperl docs aren't very clear. =20 We've setup new servers with the latest ARS version as follows: =20 Our env - Windows Server 2003 R2 SP1, Enterprise Edition 64bit with AR server 7.01 p3 using Oracle 10gR2 64bit & email engine 7.01 p3 HPUX 11.31 (IA64) with jakarta tomcat 5.0.28, java 1.4 with midtier 7.0.1 p3.=20 =20 Our thoughts on this is to install Active State's perl 5.8.8.820 (64 bit) on the AR db server as well as ARSperl . Our previous setup was AR server 6 on HPUX 10.20 and all they had was a few arsperl 1.71 files (@10 files). There's allot more when extracting the 1.9 files. =20 According to the docs it says to use the Windows binaries from the distribution so how to I do this. Where to I extract the files too? Is c:\arsperl-1.90 ok? Any env variables to set? Any other setup required?=20 Regards, Norm=20 |
|
From: John U. <joh...@cr...> - 2007-06-24 20:27:16
|
We have fixed this by the following change to mallocnn in support.c.
/* malloc that will never return null */
void *
mallocnn(int s)
{
#ifdef malloc
#undef malloc
#endif
void *m =3D malloc(s ? s : 1);
if (!m)
croak("can't malloc");
memset(m, 0, s ? s : 1);
return m;
}
The Perl malloc macro is undefined and so the platform malloc() is used
instead. All memory allocation for the structures then uses the platform
memory manager and the call to FreeARFieldValueList() works correctly.
-----Original Message-----
From: ars...@ar...
[mailto:ars...@ar...] On Behalf Of John Unsworth
Sent: 20 June 2007 15:25
To: 'ARSperl User Discussion'
Subject: Re: [Arsperl-users] ars_CreateEntry crashing perl
Apologies got that wrong. If Perl is compiled to use Perl memory =
allocation
it seems to pick up all memory related functions. So Newz and safefree =
are
also using the Perl memory pool.
I guess that you already knew that!
-----Original Message-----
From: ars...@ar...
[mailto:ars...@ar...] On Behalf Of John Unsworth
Sent: 14 June 2007 12:25
To: ars...@ar...
Subject: Re: [Arsperl-users] ars_CreateEntry crashing perl
This crash is caused because the memory management is incorrect. Memory =
is
allocated for the field values by
AMALLOCNN(fieldList.fieldValueList,c,ARFieldValueStruct);
and released by a call to
FreeARFieldValueList(&fieldList, FALSE);
These used to be=20
Newz(777,fieldList.fieldValueList,c,ARFieldValueStruct);
and=20
safefree(fieldList.fieldValueList);
I believe that the safefree() was changed to FreeARFieldValueList() =
because
otherwise any memory allocated to the values was never freed. But the =
change
from Newz to ALLOCNN has caused a memory corruption.
AMALLOCNN uses the Perl memory allocation routines and allocates memory =
from
the Perl memory pool. FreeARFieldValueList uses the OS free() function.
Since the memory was not allocated using the OS malloc() a memory =
corruption
occurs, the free'd blocks are added to the OS memory list and then and =
used
by both Perl and the platform. A crash will probably occur soon =
afterwards.
The fix is to put back the Newz or to change AMALLOCNN to use Newz.
Newz() maps onto the OS malloc() and safefree() maps onto the OS free().
Other functions are affected in a similar way to ars_CreateEntry().
-------------------------------------------------------------------------=
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take =
control of
your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Arsperl-users mailing list
Ars...@ar...
https://lists.sourceforge.net/lists/listinfo/arsperl-users
|
|
From: <jar...@gm...> - 2007-06-22 09:10:58
|
Thanks, and I did get the same error in firefox... -- Jarl On 6/22/07, Paizo <pai...@gm...> wrote: > i just tried to dowload it from > http://sourceforge.net/projects/arsperl/ > > using this mirror: > > http://dfn.dl.sourceforge.net/sourceforge/arsperl/ARSperl-1.90.tgz > > and it works. > try it again then tell us, i can send you the file if you want but, pleas= e, > use firefox instead of IE ;) > > > 2007/6/22, Jarl Gr=F8neng <jar...@gm...>: > > Tried it several time. I'll try for the cvs version, if I can find a > > csv client.. > > > > This is the day; my mouse stop working (and I hate the mouse-pad), > > then IE crash.... > > > > -- > > Jarl > > > > On 6/22/07, Thilo Stapff < thi...@ap...> wrote: > > > Did you try to repeat the download? > > > > > > BTW there's an updated version CVS which contains some bugfixes (most= ly > > > memory leaks), for downloading see > > > > > > http://sourceforge.net/cvs/?group_id=3D116013 > > > > > > > > > If nothing of this works, I can send you a working copy, just let me > know. > > > > > > > > > Regards, > > > Thilo > > > > > > > > > > > > Jarl Gr=F8neng wrote: > > > > Downloaded version 1.9 but I'm not able to open the file. Getting t= he > error: > > > > Error reading header after processing 0 entries. > > > > > > > > Anyone have a working copy? > > > > > > > > -- > > > > Jarl > > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by DB2 Express > > > > Download DB2 Express C - the FREE version of DB2 express and take > > > > control of your XML. No limits. Just data. Click to get it now. > > > > http://sourceforge.net/powerbar/db2/ > > > > _______________________________________________ > > > > Arsperl-users mailing list > > > > Ars...@ar... > > > > > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by DB2 Express > > > Download DB2 Express C - the FREE version of DB2 express and take > > > control of your XML. No limits. Just data. Click to get it now. > > > http://sourceforge.net/powerbar/db2/ > > > _______________________________________________ > > > Arsperl-users mailing list > > > Ars...@ar... > > > > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > Arsperl-users mailing list > > Ars...@ar... > > > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > > > > > -- > ------------------------------ > > A me cugin na volta xe nd=E0 dal geataro e el ga domand=E0 na coppetta tr= igusto > co i gusti seegheta, sarexe e schie co na fettina de poenta. > El geataro pena sentio che=E0 goduriosa scelta, el se ga messo subito el > pigiama de banane e el ghe ga messo in testa a corona de poegge medie e l= o > ga fatto diventare Re dei Gelati Biricchini. > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Arsperl-users mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-users > > |