pro_java thread: How to use c:\j2sdkee1.3.1\bin\deploytool.bat to deploy refered
location file?
Hello.
I have a question about deploytool of j2ee contains.It locates c:\j2sdkee1.3.1\bin\deploytool.bat, I have four files:they are
"index.html","GetUserIdentity.class","PreReadError.class","error.txt".
I want to get follow structure,it is follows:
c:\login
c:\login\servlets\index.html
c:\login\WEB-INF\classes\GetUserIdentity.class
c:\login\WEB-INF\classes\PreReadError.class
c:\login\WEB-INF\classes\error.txt
I put error.txt into c:\login\WEB-INF\classes\error.txt ,the reason is PreReadError.class need data from the file "error.txt".
When I start deploytool,I choose new a application,then I use Web Component of File menu,then I skip New Web Component Wizard,then I
click Edit button to add my four files,But I can't put "error.txt" into c:\login\WEB-INF\classes\error.txt ,the file "error.txt" is
put c:\login\servlets\error.txt by deploytool,it is not I wanted. How to put deploytool to put "error.txt" into I wanted directory
"c:\login\WEB-INF\classes\error.txt"???
Any idea will be appreciated!
Thanks in advance!!!
Edward