You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Venkataraman Srinivasan <Ve...@gcrta.org> on 2020/01/31 16:58:55 UTC

Apache Tomcat SSL admin console

Friends,

I need to login into admin console SSL enabled apache tomcat server
running on port 8443

Using VNC I logged in using 

https://webapxt03:8443/

But it renders only empty page.

Thanks


Venkataraman Srinivasan
Database Administrator
Greater Cleveland RTA
Desk phone 1-216-356-3028
venkataraman.srinivasan@grcta.org 



>>> Luis Rodríguez Fernández <uo...@gmail.com> 10/15/2018 8:01 AM
>>>
Hello Ian,

Perhaps you are trying something like this? <%@ page
import="java.lang.Math" %>

You have very nice and simple jsp examples inside the examples
application
of any tomcat distribution. E.g.
${CATALINA_BASE}webapps/examples/jsp/tagplugin/foreach.jsp

Hope it helps,

Luis


El vie., 12 oct. 2018 a las 20:19, Christopher Schultz (<
chris@christopherschultz.net>) escribió:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Ian,
>
> On 10/12/18 06:15, Ian Burton wrote:
> > On 10 Oct 2018 15:18, "Christopher Schultz"
> > <ch...@christopherschultz.net> wrote: On 10/10/18 06:19, Ian
Burton
> > wrote:
> >>>> I have spent many hours searching for a organised way to ask
> >>>> for a
> >>>>
> >>>> Public void setter(double value){
> >>>>
> >>>> Value = Maths.sin(param1);
> >>>>
> >>>> }
> >>>>
> >>>> Here is an example of files used from Java to JSP.
> >>>>
> >>>> [Calculus Beanjava – Measures.jsp]
> >>>>
> >>>> Nothing has been compatible, is there a licence restriction?
> >>
> >> It's unclear what you're asking, here.
> >>
> >> Can you explain a little more what you are trying to do?
> >>
> >
> > Expressing my problem, with JSP plugins think
> > java.lang.math.(import) is neither working or available.
> >
> > I've looked at different approaches &, Program scripted best
> > displayed.
>
> I'm sorry, I still don't understand. Can you provide an example of a
> JSP file that does _not_ work on a fresh Tomcat install, but
/should/
> work?
>
> Please note that this mailing strips attachments, so you'll need to
> copy/paste into your message.
>
> What version of Tomcat are you trying to use?
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/ 
>
> iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAlvA5bAACgkQHPApP6U8
> pFinsQ//fF6EMDFJb/qqGAV5GkwIkjldqwndfewyi76C5fFNcWrFOWesUrU+55fP
> ovOuY7zsU9/hQtthhCQPtKOm3AcjLHd6CBy6bRn0GhDIuzvqXZU6TUO0OfNgzbUX
> BF+AQwM0ckJb7RvDI3oIQpMmyLzIxPW1SsAtLfgZqAc9TUvKzMIinlUcCPxZ0g+x
> yszSuAHkKBG9T0TYRyRXVRJPpw1NMWbqr0b2iD0So8vdn2GERAfI126I9PHAuSkn
> gPb7wCiMz9Y1zon3QBcoU+jl1ayXtxznFGMhVfME9TNR114s/OByMVU7gVZ5F6GI
> gu57pxbl028PCKqwIsbKDkroL8fkz11JKlRTgbYZR4ruVgQT7ktpJNyg52NvfEHu
> E9Us/7sckhBP0nzEHoJW3KsBEmVe+lQNVI+jlpo+dLG9puvWyZAW96jK4fQSD/CI
> gK2613CS8o5EdmEz2FpSsOKJMuD1urNaMzKhcNRAqq90JaknGdAeUNhTlZAkmxHv
> tL8UgijLPUHM4SAtfJJn/SeuTe9b9n9MvFPRl4g4jbSgXSh6Y9XwIy9S24y1jNjX
> zJroRxlPDiTucnrPBGnioaUVR6Id+1PbTmXrr6VQS9GEDc6FSJfUrWfOdwW/mLNG
> qlewsxhqQBUC4fxBvQbsxAUC+Dt3vN5ffA9C1UCe7C4YECl/vXg=
> =S1NH
> -----END PGP SIGNATURE-----
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org 
> For additional commands, e-mail: users-help@tomcat.apache.org 
>
>

-- 

"Ever tried. Ever failed. No matter. Try Again. Fail again. Fail
better."

- Samuel Beckett


----------

This email has been scanned for spam and viruses. Visit the following
link to report this email as spam:
https://attseg.cloud-protect.net/index01.php?mod_id=11&mod_option=logitem&mail_id=1539604901-BMyZwHHFi7Av&r_address=venkataraman.srinivasan%40gcrta.org&report=1



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Apache Tomcat SSL admin console

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Venkataraman,

