RE: JSP page exploration scenario

2015-03-28 Thread Pavel Yermolenko
Subject: Re: JSP page exploration scenario Pavel Yermolenko wrote: According to page address, that contains suffix jsp after last point '.', it seems to be JSP page. Also the syntax of the content of the page correspond to syntax of a JSP page. When I type such address in browser, the jsp

RE: How to enable cookies in Apache Tomcat

2015-03-27 Thread Pavel Yermolenko
Tomcat From: Pavel Yermolenko [mailto:py.oh...@sunrise.ch] Subject: How to enable cookies in Apache Tomcat Trying to test jsp page in Apache Tomcat 8.0, I've met problems - opened page displays suggestions how to enable cookies in different browsers. Is there some option, allowing to setup

How to enable cookies in Apache Tomcat

2015-03-27 Thread Pavel Yermolenko
Hello, Hello, Trying to test jsp page in Apache Tomcat 8.0, I've met problems - opened page displays suggestions how to enable cookies in different browsers. Is there some option, allowing to setup/enable cookies in Apache Tomcat. Thanks in advance Pavel --- L'absence de virus

RE: How to enable cookies in Apache Tomcat

2015-03-27 Thread Pavel Yermolenko
cookies in Apache Tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pavel, On 3/27/15 1:07 PM, Pavel Yermolenko wrote: Trying to test jsp page in Apache Tomcat 8.0, I've met problems - opened page displays suggestions how to enable cookies in different browsers. Is there some option

RE: can't access to Manager Application in Eclipse

2015-03-27 Thread Pavel Yermolenko
27 mars 2015 20:15 To: Tomcat Users List Subject: RE: can't access to Manager Application in Eclipse From: Pavel Yermolenko [mailto:py.oh...@sunrise.ch] Subject: can't access to Manager Application in Eclipse After activating of management accounts in tomcat-users.xml I still can't access

JSP page exploration scenario

2015-03-27 Thread Pavel Yermolenko
Hello, For acceleration to getting articles (.pdf files) from some portal I'm trying to realize following scenario in Java application: 1. Initial page is read into a string object STRING1 2. STRING1 is analyzed and array ARR1 of links, associated to articles, is built 3.

RE: can't access to Manager Application in Eclipse

2015-03-27 Thread Pavel Yermolenko
. -Original Message- From: Eldon Olmstead [mailto:eldon.olmst...@newnet.com] Sent: vendredi 27 mars 2015 20:44 To: users@tomcat.apache.org Subject: Re: can't access to Manager Application in Eclipse On 15-03-27 04:00 PM, Pavel Yermolenko wrote: Hello, After activating of management

RE: How to enable cookies in Apache Tomcat

2015-03-27 Thread Pavel Yermolenko
PM, Pavel Yermolenko wrote: What I want is display correctly .jsp page that I execute in Eclipse. Ok, I forgot to precise that I work in Eclipse. In WebContent subfolder I created .jsp page (47kB) and try to test it with tomcat. What you mean saying Can you post some of the code

RE: How to enable cookies in Apache Tomcat

2015-03-27 Thread Pavel Yermolenko
, On 3/27/15 1:54 PM, Pavel Yermolenko wrote: In my default browser (Chrome) the cookies are enabled, the proof is: the .jsp page is correctly displayed in browser. In the meantime I've tried to access to Manager App page from main page http://localhost:8080/, but access were refused (I tried

RE: How to enable cookies in Apache Tomcat

2015-03-27 Thread Pavel Yermolenko
] Sent: vendredi 27 mars 2015 18:58 To: Tomcat Users List Subject: Re: How to enable cookies in Apache Tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Pavel, On 3/27/15 1:54 PM, Pavel Yermolenko wrote: In my default browser (Chrome) the cookies are enabled, the proof is: the .jsp page

can't access to Manager Application in Eclipse

2015-03-27 Thread Pavel Yermolenko
Hello, After activating of management accounts in tomcat-users.xml I still can't access to Manager App page (please see extract from tomcat-users.xml below). Once the server stoped/run, the login window doesn't appear when clicking on Manager App, but instead error window 403 Access denied.

RE: How to enable cookies in Apache Tomcat

2015-03-27 Thread Pavel Yermolenko
Ok Chuck, I'm sorry. I'll not repeat this error. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: vendredi 27 mars 2015 19:01 To: Tomcat Users List Subject: RE: How to enable cookies in Apache Tomcat From: Pavel Yermolenko [mailto:py.oh

RE: JSP page exploration scenario

2015-03-27 Thread Pavel Yermolenko
does present. What you propose works perfectly with ordinary pages, not with JSP. Regards Pavel -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: vendredi 27 mars 2015 21:37 To: Tomcat Users List Subject: Re: JSP page exploration scenario Pavel Yermolenko

RE: can't access to Manager Application in Eclipse

2015-03-27 Thread Pavel Yermolenko
: can't access to Manager Application in Eclipse As Eldon said, you need to set the manager-gui role for the user you're trying to use. On 3/27/2015 4:19 PM, Pavel Yermolenko wrote: Here below – the content of error page. What I can't understand is: after uncommenting of the login parameters

RE: can't access to Manager Application in Eclipse

2015-03-27 Thread Pavel Yermolenko
PGP SIGNED MESSAGE- Hash: SHA1 Pavel, On 3/27/2015 1:05 PM, Pavel Yermolenko wrote: Tomcat version: 8.02 Hopefully you meant 8.0.20 . . . More at the end. JRE: 1.8 Platform: W7/64bit specific URI ...: here I don't know ... I try to access to Manager App by clicking

RE: JSP page exploration scenario

2015-03-27 Thread Pavel Yermolenko
[mailto:a...@ice-sa.com] Sent: vendredi 27 mars 2015 23:20 To: Tomcat Users List Subject: Re: JSP page exploration scenario Pavel Yermolenko wrote: Hello André, Why do you make it so complicated ? Why do you not just request the link to the JSP page ? does that not return the PDF file