Thanks for the feedback! With respect to the broken Home link, I
don't know how to fix the incorrect host name being generated by
Jetspeed.
I created the simple URL by adding an "index.jsp" file at the web
server root, and configuring the web server to recognize index.jsp as
a welcome file. I'm running the server on port 80 in order to keep
the URL as simple as possible. The index.jsp file is short and sweet:
<html>
<head>
<title>XMLmodeling.com Portal</title>
</head>
<body>
<jsp:forward page="/servlet/jetspeed"/>
</body>
</html>
Cheers,
Dave
----- Original Message -----
From: "sbelt" <[EMAIL PROTECTED]>
To: "JetSpeed" <[EMAIL PROTECTED]>
Sent: Thursday, August 10, 2000 4:57 PM
Subject: Re: my new Jetspeed portal is public
> Dave:
>
> Your site looks great!
>
> Do you mind if I ask a question? This isn't really a
jetspeed-specific
> issue, but I have seen the question asked frequently on this mail
list, so I
> will bend the rules and post my question here:
>
> How did you configure Apache/Tomcat so that the URL became so simple
> (without any ":8080", or "/servlet/..." type info? I saw in the FAQ
mention
> of redirects or apache mod_rewrite, but as I am not an Apache guru,
I do not
> know how to use these modules. Might you be willing to share with
the
> maillist the config files you changed and how you changed them?
>
> Thanks in advance. And really, your site looks awesome!
>
> Steve B.
>
> PS - small note: the "Home" link at the top of your site causes an
error.
> (Just trying to be helpful - In no way did it detract from my
apprecation of
> your site)
>
--
--------------------------------------------------------------
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]