Re: How to do this servlet-mapping?

2001-03-21 Thread Fejes Balazs
Probably you should use /images/app/ball.gif Balazs I've tried using the servlet-mapping of /app/* and pointing this to the servlet. While this makes requests go to the servlet, if, within that servlet, I try to get a request dispatcher to /app/ball.gif and forward there, I get

How to do this servlet-mapping?

2001-03-20 Thread Gerald
Here's a challenge. It was for me. For all URLs that start with /app (e.g. /app/login, /app/mainmenu, /app/ball.gif), have all requests go to a servlet for processing. If the servlet recognizes the URL, perform an action and return the appropriate output. If the URL is not recognized, treat the

Re: How to do this servlet-mapping?

2001-03-20 Thread Tim Endres
Why not have your servlet "forward" any request that it does not recognize to another namespace. In other words, using your example, you would forward "/app/ball.gif" to "/images/ball.gif", thus eliminating the "/app" mapping. tim. I've tried using the servlet-mapping of /app/* and pointing

How to do...

2001-01-28 Thread Klaus Thiele
Hello, i have an application "app1" (ejb's,...) deployed in an ear-file to the orion server. i want to create a second application "app2" which can access some ejb's in "app1". Is this possible? How to do? please point me in the right direction. thanks

HELP: Security !!! How to do it.

2000-11-10 Thread Peter Delahunty
a user. Then i want to authenticate them using orion, how ? Do i use RoleManager.login()cos when i try to find it using "java:comp/RoleManager" then orion gives me naming exception that say that that name does not exist. Anyway if i was to authenticate the user, i then want to test my s

RE: HELP: Security !!! How to do it.

2000-11-10 Thread Peter Delahunty
uot;j_password" /form this i presume creates princepal that is passed to the EJB layer to be checked. So my question is how the hell do i do the same thing from a Java Application. -Original Message- From: Peter Delahunty [mailto:[EMAIL PROTECTED]] Sent: Friday, November 10, 2000 10:07