Search found 4 matches

Go to advanced search

by oggieone
Sun Mar 02, 2008 5:05 pm
Forum: Common Problems
Topic: VB Script Error.
Replies: 2
Views: 4235
 
Jump to post

VB Script Error.

Can someone please help me with this VB script please?
I am trying to run it as a custom action.

'************************************************
Option Explicit

Dim WshShell

Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.Run "InstallMySQL.bat", 0, True


'*** End

It doesn't ...
by oggieone
Fri Feb 29, 2008 10:40 pm
Forum: Common Problems
Topic: Windows Service Question
Replies: 1
Views: 2541
 
Jump to post

Windows Service Question

Can someone please help me figure out how to get the windows service installer to work? I have tried a couple of different things. I am trying to install a Tomcat and mySQL windows service as part of the install. I was using the standard java wrapper via a bat file to install Tomcat and a bat file ...
by oggieone
Sun Dec 16, 2007 4:14 pm
Forum: Common Problems
Topic: Java Sample For Server-side validation?
Replies: 1
Views: 3091
 
Jump to post

Never mind...that was simple. In case anyone wants a sample here is the sample code..

public void doPost( HttpServletRequest request, HttpServletResponse response ) throws ServletException, IOException
{
log.debug(">>>Registration");
String myResponse = "";
String serialNumber = request ...
by oggieone
Sun Dec 16, 2007 3:39 am
Forum: Common Problems
Topic: Java Sample For Server-side validation?
Replies: 1
Views: 3091
 
Jump to post

Java Sample For Server-side validation?

Hi, I was wondering if anyone had a sample of the Server-side validation using java or javascript. I don't get how my remote server hosting the script/servlet? would know where to redirect back to the client machine.
I assume I am missing something on how this works.

Thanks in advance.

Go to advanced search