[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-24 Thread [EMAIL PROTECTED]
Alternatively, you can go in to the portal-server.war/WEB-INF/jboss-web.xml and change it there: |/ | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932414#3932414 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-24 Thread [EMAIL PROTECTED]
Then we should add that info but at another level, not for every configuration step that includes rebuilding or modifying the local.properties file. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932413#3932413 Reply to the post : http://www.jboss.c

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-24 Thread keletappi
First thing is local.properties is not there unless you have built the portal once. Second is that 'rebuild' is actually first 'build clean' and then 'build deploy'. This might be obvious to some people but there are lots of people who need to build the source just to change the context root whi

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-24 Thread [EMAIL PROTECTED]
You are free to submit a patch ;) you have access to the documentation sources. Except the details about ROOT.war, i don't understand what is missing. I already fixed the typo about "portal.web.context-root" This: "By default, the "main" page of JBoss portal will be accessible at http://localh

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-17 Thread noicangi
+1 -- thanks to keletappi and to thomas. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931069#3931069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931069 -

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-17 Thread keletappi
Maybe somebody should update documentation to clarify the process. It is not obvious and it can take hours to figure out what to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931066#3931066 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-17 Thread noicangi
it works like this: build the portal with portal.web.context-root=/ c:/workspace/portal2.4/build> build clean after cleaned c:/workspace/portal2.4/build> build deploy then its done, clean database and /server/default/data/portal View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-17 Thread noicangi
keletappi, what you say works? i make the steps thomas said, about changing root.war to config.war to the deploy folder, but the path didn't work. maybe because i'm using portal cvs 2.4 glodo if you make it work please post. View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-17 Thread keletappi
I noticed there are couple of points in this operation you might miss. First of all ther is typo in documentation. 'portal.context-root' should be 'portal.web.context-root' Second is that if you want server to respond from root context you probably need to put it like: portal.web.context-root=

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-16 Thread glodo
It works now.. but just with the IE.. with FireFox.. i could not yet make it works.. any help.. it would be glad.. so thanks glo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930771#3930771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-16 Thread glodo
Hi noicangi.. i did like you say.. but still display the HTML and still display the portal like http://localhost:8080/portal is anything else that need to configure? it works for you? can you give the steps? so thanks glodo View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-10 Thread noicangi
ok thomas, thank you very much!!! for your fast answer and exactitud ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929420#3929420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929420

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-10 Thread [EMAIL PROTECTED]
Did you look at it ? it's a single HTML page with links to jmx-console and web-console basically... If you want to keep it, you can move it to the deploy directory and rename it config.war so it will be available at localhost:8080/config View the original post : http://www.jboss.com/index.html

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-10 Thread noicangi
ok perfect, i get it, but now how can i access to the jboss configurtion (root.war) there's a way to set root.war to another url? like http://localhost:8080/config? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929384#3929384 Reply to the post : http://www

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-10 Thread [EMAIL PROTECTED]
Yes then clean, rebuild and deploy: ant clean ant deploy Also remove: jboss-xxx/server/default/x/jbossweb-tomcat55.sar/ROOT.war/ To avoid conflicts View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929381#3929381 Reply to the post : http://www.jboss.com/in

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-10 Thread noicangi
sorry for my english, what i dont know is how to make the url of the portal being http://localhost:8080/ in case of being http://localhost:8080/portal? what i do in the local.properties was this portal.web.context-root=(nothing) is this correct? View the original post : http://www.jboss.com/i

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-10 Thread [EMAIL PROTECTED]
I don't get it, you should have jboss-portal.sar with nothing as context but have your myportal.war with something as context (don't bind the 2 on the same context) Remove ROOT.war in jbossweb so it doesn't conflict as well and you will be fine. View the original post : http://www.jboss.com/in

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-10 Thread noicangi
i deploy myportal.war with a layout and some images, then i set the context path to void and navigate to http://localhost:8080/the browser showed the content inside the myportal.war, Very strange, so i'm not able to change the path. View the original post : http://www.jboss.com/index.html?

[JBoss-user] [JBoss Portal] - Re: changing the context path

2006-03-10 Thread [EMAIL PROTECTED]
What do you mean by "the files inside a portal instance" ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929341#3929341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929341 --

[JBoss-user] [JBoss Portal] - Re: Changing the context path

2005-10-18 Thread bsmithjj
This is probably not achievable easily because the portal is packaged as a .sar (not a single .war) and there are several places in config files, JSP's, and probably the Java code that are hard coded to this context path. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [JBoss Portal] - Re: Changing the context path

2005-07-12 Thread martingi
Yes, but it didn't help. My first guess that it was just a problem to let JBP run with ROOT context, but it does not work with other context names for me as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884562#3884562 Reply to the post : http://www.j

[JBoss-user] [JBoss Portal] - Re: Changing the context path

2005-07-12 Thread [EMAIL PROTECTED]
did you restart the server after ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884560#3884560 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884560 --- This SF.Ne