I'm new in tomcat development.
In my web application i used basic autentificacion. I want to identificate the user, but i don't know to do this. Help please.
Thanks.
I want to make a simple http server like this
import java.net.*;
import java.io.*;
public class MyHttpServer {
/** Creates a new instance of MyHttpServer */
public MyHttpServer() {
}
public void run()
{
try
{
int port = 10000...
I don't explain very well
I have
01 PIC X.
As a input field with value: F9 in hex or '9'
Then the value of x (ie 9) represents a hex value, than is 9 in decimal too.
If i do MOVE X TO FIELD-COMP-1
I get the value 9 in FIELD-COMP-1...ok
But if X = 'A' in hex is C1,
How i do a move that...
I have the next case
01 VAR-X PIC X.
MOVE X'05' TO VAR-X
With this sentence i do a hexadecimal MOVE to variable VAR-X
I need to do this, but no constant value, i need something like this:
MOVE X'VAR-Y TO VAR-X
where VAR-Y not is: 01 VAR-Y PIC X VALUE X'05
VAR-Y is: 01 VAR-Y PIC X...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.