Hi
I am into UI customization for my project. I haven't made any changes to config files and gave a shot in executing the make_toolkit.ipl. There after I couldn't get the login page. It says 440 error. On crosschecking in webapps folder I found that login.jsp is missing. Please shed light on what mistake I am making.
The below is the output :
bash-2.03# pwd
/apps/iw-home/local/config/lib/content_center/customer_src
bash-2.03# /apps/iw-home/iw-perl/bin/perl /apps/iw-home/bin/make_toolkit.ipl -jsp_precompile
Buildfile: /apps/iw-home/local/config/lib/content_center/reference/build.xml
init:
[mkdir] Created dir: /apps/iw-home/local/config/lib/content_center/customer_out
compile:
[mkdir] Created dir: /apps/iw-home/local/config/lib/content_center/customer_out/src
[jar] Building jar: /apps/iw-home/local/config/lib/content_center/customer_out/customer.jar
validate:
files:
[war] Building war: /apps/iw-home/local/config/lib/content_center/customer_out/customer.tk.war
update:
[exec] ***** Installing customer in content_center *****
[exec] Stopping Interwoven UI services... done.
[exec] Removing webapp content_center... done.
[exec] Exception in thread "main" java.io.FileNotFoundException: content_center/teamsite/auth/login.jsp (Not a directory)
[exec] at java.io.FileOutputStream.open(Native Method)
[exec] at java.io.FileOutputStream.(FileOutputStream.java:135)
[exec] at java.io.FileOutputStream.(FileOutputStream.java:118)
[exec] at com.interwoven.webapp.WebappMunger.munge(WebappMunger.java:134)
[exec] at com.interwoven.webapp.WebappMunger.main(WebappMunger.java:206)
[exec] Installing [ base.tk.war teamsite.tk.war vpreview.tk.war formspub.tk.war ccpro.tk.war ccstd.tk.war metadata.tk.war vannotate.tk.war customer.tk.war ] as webapp content_center...
[exec] error

rg.apache.jasper.JasperException: Error compiling /metadata/metadata.jsp
[exec] at org.apache.jasper.JspC.processFile(JspC.java:596)
[exec] at org.apache.jasper.JspC.execute(JspC.java:801)
[exec] at org.apache.jasper.JspC.main(JspC.java:823)
[exec] 2007-08-02 05:45:28 - ERROR-the file '/metadata/metadata.jsp' generated the following general exception: java.lang.NullPointerException
[exec] file:///apps/iw-home/httpd/webapps/content_center/WEB-INF/jspc/web.xml: Premature end of file.
[exec] Line 1, Column 1
[exec] Configuring JSPs... ... OK.
[exec] Starting Interwoven UI services... done.
BUILD SUCCESSFUL
Total time: 4 minutes 16 seconds
bash-2.03#