Search Results

0
votes

How do you pass an authenticaticated session between app domains

The resolution depends on the type of application and environment in which it is running. E.g. on intranet with NT Domain you can use NTLM to pass windows credentials directly to servers in intrane …
3
votes

Regex. Match any number from 1 - 365

Mind the gap, ehm leap year. :-) …
1
vote

How to keep a process running on a remote windows server

You can create Windows Service (server programming on Windows) or use scheduler to periodically execute a task. Depending on the requirements for the high availability, program can be inst …
0
votes

what is the servlet equivalent of Server.MapPath?

You can use method getResourcePaths(String path) from Ser …