On 10/18/06 5:53 AM, "Graham Reeds"
<grahamr ntlworld.com> wrote:
> I know it is possible to install blojsom to a folder on
a machine (say
> /installs/blojsom) and have it process requests to
/blogs but is it
> possible to have it rewrite the URL in the address bar
to make it look
> like the actual accessed url is /blogs/whatever?
You could try changing the <servlet-mapping/> element
in /WEB-INF/web.xml to
something like:
<servlet-mapping>
<servlet-name>blojsom</servlet-name>
<url-pattern>/blogs/whatever/*</url-pattern>
</servlet-mapping>
You'd just need to use appropriate blog-url values for the
blog properties
such as http://your.site.com/blojsom/blogs/whatever/some-blog-i
d/
>
> Also would you like my configuration instructions for
converting the
> MySQL5 sql to work with MySQL4.1?
Yes, send them along. Thanks.
>
> G.
>
>
>
------------------------------------------------------------
-------------
> Using Tomcat but need to do more? Need to support web
services, security?
> Get stuff done quickly with pre-integrated technology
to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based
on Apache Geronimo
> http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Blojsom-users mailing list
> Blojsom-users lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
--
David Czarnecki
http://www.blojsom.com/b
log/ | http://blojsom.sf.net
------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
|