You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Sandy <su...@yahoo.com> on 2003/02/14 04:15:32 UTC

[users@httpd] apachee & weblogic

i have a problem
Say for eg, there's is sales application with static
content (having html & pdfs) and we have all this
content on apache in htdocs/sales folder. 
I have configured weblogic apache bridge such that all
call will go to weblogic except for
.html,.jpg,.gif,.pdf,.css etc.
Now for this content if client makes request
"http://www.abc.com/sales" than the call will be
forwarded to weblogic. However, client has url stored
for any html file and it makes request like
"http://www.abc.com/sales/info.html" than apache will
handle this call itself and serve the html
file..killing the authentication setup done on
weblogic.
By making one jsp to handle all request is feasible
only if all requests comes to weblogic. Here static
content is sitting in apache placed in fron of
weblogic and for such content it will not forward
request to weblogic. 

appreciate some ideas on it.

=====
luv,
sandy

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apachee & weblogic

Posted by Lee Fellows <lf...@4lane.com>.
On Thu, 2003-02-13 at 22:15, Sandy wrote:
>  However, client has url stored
> for any html file and it makes request like
> "http://www.abc.com/sales/info.html" than apache will
> handle this call itself and serve the html
> file..killing the authentication setup done on
> weblogic.
> By making one jsp to handle all request is feasible
> only if all requests comes to weblogic. Here static
> content is sitting in apache placed in fron of
> weblogic and for such content it will not forward
> request to weblogic. 
> 

  When we did this, we used a shared content nfs mount accessed
  by both apache and weblogic.  This way the client did not drop
  its url-encoded session id.  All queries that required weblogic's
  involvement went to weblogic and apache handled the static elements.

  HTH
  

-- 
Lee Fellows <lf...@4lane.com>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org