Taalla
|
| Posted: 06/12/2002, 10:25 AM |
|
Hi,
I am trying to use CCS with JSP and it never generates any files though I can see that the messages say it does publish the code. Is there something I am missing or is there a fix for it. Detailed messages Below:
Generating Common Files
Generating "tasks_list"
Generating "Login"
Generating "Header"
Generating "Footer"
Generating "employees_list"
Generating "employees_maint"
Generating "priorities_list"
Generating "priorities_maint"
Generating "projects_list"
Generating "projects_maint"
Generating "statuses_list"
Generating "statuses_maint"
Generating "tasks_maint"
call C:\Ant\jakarta-ant-1.4.1\bin\ant.bat -buildfile "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~TaskManager2\CCSBuild\build.xml" -logfile "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\~TaskManager2\CCSBuild\build.log"
=======================================
=======================================
Build finished
Publishing to "C:\ApacheTomcat4.0\webapps\TaskManager"
Regards
Taalla.
|
|
|
 |
Hermeval
|
| Posted: 06/12/2002, 10:28 AM |
|
I know how solve your problem, but my english is bad.
send e-mail to:morfheuz@bol.com.br
|
|
|
 |
Efren Lugo
|
| Posted: 06/12/2002, 10:50 AM |
|
CCS now create war files.. this war files will be descompresed by TOMCAT or other JAVA Enable Webserver...
Set in ccs options the location fro generated code pointing to
%TOMCAT_HOME%/webapps
%TOMCAT_HOME% need to be remplaced with your tomcat install directory.
so war file will be located in webapps directory
restart tomcat and war will be descompresed.
your files will be located on http://localhost:<port>/<war file name>/<your page>
|
|
|
 |
|