Hello Andreas, Sorry, I don't know of any current feature in beehive that allows one configure or map URLs for the controller package. Definitely something you could log as a feature request for beehive in JIRA. Thanks. http://issues.apache.org/jira/browse/BEEHIVE
Regards, Carlin On 4/16/06, Andreas Wüst <[EMAIL PROTECTED]> wrote: > > Hello, > > i was wondering if it is possible to configure the path to the > PageFlowController files. As far > as i could see beehive more or less requires the same directory > structure for the jsp pages and > the PageFlowController classes. Ok, the jsp pages can be in directories > of your choice. > > So far i am just testing beehive and i have the following problem. i > have a pageFlowController > in the package "de.bla.blub" with the name TestController. To access > this controller i have to > enter > "http://localhost:8080/webappname/de/bla/blubb/TestController.jpf". So, > what i do not like > about that is that the package name shows up in the url. is there a way > to configure a different path > for the pageflowcontroller url ? > > is is possible to configure a url path like : > ...../webappname/foo/bar/TestController.jpf ? > > just asking because i think that i am quite restricted in the way > i can configure package names (as long as i want a certain path naming). > usually the package names > and the url paths do not match at all for my applications. > > regards, > Andreas > >
