Migration

2017-03-21 Thread M. Osama Alghwell
I have been asked by a company to update their existing working tomcat 5
application, which is working on an old Windows 2003 platform and accessing
SQL 2005. The new servers are Windows and SQL 2012. I downloaded  and
installed Tomcat 8.5.12. So, what I need to
do for migrating the existing application to work on the new environment?
Thank you in advance for your reply.

Regards,

-- 
*M. Osama Alghwell*


A problem of accessing an application

2017-03-31 Thread M. Osama Alghwell
I installed Tomcat 8 and application on Windows 2012 server. The structure
is as follows:
Driver --> E:
A main drictory named --> MyOrg
Two directories under MyOrg --> OrgAPP & OrgServer

Under OrgAPP another directory named --> Field
Under Field all the directories for the application including WEB-INF

Under OrgServer --> Tomcat8
Under Tomcat8 --> Apache-Tomcat
Under Apache-Tomcat the Tomcat 8 files

in Tomcat 8 document saying to install an application outside webapps this
can be down by an xml file in conf/Catalina/localhost/app.xml (the Engine
is Catalina and the host is localhost)  which I did (the file is Field.xml.
In Field.xml I put 
Now, Tomcat 8 as a service works and I can open the manager GUI and find
Field as one of the listed applications. But if I click on it to open it
the 404 page comes up!
Other thing, if I add to the URL in the Context \Field, the service (I need
to restart it) won't work.
Any suggession? Shall I change the name of the xml file and add the \Field
in the Context?
Thank you

-- 
*M. Osama Alghwell*


Re: Migration

2017-03-21 Thread M. Osama Alghwell
The migration guide for migrating from Tomcat 7 to 8, I need from 5 to 8.
Thank you.

On Mar 21, 2017 7:21 PM, "Christopher Schultz" <ch...@christopherschultz.net>
wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Osama,
>
> On 3/21/17 1:10 PM, M. Osama Alghwell wrote:
> > I have been asked by a company to update their existing working
> > tomcat 5 application, which is working on an old Windows 2003
> > platform and accessing SQL 2005. The new servers are Windows and
> > SQL 2012. I downloaded  and installed Tomcat 8.5.12. So, what I
> > need to do for migrating the existing application to work on the
> > new environment? Thank you in advance for your reply.
>
> Read through the Migration Guide:
> http://tomcat.apache.org/migration.html
>
>
> - -chris
> -BEGIN PGP SIGNATURE-
> Comment: GPGTools - http://gpgtools.org
> Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
>
> iQIcBAEBCAAGBQJY0WELAAoJEBzwKT+lPKRY5pQQAMVUxSFa+gNZLgCR1swbKWyV
> ksGQn6J18MUgX0opMd82NIyjyUjUt6a01E5O7FCr9zBECNRBZnEtGTmSGp8Yyh9i
> 6MmUGyjmmyI3UExhyRkprAfJ74QGGz5wKt5NDNX7igss3xRig9cx1LlfWmJSGHxa
> cZ5Xh2RDpqes4he09GKAdAjC7/dboRoAAZ4fNJABxNZxxHW2gGX/FZeEDuOMaD1O
> jLsuDyDpb4TdVLy/Yxn/mBc4scsXCx229pGHBV0PYD7SylvlJXa+/k6cJgj3f5iZ
> X+hxnFeTaR47M1Thqoa/WOxSkFKlvDbXi3DjEQx9nvnudm9TqZCYqXcrq7Pw9Qd6
> bpOP5cKXxrl1LCSDtxhc+6NUJKGu+piRuPibSRDcUNCcKNHmczf1zcMGwQ/GE3p/
> pYijz4v5FGfmIS/rt92igUJfAonGhAkiIKJdDUwSW+n7kUXVqj/TfCZlasQB+SsB
> sOAHruXr+9S0wa9wt3ekvVGkfkCQn1XXoTacV1sUe+N5x/zqpmA5Bv16hrMLr+xH
> kLk8dAm2SgC3WnOcEF1eUJ/KI1CP47eUqpziKyhlizuZhEi+QSWJz1w8HU3DtuHF
> uw1tPrDCEcyWdPJ2AzX2DnCCWYYO8Gp6GIHik3J/jry3k+bseeJBRbuYGqP5GfSI
> kNBDGVorkFNcx8hd1Yg8
> =CkDe
> -END PGP SIGNATURE-
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


RE: Migration

2017-03-21 Thread M. Osama Alghwell
I will follow the steps from 5 to 6, from 6 to 7, then from 7 to 8, is this
what I should do?

On Mar 21, 2017 7:25 PM, "Caldarale, Charles R" <chuck.caldar...@unisys.com>
wrote:

> > From: M. Osama Alghwell [mailto:malghw...@gmail.com]
> > Subject: Migration
>
> > I have been asked by a company to update their existing working tomcat 5
> > application, which is working on an old Windows 2003 platform and
> accessing
> > SQL 2005. The new servers are Windows and SQL 2012. I downloaded  and
> > installed Tomcat 8.5.12. So, what I need to
> > do for migrating the existing application to work on the new environment?
>
> The first step is to read the migration guides:
> http://tomcat.apache.org/migration.html
>
> You'll need to look at all the ones that change levels, since the steps
> are cumulative and there is no 5 -> 8.5 doc.
>
> Once you've absorbed that, come back with specific questions.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail and
> its attachments from all computers.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: A problem of accessing an application

2017-03-31 Thread M. Osama Alghwell
docBase="E:\MyOrg\OrgAPP\Field"

This will cause the service to not work (I did it and after changing I do
restart for the service) which meand Tomcat won't start

On Fri, Mar 31, 2017 at 2:59 PM, Mark Thomas <ma...@apache.org> wrote:

> On 31/03/17 13:36, M. Osama Alghwell wrote:
> > I installed Tomcat 8 and application on Windows 2012 server. The
> structure
> > is as follows:
> > Driver --> E:
> > A main drictory named --> MyOrg
> > Two directories under MyOrg --> OrgAPP & OrgServer
> >
> > Under OrgAPP another directory named --> Field
> > Under Field all the directories for the application including WEB-INF
> >
> > Under OrgServer --> Tomcat8
> > Under Tomcat8 --> Apache-Tomcat
> > Under Apache-Tomcat the Tomcat 8 files
> >
> > in Tomcat 8 document saying to install an application outside webapps
> this
> > can be down by an xml file in conf/Catalina/localhost/app.xml (the
> Engine
> > is Catalina and the host is localhost)  which I did (the file is
> Field.xml.
> > In Field.xml I put 
>
> This needs to be:
>
> docBase="E:\MyOrg\OrgAPP\Field"
>
> Try that and if that doesn't work provide the appropriate error
> information.
>
> Mark
>
>
> > Now, Tomcat 8 as a service works and I can open the manager GUI and find
> > Field as one of the listed applications. But if I click on it to open it
> > the 404 page comes up!
> > Other thing, if I add to the URL in the Context \Field, the service (I
> need
> > to restart it) won't work.
> > Any suggession? Shall I change the name of the xml file and add the
> \Field
> > in the Context?
> > Thank you
> >
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
*M. Osama Alghwell*


Re: A problem of accessing an application

2017-03-31 Thread M. Osama Alghwell
Thanks for reply. Actually I did all, and the log is clear, of course when
Tomcat starts and I checked the log stating the deploying starts and
finishes in few milliseconds. I also tried to name the file with the
complete path using #, as mentioned in the document (the file name is
MyOrg#OrgAPP#Field.xml) but it didn't work. The 404 page always come up. I
am wondering if the path for the application is read correctly? I am using
Linux since end of 90s, that is why I am having problems with Windows
environment.
Now, if I changed the name of the file to any name.xml and add Field in the
docBase, will it works? or this is contradicting with tomcat.
Thanks

On Fri, Mar 31, 2017 at 3:52 PM, Olaf Kock <tom...@olafkock.de> wrote:

>
> Am 31.03.2017 um 15:42 schrieb M. Osama Alghwell:
> > docBase="E:\MyOrg\OrgAPP\Field"
> >
> > This will cause the service to not work (I did it and after changing I do
> > restart for the service) which meand Tomcat won't start
>
> Whatever you set as a docbase, it must be a fully deployable web
> application - e.g. you set the docbase to the directory that also
> contains your WEB-INF directory - according to what you described
> earlier, it would have been your Field directory.
>
> I've been bitten often enough by the backslash to be interpreted as an
> escape sign that I'm religiously only using the forward slash as a
> directory separator. This works even on windows. Try
> E:/MyOrg/OrgAPP/Field. And copy this from some place, e.g. Explorer, so
> that you can be extra extra /extra/ sure that there's no typo. I've seen
> problems come and go when the directory names contained spaces or other
> weird characters, you might want to double check this as well.
>
> If tomcat doesn't start: What's in the logs? Where does the startup
> process stop? Any error logged?
>
> Olaf
>
>
> >
> > On Fri, Mar 31, 2017 at 2:59 PM, Mark Thomas <ma...@apache.org> wrote:
> >
> >> On 31/03/17 13:36, M. Osama Alghwell wrote:
> >>> I installed Tomcat 8 and application on Windows 2012 server. The
> >> structure
> >>> is as follows:
> >>> Driver --> E:
> >>> A main drictory named --> MyOrg
> >>> Two directories under MyOrg --> OrgAPP & OrgServer
> >>>
> >>> Under OrgAPP another directory named --> Field
> >>> Under Field all the directories for the application including WEB-INF
> >>>
> >>> Under OrgServer --> Tomcat8
> >>> Under Tomcat8 --> Apache-Tomcat
> >>> Under Apache-Tomcat the Tomcat 8 files
> >>>
> >>> in Tomcat 8 document saying to install an application outside webapps
> >> this
> >>> can be down by an xml file in conf/Catalina/localhost/app.xml (the
> >> Engine
> >>> is Catalina and the host is localhost)  which I did (the file is
> >> Field.xml.
> >>> In Field.xml I put 
> >> This needs to be:
> >>
> >> docBase="E:\MyOrg\OrgAPP\Field"
> >>
> >> Try that and if that doesn't work provide the appropriate error
> >> information.
> >>
> >> Mark
> >>
> >>
> >>> Now, Tomcat 8 as a service works and I can open the manager GUI and
> find
> >>> Field as one of the listed applications. But if I click on it to open
> it
> >>> the 404 page comes up!
> >>> Other thing, if I add to the URL in the Context \Field, the service (I
> >> need
> >>> to restart it) won't work.
> >>> Any suggession? Shall I change the name of the xml file and add the
> >> \Field
> >>> in the Context?
> >>> Thank you
> >>>
> >>
> >> -
> >> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> >> For additional commands, e-mail: users-h...@tomcat.apache.org
> >>
> >>
> >
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
*M. Osama Alghwell*


Is it possible and how

2018-02-28 Thread M. Osama Alghwell
Hi all,

I have a Java application that run on windows and using to Tomcat
(unfortunately it is Tomcat 4.5 and I an assigned to upgrade it). Is it
possible to move to Linux platform? and is it possible to jump to Tomcat
8.x? what action should be taken?

Thank you

-- 
*M. Osama Alghwell*


Re: Is it possible and how

2018-03-02 Thread M. Osama Alghwell
Hi,

sorry for the mistake about the Tomcat, it is 5.4
Thank you for the guidance I will send if I will face any obstacles. Even
though, I tried to do migration from old windows and MS SQL to new one but
I faced with a lot of error messages and I couldn't complete it. I am
thinking to move it to Linux platform, because I am better with Linux and I
think Java is more smoother with Linux.
Any hint would be appreciated very much.

Thank you

On Wed, Feb 28, 2018 at 7:34 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:

> > From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> > Subject: Re: Is it possible and how
>
> > On 2/28/18 11:12 AM, M. Osama Alghwell wrote:
> > > I have a Java application that run on windows and using to Tomcat
> > > (unfortunately it is Tomcat 4.5 and I an assigned to upgrade it).
>
> There was no Tomcat 4.5; 4.1, 5.0, and 5.5 were released, many years ago.
>
> > > Is it possible to move to Linux platform? and is it possible to
> > > jump to Tomcat 8.x? what action should be taken?
>
> > While that sounds like a big jump (Windows -> Linux, Tomcat 4.x ->
> > 8.x), it shouldn't be a *huge* change. You'll also need a Java upgrade
> > as well, of course (Tomcat 8 requires Java 7 or later; I recommend
> > Java 8).
>
> Reading the migration guides would also be useful, although they don't go
> all the way back to Tomcat 4:
> http://tomcat.apache.org/migration.html
>
>   - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received
> this in error, please contact the sender and delete the e-mail and its
> attachments from all computers.
>
>


-- 
*M. Osama Alghwell*


Re: OS

2019-04-18 Thread M. Osama Alghwell
I am not using Windows.

On Thu, Apr 18, 2019, 7:13 AM liname...@outlook.com 
wrote:

> Hello, I am doing an investigation.
> Does Windows Server 2019 support the following products:
>
> Apache Tomcat   6.0.35
> Tomcat Connectors (mod_jk)   1.2.35-m1.0
>
> Is the other version supported?
> Can you tell me, thank you very much.
>
>


Supporting languages

2022-04-20 Thread M. Osama Alghwell
Hi,
I have an Oracle application and database. I am using Tomcat 9 but
unfortunately Arabic language couldn't be used. Any help?

M. Alghwell