Please don't hijack threads by replying to an existing message.
Instead, start a new thread by writing a brand-new message to the
mailing list.

On 1/31/20 11:58 AM, Venkataraman Srinivasan wrote:
> I need to login into admin console SSL enabled apache tomcat
> server running on port 8443
> 
> Using VNC I logged in using

VNC? Did you use this URL to connect to a VNC server, or did you
connect via VNC and then load this in a browser?

> https://webapxt03:8443/
> 
> But it renders only empty page.

- -chris

>>>> Luis Rodríguez Fernández <uo...@gmail.com> 10/15/2018 8:01
>>>> AM
>>>> 
> Hello Ian,
> 
> Perhaps you are trying something like this? <%@ page 
> import="java.lang.Math" %>
> 
> You have very nice and simple jsp examples inside the examples 
> application of any tomcat distribution. E.g. 
> ${CATALINA_BASE}webapps/examples/jsp/tagplugin/foreach.jsp
> 
> Hope it helps,
> 
> Luis
> 
> 
> El vie., 12 oct. 2018 a las 20:19, Christopher Schultz (< 
> chris@christopherschultz.net>) escribió:
> 
> Ian,
> 
> On 10/12/18 06:15, Ian Burton wrote:
>>>> On 10 Oct 2018 15:18, "Christopher Schultz" 
>>>> <ch...@christopherschultz.net> wrote: On 10/10/18 06:19, Ian
>> Burton
>>>> wrote:
>>>>>>> I have spent many hours searching for a organised way
>>>>>>> to ask for a
>>>>>>> 
>>>>>>> Public void setter(double value){
>>>>>>> 
>>>>>>> Value = Maths.sin(param1);
>>>>>>> 
>>>>>>> }
>>>>>>> 
>>>>>>> Here is an example of files used from Java to JSP.
>>>>>>> 
>>>>>>> [Calculus Beanjava – Measures.jsp]
>>>>>>> 
>>>>>>> Nothing has been compatible, is there a licence
>>>>>>> restriction?
>>>>> 
>>>>> It's unclear what you're asking, here.
>>>>> 
>>>>> Can you explain a little more what you are trying to do?
>>>>> 
>>>> 
>>>> Expressing my problem, with JSP plugins think 
>>>> java.lang.math.(import) is neither working or available.
>>>> 
>>>> I've looked at different approaches &, Program scripted best 
>>>> displayed.
> 
> I'm sorry, I still don't understand. Can you provide an example of
> a JSP file that does _not_ work on a fresh Tomcat install, but
>> /should/
> work?
> 
> Please note that this mailing strips attachments, so you'll need
> to copy/paste into your message.
> 
> What version of Tomcat are you trying to use?
> 
> -chris
>> 
>> 
> ---------------------------------------------------------------------
>>
> 
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
>> 
>> 
> 
-----BEGIN PGP SIGNATURE-----
Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/

iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl40c1cACgkQHPApP6U8
pFjnYA/9GQsYkKl6ptxSPalSgLFJIzCO9KVSc0WUEyZyW9fMi2N0RtT4sS05xsfb
a/NLZtYjgHbLAYVKKl4tfYdVrhZcHz6qPdfQvfbAb3BvbL0QtH7IvX/cU0Invb6l
l6UztCXtHtvGUl/H7f8ymlctFnOG/QdtTWlErYDcVNz5X6cHLYherdknfs1z4JWV
tqJeBlBcPqLOqEAugcojGrAHdDCnu740M1PRJ38TUF5PwaaEHo/L9t/W5E8h2tVH
Zk6OBKIZxH3TDUQUAWOBXPVJjSrZxvPEUBVNK0PL0I1hxfKZSO0Ju/TWIrM7Pb0p
7HR5PWrjjTtRECY2cdbR3X9ek8GWHtthBxt2H833X1l++M3KiXEinLq/QBH1QrHN
uA8y+uIy1lhKRJiHj+wpLeuC6VPn12o0wvUsPeg7PH/pG9PIzlQMij+3LM7IAhE+
jip/DbdF1BdE60ekML1POGgWEVmrMuHwNkjOL7UPjuRjg6LiT1Z24y3ymFa50v8N
hA3lH90wEZKPGpgopMirZVJ9uByZGTmbIQEcMKZGuzuaz5fEzU4PELCAKXnG22KJ
3NTn6NMiA3UhVaEfwP4jLDXmK2kx/sGODl/k+9hQzVI/4pWkkaeQCRtfazugwsti
6xVzgGzHlzN9dHGDBLu685hhXNUnJEhv1Nr4hgxuxiStpqOWdBQ=
=zLJ3
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org