[JBoss-user] RE: auth.conf

2001-08-09 Thread jamal . noorzaie
Nausheen: The auth.conf file is used as part of JASS authentication in JBoss. You don't need to change this if you are not using any type of authentication e.g. BASIC, etc. There is a very good article/example at: http://www.jboss.org/documentation/HTML/ch09.html Read the whole article and you

[JBoss-user] RE: Authentication POP-UP-SCREEN in JBoss

2001-08-07 Thread jamal . noorzaie
Hey Guy: Regarding the POP-UP-SCREEN for authentication, I am not using Apache. I am using Tomcat as my JSP and servlet container. (I am using the JBoss+Tomcat combo). How do you create the logic to do this in Tomcat Many thanks in advance for your help. Regards, Jamal.

[JBoss-user] Authentication POP-UP-SCREEN in JBoss.

2001-08-06 Thread jamal . noorzaie
Hi all: I am using JBoss-2.2.2_Tomcat-3.2.2 on windows NT4. I am trying to secure a simple web application with no EJBs. It consists of JSP pages and some servlets. What I am trying to do is basically have users/passwords/roles defined in property files. When the user tries to access any page on

[JBoss-user] setting up simple authentication in JBoss+Tomcat

2001-08-02 Thread jamal . noorzaie
Hi Group: Here is my system: Windows NT4, JBoss-2.2.2_Tomcat-3.2.2, JDK1.3, Oracle 8i. Here is my problem: I am trying to set up simple or form based authentication in JBoss+Tomcat. We have a custom module based on the petstore example which checks for user Principle. Its value is returned

[JBoss-user] Tomcat vs. Apache web server and JBoss

2001-07-09 Thread jamal . noorzaie
Hi group: I use JBoss2.2.2+Tomcat3.2.2 (for JBoss as my EJB container and Tomcat as my JSP and Servlet container). I have a lot of static content such as HTML files, images, etc. which need to be served as well. Do I need an external web server such as Apache for serving the static content? What

[JBoss-user] problem deploying CMP EJBs.

2001-07-02 Thread jamal . noorzaie
Hey Group: My system: JBoss-2.2.2_Tomcat-3.2.2, jdk1.3, NT4,Oracle 8i. Here is my problem: I have three EJBs which are being deployed: jamalcontroller, jamal, jamalDAO jamalcontroller is a statefull session bean which calls jamal also a stateful session bean. EJB jamal calls jamalDAO which is

[JBoss-user] Re: Problems with struts

2001-06-20 Thread jamal . noorzaie
Nick: I had some problem with a struts application which JBoss+Tomcat could not resolve entries in struts-config.xml, I added the header: ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE struts-config PUBLIC -//Apache Software Foundation//DTD Struts Configuration 1.0//EN