IIS - Tomcat 3.2.1 problem: no more servlet handling on live ip

2001-01-29 Thread wim.praet

Hello,

I have a problem with the following setup:
- W2K prof.
- IIS5.0
- Tomcat 3.2.1

I wrote several servlets and they are working when I test mij webapp on
http://localhost ...
unfortunately, when I substitute the localhost name for the real world
(live) ip address or hostname, only static html pages will show but the
servlets do not react anymore to requests.

The isapi.log file tells me the following:

[jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
[jk_isapi_plugin.c (554)]: HttpExtensionProc error, service() failed

Could someone explain to me what could be the problem? (I think the problem
is that my isp blocked the 8007 port of mij outgoing server line).

Regards,
Wim Praet.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: IIS - Tomcat 3.2.1 problem: no more servlet handling on live ip

2001-01-30 Thread wim.praet

I'm hosting the webserver myself, on an ADSL connection with fixed IP
address.
Anyway, the site is up and running now, including the servlets. The problem
was that port 8007 was disabled on my connection, now that it is enabled
everything is working fine.

Regards,
Wim Praet.



> -Original Message-
> From: Darrell Porter [mailto:[EMAIL PROTECTED]]
> Sent: maandag 29 januari 2001 17:37
> To: '[EMAIL PROTECTED]'
> Subject: RE: IIS - Tomcat 3.2.1 problem: no more servlet handling on
> live ip
>
>
> Are you hosting this yourself or is it hosted on an ISP-owned machine?
>
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 29, 2001 4:20 AM
> To: [EMAIL PROTECTED]
> Subject: IIS - Tomcat 3.2.1 problem: no more servlet handling
> on live ip
>
>
> Hello,
>
> I have a problem with the following setup:
> - W2K prof.
> - IIS5.0
> - Tomcat 3.2.1
>
> I wrote several servlets and they are working when I test mij
> webapp on
> http://localhost ...
> unfortunately, when I substitute the localhost name for the real world
> (live) ip address or hostname, only static html pages will
> show but the
> servlets do not react anymore to requests.
>
> The isapi.log file tells me the following:
>
> [jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
> [jk_isapi_plugin.c (554)]: HttpExtensionProc error, service() failed
>
> Could someone explain to me what could be the problem? (I
> think the problem
> is that my isp blocked the 8007 port of mij outgoing server line).
>
> Regards,
> Wim Praet.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




RE: Mapping

2001-01-30 Thread wim.praet

Just try

 
 
 IntraMail
 
 
 /IntraMail
 
 

normally http://localhost:8080/intramail/Intramail will work now because the
url pattern is relative to your webapp context, which is /intramail .

regards,
Wim.

> -Original Message-
> From: Markus Diesing [mailto:[EMAIL PROTECTED]]
> Sent: dinsdag 30 januari 2001 10:21
> To: [EMAIL PROTECTED]
> Subject: Mapping
>
>
> Hello,
>
>   I've got the same problem as yesterday. My servlet's (a jar-file)
>   directory is /webapps/intramail/WEB-INF/lib/
>
>   Everything works fine when I call
>   http://localhost:8080/intramail/servlet/IntraMail, but
>   I'd like to call http://localhost:8080/intramail/IntraMail.
>   I tried mapping, but it doesn't work.
>
>   Here is my web.xml file:
>
> ...
> 
> 
> 
> IntraMail
> 
> 
> net.intrasys.servlet.intramail.IntraMail
> 
> 
>
> 
> 
> IntraMail
> 
> 
> /intramail/IntraMail
> 
> 
> 
>
> pleas help me, thanx
>
> --
> Best regards,
> Markus Diesing mailto:[EMAIL PROTECTED]
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]