RE: OT: RE: Macromedia Generator and Orion

2000-11-16 Thread Juan Lorandi (Chile)

this is getting spookie.

really bizarre...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Jueves, 16 de Noviembre de 2000 8:14
To: Orion-Interest
Subject: Re: OT: RE: Macromedia Generator and Orion


Hi Robert,

>ok, where did you put the macromedia classes so we can figure out why the 
>classloader cannot access them?

Thanks!

First I'm not sure if I registered the classpaths right under the Orion 
environment. In the file global-web-application.xml I inserted the 
following lines:





Maybe I missed a directory or this is not the right location to set 
classpaths?? Anyway, Generator uses JRun as its own Servlet Engine. What 
I'm concerned about is the installation procedure under Microsoft IIS. 
There I do have to copy a file JRun.dll in the /scripts path. Then I call 
this /scripts path as a virtual directory under the Internet Service 
Manager (also known as Microsoft Management Console). Is there any way to 
register *.dll under Orion (on Windows2000), too?

Thanks again and regards

Berny


 





Re: OT: RE: Macromedia Generator and Orion

2000-11-16 Thread Berny Woehrlin

Hi Robert,

>ok, where did you put the macromedia classes so we can figure out why the 
>classloader cannot access them?

Thanks!

First I'm not sure if I registered the classpaths right under the Orion 
environment. In the file global-web-application.xml I inserted the 
following lines:





Maybe I missed a directory or this is not the right location to set 
classpaths?? Anyway, Generator uses JRun as its own Servlet Engine. What 
I'm concerned about is the installation procedure under Microsoft IIS. 
There I do have to copy a file JRun.dll in the /scripts path. Then I call 
this /scripts path as a virtual directory under the Internet Service 
Manager (also known as Microsoft Management Console). Is there any way to 
register *.dll under Orion (on Windows2000), too?

Thanks again and regards

Berny


 





Re: OT: RE: Macromedia Generator and Orion

2000-11-16 Thread Robert Krueger

At 10:30 16.11.00 , you wrote:
>Hi Robert,
>
>of course there are alternatives for using Generator. Believe, we do know 
>all about it. But our client  just asks for using Generator 2 Enterprise 
>Edition.

my reply was more adressed to magnus as he said he didn't do a flash 
version of the ATM because of the price. I guess he has the freedom of choice.

