JAAS?

2001-11-28 Thread Hashim Merchant








Does Orion 1.5.2 support JAAS?



Thanks

Hash








RE: security in web-apps

2001-03-12 Thread Hashim Merchant

check the security-constraints tag in web.xml

-Hash

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Christine Hall
Sent: Sunday, March 11, 2001 10:46 PM
To: Orion-Interest
Subject: RE: security in web-apps


REMOVE UNSUBSCRIBE

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Greg Matthews
Sent: Monday, March 12, 2001 7:14 AM
To: Orion-Interest
Subject: Re: security in web-apps


there shouldn't be a problem with this.

you might want to post more information on what url you're using + the
config details in server.xml and default-web-site.xml.

- Original Message -
From: "Kiss Tibor" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Saturday, March 10, 2001 5:49 PM
Subject: security in web-apps


 Hi!

 I have created an ear file containing only a war file (with some jsps)
 just for experimenting, as I am quite new to orion.
 However, if I try to access my web-app, I get a 403 Forbidden error.

 Anyone got some suggestions/examples how I can control access security
 for my war?

 Thanks
 Tibor









Shutting orion from a different machine

2000-08-22 Thread Hashim Merchant

Hi guys,

   Does anyone know how i can shut down orion from a different
machine..say i have orion started on machine 1 now i want to shutdown
orion from machine 2 how do i use 
the java -jar admin.jar ormi://localhost admin 123 -shutdown from machine2
to shutdown machine 1

Hash

 winmail.dat


Orion and SSL......

2000-08-20 Thread Hashim Merchant

Hi guys,

  I have created an application that runs with and without SSL. Is there
anyway i can secure certain pages inside that application using SSL like
test1.jsp,test2.jsp and at the same time keeping test3.jsp non-SSL..
i have tried playing with web.xml...but it didnt help...

security-constraint
web-resource-collection
  web-resource-name/web-resource-name
  url-pattern/myAPP/Test1.jsp/url-pattern
/web-resource-collection
auth-constraint
  role-nameusers/role-name
/auth-constraint
user-data-constraint
  description/description
  transport-guaranteeCONFIDENTIAL/transport-guarantee
/user-data-constraint
  /security-constraint 
 

Any help will be appreciated.
Thank you for your time...

Hashim Merchant

 winmail.dat


having problems using EJBUserManager....

2000-07-11 Thread Hashim Merchant

HI Guys,

 I am trying to use EJBUserManager..have followed all the steps ...

1.)Installed hypersonicsql put hsql dir and hsql.jar in orion/lib

2.)Edited my orion/config/Data-Sources.xml
   by putting
data-source 
name="Default data-source"
 
class="com.evermind.sql.ConnectionDataSource"
location="jdbc/DefaultDS"
pooled-location="jdbc/DefaultPooledDS"
xa-location="jdbc/xa/DefaultXADS"
ejb-location="jdbc/DefaultEJBDS"
url="jdbc:HypersonicSQL:defaultdb"
connection-driver="org.hsql.jdbcDriver"
username="sa"
password=""
schema="database-schemas/hypersonic.xml"
/
3.)I then put the following inside myWebapp/WEB-INF/web.xml

user-manager
class="com.evermind.ejb.EJBUserManager"
init-param
param-namehome/param-name
 
param-valuecom.evermind.ejb.EJBUser/param-value
/init-param
init-param
 
param-namedefaultGroups/param-name
 
param-valueusers,guests,administrators/param-value
/init-param
/user-manager

4.)inside my orion/config/application.xml I added

user-manager
class="com.evermind.ejb.EJBUserManager"
property name="home"
value="com.evermind.ejb.EJBUser" /
property name="defaultGroups" value="users"
/
/user-manager

   Now after doing all this i still get this error

Error initializing server: Error initializing userManager
'com.evermind.ejb.EJBUserManager': 
NamingException: com.evermind.ejb.EJBUser not found

  any suggestions as to what i am missing would be really appreciated ..am
pretty new to orion and the docs dont explain much..

Thanx for all your time

Hashim Merchant

 winmail.dat


A bug with admin.jar

2000-06-21 Thread Hashim Merchant

HI guys,

I think what we have detected here is an orion bug. I have tried using 

java -jar admin.jar ormi://localhost:portnumber admin 123
-shutdown

   on Windows 98/NT 4.0 using JDK1.2.2 and it doesen' t work while another
person who i got in touch through the mailing list has the same command
working on 
   Windows 2000 and Linux. Is there anyone there who could look through this
bug and let me know if it is really a bug or i am just doing something
wrong.
   I'd really appreciate it.
   Thanx for your time

   Hashim Merchant

 winmail.dat


Shut Down

2000-06-15 Thread Hashim Merchant

HI Guys,

 I am trying to shut down orion by using

java -jar admin.jar ormi://localhost/ admin mojo -shutdown

and i get this error

Error: com.evermind.reflect.UndeclaredExceptionTypeException:
java.lang.ClassNotFoundException

Please giv me some solution

 Thanx for your time

Hashim Merchant

 winmail.dat


Two Instances of orion

2000-06-14 Thread Hashim Merchant


I have one instance of orion running on the default port 80 now I want
to run another instance of orion on another port (say 88) by using java -jar
orion.jar also i should be able to shut this instance down using java -jar
shutdown.jar and all this time the previous instance of orion should be
on.Is there some way to do this im pretty new to orion...if any of u guys
have anyideas please help me out.Like is there something i can put in the
classpath java -jar orion.jar port="88"
Thank you for your time

Hashim Merchant

 winmail.dat