Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I hvae installed an Apache-Tomcat 6.0.35 on a win-2003 server and with quite a lot of effort, I got it working, mostly! Then I enable the SSI and can see the command
like

<!--#echo var="date_local" -->

<!--#exec cmd="net start MSSQL\$TRANS" -->

etc. working. The net start command gave me confidence that something is working.
And I can start the net service as well.

Then when I try:

<!--#exec cmd="dir /b" -->

I got nothing print out! Similar command in Linuxmint with cmd="ls" seem work!

Furthermore, I set file myshell.bat with just a dir command and then try:

<!--#exec cgi="cig-bin\\myshell.bat" -->

and it would me error in executing the directive. I have setup the cig-bin and the
shell file myshell.bat to be executable by Internet user.

Can anyone help?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900