This may be either an ABMaterial or Jetty question.
Is there a way to specify, or is there a "default" page that ABMaterial / Jetty looks for if a user just specifies the URL and not a specific page?
Example:
You ABM webapp is called "hello" and you can start it with:
http://localhost:51042/hello
or
http://someurl/hello
is there a way to just use: http://someurl
I know I could set up a catch all error handler to just redirect it back to the correct place, but wondered if this was possible without the catch all or a dns redirect. Thank you.
Is there a way to specify, or is there a "default" page that ABMaterial / Jetty looks for if a user just specifies the URL and not a specific page?
Example:
You ABM webapp is called "hello" and you can start it with:
http://localhost:51042/hello
or
http://someurl/hello
is there a way to just use: http://someurl
I know I could set up a catch all error handler to just redirect it back to the correct place, but wondered if this was possible without the catch all or a dns redirect. Thank you.