ptoenz
|
| Posted: 11/05/2002, 1:18 AM |
|
hi,
I wanted to create my first JSP project on a new machine (Windows NT!)
Development works fine, but the generation gives me the error as listed below.
***
Generating Common Files
Error: Compiled file error
Source: Language "0.1", Template name: General
Description: Microsoft JScript runtime error
Automation server can't create object
line = 429, col = 4 (line is offset from the start of the script block).
Error returned from property or method call.
Generating "Application"
***
I assume that must be a simple problem like "path" settings ??
many thanks
Patrick
|
|
|
 |
TimX
|
| Posted: 11/11/2002, 1:11 AM |
|
Patrick,
Please check if you have server side connection settings specified?
You can find all necessary information for JSP project deployment in Java Deployment Guide at http://support.codecharge.com/tutorials.asp
|
|
|
 |
ptoenz
|
| Posted: 11/12/2002, 12:52 AM |
|
I set all classpath etc. the libraries are there now. After Restart the same message keeps showing up.
Or is it a CCS installation problem ?
when generating I get still get the JScript runtime error.
The .jsp , .ccp and .xml files look ok. Also there is a subdirectory CCSBUILD that seems to be OK.
But there is no .war file and there is nowhere a /ccstags directory as referenced in the JSP files.
Please help ! I was a happe CC - ASP user, but JSP setup seems a lot more complicated ...
thanks
Patrick
|
|
|
 |
|