Re: need help for deployment of unpack apps at Linux Tomcat 5.0

2005-08-01 Thread Lintang JP
1. try to match the part with the , maybe there's some unmatch item there 2. If U just migrate to tomcat 5, U shd also look the DTD item at the top of your web.xml file, which dtd is used by web.xml in tomcat 5 I guess that's all ? On 8/1/05, Mohd. Jeffry <[EMAIL PROTECTED]> wrote: > > I don'

Re: need help for deployment of unpack apps at Linux Tomcat 5.0

2005-08-01 Thread Mohd. Jeffry
I don't think its a good idea to post it here. The files got thousands of lines.. perhaps there are specific parts that I should be look in to? On 8/1/05, Lintang JP <[EMAIL PROTECTED]> wrote: > you app.specific web.xml, at WEB-INF > > > On 8/1/05, Mohd. Jeffry <[EMAIL PROTECTED]> wrote: > > whi

Re: need help for deployment of unpack apps at Linux Tomcat 5.0

2005-08-01 Thread Lintang JP
you app.specific web.xml, at WEB-INF On 8/1/05, Mohd. Jeffry <[EMAIL PROTECTED]> wrote: > > which one? tomcat or my application web.xml ? > > On 8/1/05, Lintang JP <[EMAIL PROTECTED]> wrote: > > Servlet mapping specifies an > > unknown servlet name invoker > > > > Maybe you try to map a servlet

Re: need help for deployment of unpack apps at Linux Tomcat 5.0

2005-08-01 Thread Mohd. Jeffry
which one? tomcat or my application web.xml ? On 8/1/05, Lintang JP <[EMAIL PROTECTED]> wrote: > Servlet mapping specifies an > unknown servlet name invoker > > Maybe you try to map a servlet name that's not declared yet on web.xml ? > How about your web.xml file ? > > > On 8/1/05, Mohd. J

Re: need help for deployment of unpack apps at Linux Tomcat 5.0

2005-08-01 Thread Lintang JP
Servlet mapping specifies an unknown servlet name invoker Maybe you try to map a servlet name that's not declared yet on web.xml ? How about your web.xml file ? On 8/1/05, Mohd. Jeffry <[EMAIL PROTECTED]> wrote: > > my application name is sd. This is my catalina.out > > . > . > . > INFO: Proces

Re: need help for deployment of unpack apps at Linux Tomcat 5.0

2005-08-01 Thread Mohd. Jeffry
my application name is sd. This is my catalina.out . . . INFO: Processing Context configuration file URL file:/etc/tomcat5/Catalina/localhost/balancer.xml Aug 1, 2005 11:21:31 PM org.apache.catalina.core.StandardHostDeployer install INFO: Installing web application at context path /sd from URL fil

Re: need help for deployment of unpack apps at Linux Tomcat 5.0

2005-07-31 Thread Lintang JP
any log file ? On 8/1/05, Mohd. Jeffry <[EMAIL PROTECTED]> wrote: > > I'm not using the war. This is an Unpacked deployment. > > On 8/1/05, Lintang JP <[EMAIL PROTECTED]> wrote: > > Hi Jeffry, are you trying to deploy a .war file ? maybe U should use the > > tomcat manager, usually it's located

Re: need help for deployment of unpack apps at Linux Tomcat 5.0

2005-07-31 Thread Mohd. Jeffry
I'm not using the war. This is an Unpacked deployment. On 8/1/05, Lintang JP <[EMAIL PROTECTED]> wrote: > Hi Jeffry, are you trying to deploy a .war file ? maybe U should use the > tomcat manager, usually it's located at > http://localhost:8080/manager/html, U can deploy your .war > files from th

Re: need help for deployment of unpack apps at Linux Tomcat 5.0

2005-07-31 Thread Lintang JP
Hi Jeffry, are you trying to deploy a .war file ? maybe U should use the tomcat manager, usually it's located at http://localhost:8080/manager/html, U can deploy your .war files from that tools. On 8/1/05, Mohd. Jeffry <[EMAIL PROTECTED]> wrote: > > I'm migrating form Tomcat 4.1.2 to Tomcat 5

need help for deployment of unpack apps at Linux Tomcat 5.0

2005-07-31 Thread Mohd. Jeffry
I'm migrating form Tomcat 4.1.2 to Tomcat 5.0. In Tomcat 4.1.2 I usually put my unpacked apps at /opt/tomcat/webapps/myapp and it work. Now It doesn't work with the newly installed tomcat 5. Tomcat gives me 404 error. The example that came with the package works fine. Any thing that I miss? --