Ok, I found out how was working this test stuff thanks to all of you. Thank
you for your answers. It was effectively some changes to do in login.xml and
web-tests.xml.
Peter Schneider-Manzell wrote:
>
> You need to change your test values.
>
> Take a look at src\test\resources\login.xml
>
>
You need to change your test values.
Take a look at src\test\resources\login.xml
You need to modify the line
to match the title of your new page
Bye,
Peter
2007/10/15, ttux <[EMAIL PROTECTED]>:
>
>
> Following Mike advice, here is what I did:
>
> I put in index.jsp: instead of the
> mainMe
Following Mike advice, here is what I did:
I put in index.jsp: instead of the
mainMenu.html
Then I changed in login.xml:
to
Now I get this error:
[ERROR] BUILD ERROR
[INFO]
[INFO] Error executing ant tasks
Embedded err
I just tried to change:
by
or
in my case
but it doesn't fix the error below:
[ERROR] BUILD ERROR
[INFO]
[INFO] Error executing ant tasks
Embedded error: The following error occurred while executing this line:
/mnt/d
On 10/15/07, ttux <[EMAIL PROTECTED]> wrote:
>
>
> I tried this replacing in index.jsp by
> but I get this error:
>
> [ERROR] BUILD ERROR
> [INFO]
>
> [INFO] Error executing ant tasks
>
> Embedded error: The following error
I tried this replacing in index.jsp by
but I get this error:
[ERROR] BUILD ERROR
[INFO]
[INFO] Error executing ant tasks
Embedded error: The following error occurred while executing this line:
/mnt/data/Linux/home/marc/ws
You can change this in index.jsp - it does a redirect to mainMenu.html
by default. If you haven't run "full-source", you can copy this file
into your project from target/appname-version (to src/main/webapp).
HTH,
Matt
On 10/15/07, ttux <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> My problem is simple:
Hi,
My problem is simple:
When I go on the root of my web application (http://localhost:8080/) I don't
want to see the login.jsp page when I am not logged in but an other page
hello.jsp for example.
How can I do that? I don't find where to change this.
Thanks in advance for your help.
--
Vie