If I get an alias for a server in my LAN, see example in details, how can I make it autoexecute an executable?
-
The server/network team tells ne they can only forward from the alias, not have it execute anything. In anycase http://alias.domain.com resolves to \\server_name.domain.com:default_port . I want it to act as if someone had entered http://alias.domain.com/program so it automagically starts the program, because I have lazy lutards for users who can't be bother with entering a slash and 5 characters.
-
Answer:
I think your network people are correct on this one. We had a similar issue where I work. I believe it's a security issue, which is made worse by the fact that the web server is trying to execute additional software from a remote URL. Browser activity without human intervention is 'illegal'. And it's made worse by the fact that you're going from a URL (i.e. that whole internet server HTTP based structure) and trying to initiative software on a microsoft network domain structure. SO now you not only have web constraints but you also have whatever rules microsoft network management throws into the mix. In any event, why aren't you using HTTPS?
Schelli at Amazon Askville Visit the source
Other answers
Don't need as it's all internal to the network.
Schelli
I assume the server in question runs a web server. In this case you can configure/program the web server to start a program when somebody requests a root web page. However, doing this is probably not very wise as even accidental access will trigger the program in this case.
sergeyko
Ok, but that's OK, as only peopl on the intranet will be able to do so, and without the proper credentials (userid and password) they can't get into the application anyway.
Schelli
This particular application uses JBoss for the webserver, whatever the hell that is.
Schelli
That means you should have a Java programmer who can take care of this thing ;) Anyway, I don't think this will fly. There could be a lot of accidental or service kind of calls to the root page of the web server (like a script that checks if the web server is up periodically) that can trigger unintentional launch of the program in question.
sergeyko
Related Q & A:
- How can I make a Spinner only by java?Best solution by stackoverflow.com
- How can I make a download page?Best solution by Stack Overflow
- How can I make a dynamic web page in PHP?Best solution by Yahoo! Answers
- How can I make it more likely that I will get a career in the acting industry?Best solution by Yahoo! Answers
- How can I make Yahoo mail my default mail server?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.