View previous topic :: View next topic |
Author |
Message |
bbszabi -
Joined: 30 Jul 2004 Posts: 3
|
Posted: Fri Jul 30, 2004 3:51 am Post subject: Alias Issues |
|
|
I tried to get the answer for this issue by searching/browsing this forum, but I couldn't find it. It might be a dummy thing, but I couldn't get a grip of it. Here is what bothers me:
1. Virtual path /docs - Real Path D:\docs - works
2. Virtual Path /ant - Real Path C:\java\my_libraryset\ant\current\docs - works
3. Virtual Path /docs/MyLibrarySet/ant - Real Path C:\java\my_libraryset\ant\current\docs - ERROR 404 (with or without index.htm in it)
The problem is that I want to set up a centrlized, hierachical access to various documentations, and the documets are scattered among multiple disks and directories (on the same computer) I have some in the /doc folder but the rest of them are elsewhere. I need a herarchy like /doc/jakarta/ant, /doc/jakarta/regexp, but ant and regexp are in different locations.
One more thing: the version I'm using is the latest X1 1.2.3.0 fresh download.
Thanks! |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jul 30, 2004 6:06 am Post subject: |
|
|
Abyss supports this but the only down side is that you will have to
type the full path to get to the location , use meta refresh to do this.
Example:
If I added a Path to C:\ with a Virtual path of /d/c
I would have to type /d/c to get to that folder , I can't
just type /d and expect good results. Try this code !!!
Code: |
<META HTTP-EQUIV="refresh" CONTENT="0; URL=/MyLibrarySet/ant"> |
Note: Place the following in a index.html file for the aliased
Directory than change the URL= to the path you want. Easy!!! |
|
Back to top |
|
 |
bbszabi -
Joined: 30 Jul 2004 Posts: 3
|
Posted: Fri Jul 30, 2004 11:08 am Post subject: |
|
|
Strangely, what wasn't working yesterday, works now... a software with a lot of personality :)) Thanks anyway! |
|
Back to top |
|
 |
bbszabi -
Joined: 30 Jul 2004 Posts: 3
|
Posted: Fri Jul 30, 2004 11:48 am Post subject: |
|
|
Well, i just found out that it doesn't work 100%. I don't get this, here they come, right out of the configuration file:
1. These all work:
Quote: | alias /docs "D:\docs"
alias "/docs/MyLibrarySet/commons/discovery" "C:\java\my_libraryset\commmons\discovery\current\docs"
alias "/docs/MyLibrarySet/commons/el" "C:\java\my_libraryset\commmons\el\current\docs"
alias "/docs/MyLibrarySet/commons/fileupload" "C:\java\my_libraryset\commmons\fileupload\current\docs"
alias "/docs/MyLibrarySet/commons/lang" "C:\java\my_libraryset\commmons\lang\current\docs"
alias "/docs/MyLibrarySet/commons/logging" "C:\java\my_libraryset\commmons\logging\current\docs"
alias "/docs/MyLibrarySet/commons/modeler" "C:\java\my_libraryset\commmons\modeler\current\docs"
alias "/docs/MyLibrarySet/commons/pool" "C:\java\my_libraryset\commmons\pool\current\docs"
alias "/docs/MyLibrarySet/commons/validator" "C:\java\my_libraryset\commmons\validator\current\docs"
alias "/docs/MyLibrarySet/jaf" "C:\java\my_libraryset\jaf\current\docs"
alias "/docs/MyLibrarySet/javamail" "C:\java\my_libraryset\javamail\current\docs"
alias "/docs/MyLibrarySet/jdbc/postgresql" "C:\java\my_libraryset\jdbc\PostgreSQL\current\doc"
alias "/docs/MyLibrarySet/jmx" "C:\java\my_libraryset\jmx\current\doc"
alias "/docs/MyLibrarySet/jsf" "C:\java\my_libraryset\jsf\sun-ri\current\docs"
alias "/docs/MyLibrarySet/jstl" "C:\java\my_libraryset\jstl\current\doc"
alias "/docs/MyLibrarySet/regexp" "C:\java\my_libraryset\regexp\current\docs"
alias "/docs/MyLibrarySet/struts" "C:\java\my_libraryset\struts\current\doc"
alias "/docs/MyLibrarySet/tomcat4" "C:\java\my_libraryset\tomcat4\current\tomcat-docs"
alias "/docs/MyLibrarySet/tomcat5" "C:\java\my_libraryset\tomcat5\current\tomcat-docs" |
2. These are NOT working
Quote: | alias "/docs/MyLibrarySet/ant" "C:\java\my_libraryset\ant\current\docs"
alias "/docs/MyLibrarySet/commons/beanutils" "C:\java\my_libraryset\commmons\beanutils\current\docs"
alias "/docs/MyLibrarySet/commons/collections" "C:\java\my_libraryset\commmons\collections\current\docs"
alias "/docs/MyLibrarySet/commons/dbcp" "C:\java\my_libraryset\commmons\dbcp\current\docs"
alias "/docs/MyLibrarySet/commons/digester" "C:\java\my_libraryset\commmons\digester\current\docs" |
This is driving me mad: similar directory structure (especially the "commons" part), same URL form, but i keep getting the "404 Not found", just like they're not set up only on the few of them. Can anybody put some light in here? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Aug 02, 2004 3:04 am Post subject: |
|
|
bbszabi,
Can you please send us all this information as well as your abyss.conf file to support@aprelium.com (with a little explanation of what works and what's not working)? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|