Yes What ever server variables you have in ASP, you have all that in jsp. See its not that server variables are language or technology specific. they r more of protocol specific. As the browser & server use http protocol & asp ,jsp r mere ways ( technolgy ) to provide dyanmic responses. As jsp is an enchancment of servlet, it has all the server variables which servlets offer. ( or in sort all the server variables which http protocol offers )I hope this will help u.