Posts by Sávio Santos • 13 points
3 posts
-
1
votes1
answer1774
viewsQ: Configure Tomcat for external access
How I could access Tomcat via web, my PC being a server? I already use the no-ip configured, the router is set to my micro, the firewall disabled, the .war is in the folder webapp, but can’t find…
tomcatasked Sávio Santos 13 -
-1
votes1
answer238
viewsQ: Take CPU usage in percentage
How to take CPU usage in percentage in java? The closest I got was this code I tried to adapt, but it presents different results with respect to the Windows task manager goes below package teste;…
javaasked Sávio Santos 13 -
-1
votes1
answer19
viewsQ: Inputtex with 2 Managedbean
Good morning, everyone How can I pass the contents of an inputText to 2 Managedbeans? Example <p:inputText id=“usuario” value="#{usuarioBeanCelular.usuarioCelular}" /> <p:inputText…