Koji Yamamoto

Greenhorn
+ Follow
since Nov 29, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Koji Yamamoto

Sorry, I was not enough an expression until now.
I have to deploy 'war-file',
its JSP inculde other JSPs.
So I want to precompile its JSP.
Please give me a clue.
Thank you.
23 years ago
Hi,
I have to deploy 'war-file' by commandline on WebLogic Server 6.1.
,
because of customer's environment.
So I typed a command below.
-------------------------------------------------------------------------------------
java.weblogic.deploy -url localhost:7001 -component bc/teleapp:application -username system deploy weblogic be_teleapp_front /home/ns-home/pgm/service/tmp/bc_teleapp_front.war
-------------------------------------------------------------------------------------
But 'war-file' is always deployed on '.wlstaging'
I want to deploy it on a target directory, which is under 'application'.

Regards,
Kouji Yamamoto
23 years ago
Thank you very much for your reply.
I have tried following advice,
but compiling was failed.

Outputed err message is below.
--------------------------------------
<Dec 4, 2001 7:59:08 PM JST> <Error> <HTTP> <[WebAppServletContext(3394508,rads,/rads)] failure pre-compiling JSP's weblogic.utils.ParsingException: nested TokenStreamException: antlr.TokenStreamException: Could not include ./include/skillheader.ihtml
at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:1017)
at weblogic.servlet.jsp.JspParser.doit(JspParser.java:78)
at weblogic.servlet.jsp.JspParser.parse(JspParser.java:181)
at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:119)
:
:
stacktracing continued
--------------------------------------
Anyone know about this problem,
please tell me more advice.
23 years ago
Hello EveryBody!!
I'm trying to precompile JSP on WebLogic Server 6.1.
I already checked BEA's document, it indicate to edit 'jsp-descriptor' of 'web.xml', but 'jsp-descriptor' is in 'weblogic.xml'.
I have no idea what to do.
Please give me a sample xml or instructions.
Thanks for Reading.
23 years ago