Re: SV: Deploy EAR/WAR via HTTP upload

2001-04-04 Thread Matthew R Bauer

I got the same error

mattba

On Sun, 4 Mar 2001, Stan Ng wrote:

> hmm... i have to agree.  getting it to run in a servlet was not too bad, but
> it seems that the required parameters need some more documentation (or an
> example, which is even better imho...)  can anyone verify if -deploy on
> admin.jar even works on it's own?  i'm running orion 1.4.7 on win 2k and on
> my machine, i get the following error:
> 
> java.lang.StackOverflowError
> at com.evermind.server.ThreadState.getCurrentState(JAX)
> at com.evermind.serve.ApplicationServerSystemProperties.getProperty(JAX)
> at java.lang.System.getProperty(System.java:562)
> at com.evermind.server.Application.w8(JAX)
> (repeat ad nauseum...)
> 
> 
> i suspect it may be one of the parameters i specified, but it's hard to
> tell... any suggestions?
> 
> 
> 
> - Original Message -
> From: "Mark Richman" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Sent: Wednesday, April 04, 2001 6:46 AM
> Subject: Re: SV: Deploy EAR/WAR via HTTP upload
> 
> 
> Easier said than done on a system that isn't Open Source!
> 
> - Mark
> 
> 
> 





Re: SV: Deploy EAR/WAR via HTTP upload

2001-04-04 Thread Stan Ng

hmm... i have to agree.  getting it to run in a servlet was not too bad, but
it seems that the required parameters need some more documentation (or an
example, which is even better imho...)  can anyone verify if -deploy on
admin.jar even works on it's own?  i'm running orion 1.4.7 on win 2k and on
my machine, i get the following error:

java.lang.StackOverflowError
at com.evermind.server.ThreadState.getCurrentState(JAX)
at com.evermind.serve.ApplicationServerSystemProperties.getProperty(JAX)
at java.lang.System.getProperty(System.java:562)
at com.evermind.server.Application.w8(JAX)
(repeat ad nauseum...)


i suspect it may be one of the parameters i specified, but it's hard to
tell... any suggestions?



- Original Message -
From: "Mark Richman" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, April 04, 2001 6:46 AM
Subject: Re: SV: Deploy EAR/WAR via HTTP upload


Easier said than done on a system that isn't Open Source!

- Mark






Re: SV: Deploy EAR/WAR via HTTP upload

2001-04-04 Thread Mark Richman

Easier said than done on a system that isn't Open Source!

- Mark

> Write a servlet that utilizes admin.jar ?
> WR
> 
> -Ursprungligt meddelande-
> Från: Mark A. Richman [mailto:[EMAIL PROTECTED]]
> Skickat: den 4 april 2001 04:38
> Till: Orion-Interest
> Ämne: RE: Deploy EAR/WAR via HTTP upload
> 
> 
> Thanks, but I was thinking along the lines of an HTML form
that I 
> upload an
> EAR to. Then a JSP or Servlet would deploy the archive.
>  
> 
> Regards,
> Mark A. Richman
> Empire Software, Inc.
> Expert Software Development & Consulting
> 
> + Internet/Intranet/Extranet
> + E-Commerce & B2B
> + Java, C/C++, Visual Basic
> + XML, SOAP, and Web Services

> + Linux & Open-Source Solutions
> + Database Applications
> + ...and MUCH more!
> 
> http://www.empsoft.com <http://www.empsoft.com/> 
> [EMAIL PROTECTED]
> Tel: 954-234-9049
>   
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
Magnus Rydin
> Sent: Wednesday, April 04, 2001 1:40 AM
> To: Orion-Interest
> Subject: SV: Deploy EAR/WAR via HTTP upload
> 
> 
> 
> /orion/admin.jar commands : 
> 
> -deploy - (re)deploys an application. Sub-switches are: 
>-file - Enterprise Archive to deploy 
>-deploymentName - Name of the application deployment 
>-targetPath - The path on the remote OS to place the
archive at. If 
> not
> specified the applications directory is used 
> 
> -bindWebApp [application deployment name] [web-app name]
[web-site 
> name]
> [context root] - binds a web app to the specified site + root
> 
> >Is it possible to deploy an EAR/WAR if uploaded via HTTP?
If so, how? 
> >Regards, 
> >Mark A. Richman 
> >Empire Software, Inc. 
> >Expert Software Development & Consulting 
> 
> 


-- 
Mark A. Richman 
Empire Software, Inc.
Expert Software Development & Consulting 
  
+ Internet/Intranet/Extranet 
+ E-Commerce & B2B 
+ Java, C/C++, Visual Basic 
+ XML, SOAP, and Web Services 
+ Linux & Open-Source Solutions 
+ Database Applications 
+ ...and MUCH more! 

http://www.empsoft.com
[EMAIL PROTECTED]
954-234-9049 







SV: Deploy EAR/WAR via HTTP upload

2001-04-04 Thread Magnus Rydin
Title: SV: Deploy EAR/WAR via HTTP upload



Write 
a servlet that utilizes admin.jar ?
WR

  -Ursprungligt meddelande-Från: Mark A. Richman 
  [mailto:[EMAIL PROTECTED]]Skickat: den 4 april 2001 
  04:38Till: Orion-InterestÄmne: RE: Deploy EAR/WAR via 
  HTTP upload
  Thanks, but I 
  was thinking along the lines of an HTML form that I upload an EAR to. Then a 
  JSP or Servlet would deploy the archive.
   
  Regards,Mark A. RichmanEmpire Software, Inc.Expert 
  Software Development & Consulting+ Internet/Intranet/Extranet+ 
  E-Commerce & B2B+ Java, C/C++, Visual Basic+ XML, SOAP, and Web 
  Services+ Linux & Open-Source Solutions+ Database 
  Applications+ ...and MUCH more!http://www.empsoft.com[EMAIL PROTECTED]Tel: 
  954-234-9049  
  
-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On Behalf Of Magnus 
RydinSent: Wednesday, April 04, 2001 1:40 AMTo: 
Orion-InterestSubject: SV: Deploy EAR/WAR via HTTP 
upload
/orion/admin.jar commands : 
-deploy - (re)deploys an application. Sub-switches 
are:    -file - Enterprise Archive to 
deploy    -deploymentName - Name of the 
application deployment    -targetPath - 
The path on the remote OS to place the archive at. If not specified the 
applications directory is used 
-bindWebApp [application deployment name] [web-app name] 
[web-site name] [context root] - binds a web app to the specified site + 
root
>Is it possible to deploy an EAR/WAR if uploaded via 
HTTP? If so, how? >Regards, >Mark A. Richman >Empire Software, 
Inc. >Expert Software Development & 
Consulting 


SV: Deploy EAR/WAR via HTTP upload

2001-04-03 Thread Magnus Rydin
Title: SV: Deploy EAR/WAR via HTTP upload





/orion/admin.jar commands :


-deploy - (re)deploys an application. Sub-switches are:
   -file - Enterprise Archive to deploy
   -deploymentName - Name of the application deployment
   -targetPath - The path on the remote OS to place the archive at. If not specified the applications directory is used


-bindWebApp [application deployment name] [web-app name] [web-site name] [context root] - binds a web app to the specified site + root

>Is it possible to deploy an EAR/WAR if uploaded via HTTP? If so, how?
>Regards,
>Mark A. Richman
>Empire Software, Inc.
>Expert Software Development & Consulting