Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JSP produces the flash to the screen below...

Status
Not open for further replies.

stewm

MIS
Oct 10, 2003
171
CA
When clicking on a link to regional.jsp in the browser window I get the following...

Any ideas?

To install a service:
-install service_name jvm_library (jvm_option)*
-start start_class [-method start_method] [-params (start_parameter)+]
[-stop start_class [-method stop_method] [-params (stop_parameter)+]]
[-out out_log_file] [-err err_log_file]
[-current current_dir]
[-path extra_path]

To uninstall a service:
-uninstall service_name

service_name: The name of the service.
jvm_library: The location of the JVM DLL under which to run the service.
jvm_option: An option to use when starting the JVM, such as:
"-Djava.class.path=c:\classes" or "-Xmx128m".
start_class: The class to load when starting the service.
start_method: The method to call in the start_class. default: main
start_parameter:A parameter to pass in to the start_method.
stop_class: The class to load when stopping the service.
stop_method: The method to call in the stop_class. default: main
stop_parameter: A parameter to pass in to the stop_method.
out_log_file: A file to redirect System.out into.
err_log_file: A file to redirect System.err into.
current_dir: The current working directory for the service.
Relative paths will be relative to this directory.
extra_path: Path additions, for native DLLs etc.


Mark Stewart
Senior Analyst
Consultants Club Corp.
Windsor, Ontario
Canada
 
regional.jsp is a java server page. I'm getting the same thing with all my .jsp pages I call.


Mark Stewart
Senior Analyst
Consultants Club Corp.
Windsor, Ontario
Canada
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top