>I still try to figure out how to get Generator to run under Orion. I 
>really like to sell Orion to our Client, too.
>
>So that's what I've done so far:
>
>I put the following code between the
> Tags of  the WEB-INF/web.xml:
>
>
> 
> 
> FlashGenerator
> 
>com.macromedia.generator.servlets.FlashGenerator
> FlashGenerator
> FlashGenerator
> 1
> 
> InstallPath
> 
>/opt/generator/generator
> 
> 
>
>
> 
> 
> FlashGenerator
> /*.swt
> 
>
>And I tried to set the classpaths
>
> 
> 
> 
>
>
>When I now try to call the Generator Template (which calls a *.jsp) I get 
>an Error message. What did I miss or do wrong?
>
>http://localhost:8080/TestMovie1.swt
>
>500 Internal Server Error
>
>java.lang.NoClassDefFoundError
> at 
> com.macromedia.generator.api.Serial.(com/macromedia/generator/api/Serial)
> at 
> com.macromedia.generator.servlets.FlashGenerator.initSerialization(com/mac 
> romedia/generator/servlets/FlashGenerator)
> at 
> com.macromedia.generator.servlets.FlashGenerator.init(com/macromedia/gener 
> ator/servlets/FlashGenerator)
> at com.evermind.server.http.HttpApplication.wt(JAX)
> at com.evermind.server.http.HttpApplication.wb(JAX)
> at com.evermind.server.http.HttpApplication.um(JAX)
> at com.evermind.server.http.ef.su(JAX)
> at com.evermind.server.http.ef.dn(JAX)
> at com.evermind.util.f.run(JAX)
>
>Thanks for any hint...
>
>Regards
>
>Berny

ok, where did you put the macromedia classes so we can figure out why the 
classloader cannot access them?


robert

>At 09:46 16.11.2000 +0100, you wrote:
>>At 09:23 16.11.00 , you wrote:
>>
>>>Hi Berny.
>>>Is Generator still needed with the new version of 5 to have good 
>>>interaction with the server?
>>>I was working on making a Flash version of the ATM but dropped it when I 
>>>saw the price on Generator...
>>>WR
>>
>>there are cheaper alternatives for creating flash movies dynamically, 
>>even one freeware package that got reasonably good reviews in a german 
>>magazine. I don't remember the names but could look for the article if 
>>you're interested.
>>
>>robert
>>
>>> > -Original Message-
>>> > From: [EMAIL PROTECTED] 
>>> [mailto:[EMAIL PROTECTED]]
>>> > Sent: den 15 november 2000 14:00
>>> > To: Orion-Interest
>>> > Subject: Macromedia Generator and Orion
>>> >
>>> >
>>> > Hi,
>>> >
>>> > does anybody have experiences how to run Macromedia Generator
>>> > under Orion?
>>> > I appreciate any hint...
>>> >
>>> > Regards
>>> >
>>> > Berny
>>> >
>>> >
>>> > --
>>> > Berny Woehrlin
>>> > system development - web consulting
>>> > mail:   [EMAIL PROTECTED]
>>> > location:   Hamburg, Germany
>>> >
>>> >
>>
>>(-) Robert Krüger
>>(-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH
>>(-) Brüder-Knauß-Str. 79 - 64285 Darmstadt,
>>(-) Tel: 06151 665401, Fax: 06151 665373
>>(-) [EMAIL PROTECTED], www.signal7.de
>
>
>
>--
>Berny Woehrlin
>system development - web consulting
>mail:   [EMAIL PROTECTED]
>call:   +49 - (0)179 519 63 24
>location:   Hamburg, Germany
>
>

(-) Robert Krüger
(-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH
(-) Brüder-Knauß-Str. 79 - 64285 Darmstadt,
(-) Tel: 06151 665401, Fax: 06151 665373
(-) [EMAIL PROTECTED], www.signal7.de





Re: OT: RE: Macromedia Generator and Orion

2000-11-16 Thread Berny Woehrlin

Hi Robert,

of course there are alternatives for using Generator. Believe, we do know 
all about it. But our client  just asks for using Generator 2 Enterprise 
Edition.

I still try to figure out how to get Generator to run under Orion. I really 
like to sell Orion to our Client, too.

So that's what I've done so far:

I put the following code between the
 Tags of  the WEB-INF/web.xml:


 
 
 FlashGenerator
 
com.macromedia.generator.servlets.FlashGenerator
 FlashGenerator
 FlashGenerator
 1
 
 InstallPath
 /opt/generator/generator
 
 


 
 
 FlashGenerator
 /*.swt
 

And I tried to set the classpaths

 
 
 


When I now try to call the Generator Template (which calls a *.jsp) I get 
an Error message. What did I miss or do wrong?

http://localhost:8080/TestMovie1.swt

500 Internal Server Error

java.lang.NoClassDefFoundError
 at 
com.macromedia.generator.api.Serial.(com/macromedia/generator/api/Serial)
 at 
com.macromedia.generator.servlets.FlashGenerator.initSerialization(com/macromedia/generator/servlets/FlashGenerator)
 at 
com.macromedia.generator.servlets.FlashGenerator.init(com/macromedia/generator/servlets/FlashGenerator)
 at com.evermind.server.http.HttpApplication.wt(JAX)
 at com.evermind.server.http.HttpApplication.wb(JAX)
 at com.evermind.server.http.HttpApplication.um(JAX)
 at com.evermind.server.http.ef.su(JAX)
 at com.evermind.server.http.ef.dn(JAX)
 at com.evermind.util.f.run(JAX)

Thanks for any hint...

Regards

Berny

At 09:46 16.11.2000 +0100, you wrote:
>At 09:23 16.11.00 , you wrote:
>
>>Hi Berny.
>>Is Generator still needed with the new version of 5 to have good 
>>interaction with the server?
>>I was working on making a Flash version of the ATM but dropped it when I 
>>saw the price on Generator...
>>WR
>
>there are cheaper alternatives for creating flash movies dynamically, even 
>one freeware package that got reasonably good reviews in a german 
>magazine. I don't remember the names but could look for the article if 
>you're interested.
>
>robert
>
>> > -Original Message-
>> > From: [EMAIL PROTECTED] 
>> [mailto:[EMAIL PROTECTED]]
>> > Sent: den 15 november 2000 14:00
>> > To: Orion-Interest
>> > Subject: Macromedia Generator and Orion
>> >
>> >
>> > Hi,
>> >
>> > does anybody have experiences how to run Macromedia Generator
>> > under Orion?
>> > I appreciate any hint...
>> >
>> > Regards
>> >
>> > Berny
>> >
>> >
>> > --
>> > Berny Woehrlin
>> > system development - web consulting
>> > mail:   [EMAIL PROTECTED]
>> > location:   Hamburg, Germany
>> >
>> >
>
>(-) Robert Krüger
>(-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH
>(-) Brüder-Knauß-Str. 79 - 64285 Darmstadt,
>(-) Tel: 06151 665401, Fax: 06151 665373
>(-) [EMAIL PROTECTED], www.signal7.de
>



--
Berny Woehrlin
system development - web consulting
mail:   [EMAIL PROTECTED]
call:   +49 - (0)179 519 63 24
location:   Hamburg, Germany





OT: RE: Macromedia Generator and Orion

2000-11-16 Thread Robert Krueger

At 09:23 16.11.00 , you wrote:

>Hi Berny.
>Is Generator still needed with the new version of 5 to have good 
>interaction with the server?
>I was working on making a Flash version of the ATM but dropped it when I 
>saw the price on Generator...
>WR

there are cheaper alternatives for creating flash movies dynamically, even 
one freeware package that got reasonably good reviews in a german magazine. 
I don't remember the names but could look for the article if you're interested.

robert

> > -Original Message-
> > From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]]
> > Sent: den 15 november 2000 14:00
> > To: Orion-Interest
> > Subject: Macromedia Generator and Orion
> >
> >
> > Hi,
> >
> > does anybody have experiences how to run Macromedia Generator
> > under Orion?
> > I appreciate any hint...
> >
> > Regards
> >
> > Berny
> >
> >
> > --
> > Berny Woehrlin
> > system development - web consulting
> > mail:   [EMAIL PROTECTED]
> > location:   Hamburg, Germany
> >
> >

(-) Robert Krüger
(-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH
(-) Brüder-Knauß-Str. 79 - 64285 Darmstadt,
(-) Tel: 06151 665401, Fax: 06151 665373
(-) [EMAIL PROTECTED], www.signal7.de