SQLPLUS and TOMCAT conflict?

2004-01-12 Thread [EMAIL PROTECTED]
Hi All,

I earlier did install Tomcat 5.0 but soon found out that i
wasnt able to work with SQL PLUS. Everytime i try to login
into SQL Plus i get the error message ORA 12571 : Tns
packet writer failure.

Since i didnt find any effective solution to avoid this
problem, I soon had to uninstall the OS itself to enable me
to work in SQL Plus.
:-(

Soon I came to know that both these applications use the
same port-number 8080, so this conflict makes SQL Plus
inoperable. 

Is there any way through which I can change the port-number
of Apache, so that I can work in both these applications
without any problems?

Please help.

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



Re: SQLPLUS and TOMCAT conflict?

2004-01-12 Thread Tim Funk
RTFM. Tomcat and/or apache can be configured on any port.

See server.xml and look for the port attribute on the Connector element.

-Tim

[EMAIL PROTECTED] wrote:

Hi All,

I earlier did install Tomcat 5.0 but soon found out that i
wasnt able to work with SQL PLUS. Everytime i try to login
into SQL Plus i get the error message ORA 12571 : Tns
packet writer failure.
Since i didnt find any effective solution to avoid this
problem, I soon had to uninstall the OS itself to enable me
to work in SQL Plus.
:-(
Soon I came to know that both these applications use the
same port-number 8080, so this conflict makes SQL Plus
inoperable. 

Is there any way through which I can change the port-number
of Apache, so that I can work in both these applications
without any problems?


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


Re: SQLPLUS and TOMCAT conflict?

2004-01-12 Thread epyonne
Port 8080 is the default port for many different application.  Oracle HTTP
server is one of them.  Therefore, it is not a good idea to use the default
8080 for your Tomcat installation.  You can always change it in the
server.xml file yourself.


- Original Message -
From: [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, January 12, 2004 08:26 AM
Subject: SQLPLUS and TOMCAT conflict?


 Hi All,

 I earlier did install Tomcat 5.0 but soon found out that i
 wasnt able to work with SQL PLUS. Everytime i try to login
 into SQL Plus i get the error message ORA 12571 : Tns
 packet writer failure.

 Since i didnt find any effective solution to avoid this
 problem, I soon had to uninstall the OS itself to enable me
 to work in SQL Plus.
 :-(

 Soon I came to know that both these applications use the
 same port-number 8080, so this conflict makes SQL Plus
 inoperable.

 Is there any way through which I can change the port-number
 of Apache, so that I can work in both these applications
 without any problems?

 Please help.

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



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



RE: SQLPLUS and TOMCAT conflict?

2004-01-12 Thread Goehring, Chuck Mr., RCI - San Diego
epyonne,

It is not sqlPlus that uses 8080.  xmldb is a new thing they came up with for 9i.  It 
takes 8080. Technically, it is sql*net rather than SQL*Plus and it should be using 
1521 by default.  If you have also installed Oracle's application server, it may also 
present a conflict.

For me, it was easiest to change the tomcat port, but if not needed, these other 
products should be disabled or removed for security  maintenance reasons.

Chuck

-Original Message-
From: epyonne [mailto:[EMAIL PROTECTED]
Sent: Monday, January 12, 2004 6:39 AM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: SQLPLUS and TOMCAT conflict?


Port 8080 is the default port for many different application.  Oracle HTTP
server is one of them.  Therefore, it is not a good idea to use the default
8080 for your Tomcat installation.  You can always change it in the
server.xml file yourself.


- Original Message -
From: [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Monday, January 12, 2004 08:26 AM
Subject: SQLPLUS and TOMCAT conflict?


 Hi All,

 I earlier did install Tomcat 5.0 but soon found out that i
 wasnt able to work with SQL PLUS. Everytime i try to login
 into SQL Plus i get the error message ORA 12571 : Tns
 packet writer failure.

 Since i didnt find any effective solution to avoid this
 problem, I soon had to uninstall the OS itself to enable me
 to work in SQL Plus.
 :-(

 Soon I came to know that both these applications use the
 same port-number 8080, so this conflict makes SQL Plus
 inoperable.

 Is there any way through which I can change the port-number
 of Apache, so that I can work in both these applications
 without any problems?

 Please help.

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



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


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