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 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.