----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
on 4/4/00 10:48 AM, Jason Callina <[EMAIL PROTECTED]> wrote:
> We are working with InterShop4 as an eCommerce framework. I would like to be
> able to use the capabilities of JServ and some of it's
> external components esp. the <SERVLET> tag or something with similar
> functionality. The problem is that InterShop dynamically
> generates the pages it produces out of a database record, there is no ".shtml"
> or ".jsp" extensions that would trigger the compile.
> Anyone do something similar or have any ideas?
>
> PS. Using Apache 1.3.6. on Solaris with DSO capability compiled in.
To bad you are using Intershop...I have heard/seen horror stories about it.
Anyways, one thing that you can do is write a servlet proxy that looks like
this:
start from the left side...go to the right, then work your way back
client <-> Apache <-> Servlet <-> (Whatever webserver is in front of
Intershop) <-> Intershop
on the way back through the Servlet, you can re-write the HTML however you
like...
it is a hack, but it works.
your other solution is to extend Intershop to make it do what you
want...good luck...
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]